# com.getagentictools/catalog (remote · getagentictools.com)

Search 41,000+ agent skills, MCP servers, plugins & loops — real install counts and stars.

- Trust score: 77/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `getagentictools.com`: 77/100 (this document), [markdown](https://verifymcp.io/servers/com-getagentictools-catalog/api-mcp.md), [page](https://verifymcp.io/servers/com-getagentictools-catalog/api-mcp)

## Channel facts

- Endpoint: `https://getagentictools.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 476 tokens (~68/item across 7 items; 5 tools + 2 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 17/100
  - Stability observed for 5 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-getagentictools-catalog https://getagentictools.com/api/mcp
```

### Codex

```toml
[mcp_servers.com-getagentictools-catalog]
url = "https://getagentictools.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-getagentictools-catalog": {
      "type": "remote",
      "url": "https://getagentictools.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-getagentictools-catalog --url https://getagentictools.com/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-getagentictools-catalog:
    url: "https://getagentictools.com/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-getagentictools-catalog": {
      "type": "http",
      "url": "https://getagentictools.com/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 77, +1)

No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 76, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 75, +14)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 61, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-07-29 (score 60)

First indexed and scored.

## MCP tools (5)

### `search_tools` (~117 tokens)

Search agentic coding tools

Search 41,000+ agentic coding tools: agent skills (SKILL.md), MCP servers, Claude Code plugins, and agentic loops. Ranked by match quality; real install counts and GitHub stars. Cite results by their url.

Input parameters:

- `category` (string): Restrict results to one category; omit to search all four
- `limit` (integer): Maximum results to return (1-25, default 10)
- `query` (string, required): What to look for, e.g. "pdf extraction" or "postgres"

Output parameters:

- `results` (array)
- `total` (number): Total matches before the limit was applied

### `get_tool` (~91 tokens)

Get tool detail

Full detail for one tool by category and id (as returned by search_tools). Includes description, install command, repo, license, and — for skills — capabilities and prerequisites extracted from the SKILL.md itself.

Input parameters:

- `category` (string, required): The tool's category, e.g. "skills"
- `id` (string, required): The tool id, e.g. "mattpocock-skills-tdd"

Output parameters:

- `author`
- `canonicalUrl` (string)
- `category` (string)
- `compatibility` (array)
- `description` (string)
- `didYouMean` (array): Closest ids when the requested one was not found
- `downloads` (number)
- `error` (string): Set when no entry matches; see didYouMean
- `group` (string)
- `homepage` (string)
- `id` (string)
- `install` (string)
- `lastUpdated` (string)
- `license` (string)
- `repo`
- `skillFacts` (object)
- `stars` (number)
- `steps` (array)
- `tagline` (string)
- `tags` (array)
- `title` (string)
- `url` (string)
- `useWhen` (string)
- `verification` (string)

### `list_categories` (~19 tokens)

List catalog categories

The four catalog categories with live counts and browse URLs.

Output parameters:

- `categories` (array)

### `whats_new` (~95 tokens)

Recently updated tools

Recently updated tools, ranked by their real upstream push date (never by our re-crawl date). Coverage note: not every source exposes push dates yet.

Input parameters:

- `category` (string): Restrict to one category; omit for all four
- `days` (integer): Look-back window in days (1-90, default 7)
- `limit` (integer): Maximum results to return (1-50, default 15)

Output parameters:

- `coverage` (string): Honest note about entries without harvested push dates
- `days` (number)
- `results` (array)
- `total` (number): Tools with an upstream push inside the window

### `ecosystem_stats` (~47 tokens)

Ecosystem statistics

Measured aggregates across the whole catalog: totals, maintainer count, license coverage, star concentration. Computed from harvested data, nothing estimated. Source: getagentictools.com/stats

Output parameters:

- `maintainers` (number)
- `medianStars` (number)
- `methodology` (string)
- `perCategory` (object)
- `topOnePctShare` (number): Percent of all stars held by the top 1% of starred tools
- `total` (number)
- `totalStars` (number)
- `unlicensed` (number)
- `unlicensedPct` (number)
- `zeroStarPct` (number)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-getagentictools-catalog/api-mcp#diagnostics

## Score history

- 2026-08-03: 77
- 2026-08-02: 76
- 2026-08-01: 76
- 2026-07-31: 75
- 2026-07-30: 61
- 2026-07-29: 60

## Links

- Remote endpoint: https://getagentictools.com/api/mcp
- Repository: https://github.com/dmoka/getagentictools-mcp
- Website: https://getagentictools.com/mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/com-getagentictools-catalog/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-getagentictools-catalog/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-getagentictools-catalog/api-mcp
