# Find MCP - Agentage MCP Directory (remote · catalog.agentage.io)

Search the official MCP registry: 17,000+ servers with trust grades, stars, tools, install config.

- Trust score: 73/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `catalog.agentage.io`: 73/100 (this document), [markdown](https://verifymcp.io/servers/io-agentage-find-mcp/catalog.md), [page](https://verifymcp.io/servers/io-agentage-find-mcp/catalog)
- npm · `@agentage/find-mcp`: 40/100, [markdown](https://verifymcp.io/servers/io-agentage-find-mcp/agentage-find-mcp.md), [page](https://verifymcp.io/servers/io-agentage-find-mcp/agentage-find-mcp)

## Channel facts

- Endpoint: `https://catalog.agentage.io/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.2`

## 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**: 11/100
  - TLS not yet verified: we couldn't open a connection to check the certificate.
  - Authorisation not yet verified: we couldn't confirm whether this endpoint requires it.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS not yet verified: we couldn't read the response headers to check for it.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 0/100
  - Transport check failed: declared streamable-http, but we couldn't connect to verify it.
- **Schema Quality & AI Usability**: 0/100
  - Schema not yet verified: we couldn't read the endpoint's schema.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we couldn't read the endpoint's tools.
- **Capabilities**: 0/100
  - Capabilities not yet verified: we couldn't read the endpoint's capabilities.

**Unverified: 4 categories.** Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http io-agentage-find-mcp https://catalog.agentage.io/mcp
```

### Codex

```toml
[mcp_servers.io-agentage-find-mcp]
url = "https://catalog.agentage.io/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-agentage-find-mcp": {
      "type": "remote",
      "url": "https://catalog.agentage.io/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add io-agentage-find-mcp --url https://catalog.agentage.io/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  io-agentage-find-mcp:
    url: "https://catalog.agentage.io/mcp"
```

### Other

```json
{
  "mcpServers": {
    "io-agentage-find-mcp": {
      "type": "http",
      "url": "https://catalog.agentage.io/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 73, 0)

- [security regression] Endpoint reachability: reachable → unreachable
- [security regression] TLS certificate: pass → unverified
- [security regression] Authorization: partial → unverified
- [security regression] Stability: 0.23 → unverified
- [security regression] HSTS header: pass → unverified
- [security regression] Transport: pass → fail
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified
- [functional] First check of Schema quality: unverified

### 2026-08-02 (score 73, 0)

- [security regression] Endpoint reachability: reachable → unreachable
- [security regression] Stability: 0.20 → unverified
- [security regression] Authorization: partial → unverified
- [security regression] TLS certificate: pass → unverified
- [security regression] HSTS header: pass → unverified
- [security regression] Transport: pass → fail
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified
- [functional improvement] Endpoint reachability: unreachable → reachable
- [functional] First check of Schema quality: unverified

### 2026-07-31 (score 73, +4)

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

### 2026-07-30 (score 69, 0)

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

### 2026-07-29 (score 69, +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-28 (score 68, +1)

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

### 2026-07-27 (score 67, 0)

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

### 2026-07-26 (score 67)

First indexed and scored.

## MCP tools (3)

### `mcp_search` (~489 tokens)

Search the MCP directory

Search the agentage MCP directory - a public catalog of Model Context Protocol servers crawled from the official registry - for servers matching a keyword, optionally narrowed by type, category, language, or license. Use this FIRST whenever the user wants to discover, find, compare, or pick an MCP server ("is there an MCP for X", "which MCP servers do Y"). Results are ranked by text relevance to the query first, then by popularity, so the best match is on top. Returns a page of lean cards (slug, title, description, category, transport, match_score - text relevance the ranking is based on, details_url). To read one server's full packages, tools, and install command, call mcp_get with the slug from a result; open a card's details_url for the human detail page. To learn which category/language/license values exist before filtering, call mcp_categories. Read-only - never installs or runs anything.

Input parameters:

- `category` (string): Optional. Restrict to one category label. Must be an exact value from this taxonomy - call mcp_categories to see the categories that actually exist with their counts. Omit for no category filter.
- `language` (string): Optional. Restrict to a repository language (e.g. "TypeScript", "Python"). Exact, case-sensitive; call mcp_categories for valid values. Omit for no language filter.
- `license` (string): Optional. Restrict to an SPDX license id (e.g. "MIT", "Apache-2.0"). Exact; call mcp_categories for valid values. Omit for no license filter.
- `limit` (integer): Optional. Results per page; defaults to 20, capped at 50.
- `page` (integer): Optional. 1-based page number; defaults to 1. Use pagination.total_pages to page.
- `query` (string, required): What to search for - a keyword, product, capability, or server name (e.g. "github", "postgres", "web search"). Matched across names, titles, and descriptions. Prefer a single distinctive term over a…
- `type` (string): Optional. Restrict to one distribution type: npm | pypi | oci | mcpb | nuget, or "remote" for hosted (HTTP) servers. Omit to search every type.

Output parameters:

- `pagination` (object)
- `query` (string): The query the backend actually ran
- `results` (array)

### `mcp_get` (~134 tokens)

Get one MCP server

Fetch the complete record for ONE MCP server in the agentage directory by its exact slug: full description, categories, the packages and remote endpoints it ships, the tools it exposes, a ready-to-run install command, and a README excerpt. Use this after mcp_search to get the depth a result card omits - pass a slug exactly as returned by mcp_search, never a guessed or constructed one. No slug yet? call mcp_search first. Read-only.

Input parameters:

- `slug` (string, required): The exact slug of one server, taken verbatim from a mcp_search result (do not guess or construct one).

Output parameters:

- `category` (array)
- `description` (string)
- `details_url` (string): Human detail page for this server - open it for more information
- `install` (object): The recommended way to run this server, derived from its first package/remote
- `is_official` (boolean)
- `language` (string)
- `license` (string)
- `name` (string)
- `packages` (array)
- `readme_excerpt` (string): First ~2000 chars of the README; open details_url for the full document
- `remotes` (array)
- `slug` (string)
- `title` (string)
- `tools` (array): The MCP tools this server exposes, from its live tools/list
- `transport_types` (array)

### `mcp_categories` (~71 tokens)

List directory filter values

List the directory's available filter values - every category, language, and license, each with how many servers carry it. Call this BEFORE mcp_search when you intend to filter, so you pass exact, existing values for the type/category/language/license arguments instead of guessing. Takes no input. Read-only.

Output parameters:

- `categories` (array): Category labels and how many servers carry each
- `languages` (array): Repository languages and their server counts
- `licenses` (array): SPDX licenses and their server counts

## Diagnostics

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

## Score history

- 2026-08-03: 73
- 2026-08-02: 73
- 2026-08-01: 73
- 2026-07-31: 73
- 2026-07-30: 69
- 2026-07-29: 69
- 2026-07-28: 68
- 2026-07-27: 67
- 2026-07-26: 67

## Links

- Remote endpoint: https://catalog.agentage.io/mcp
- Website: https://catalog.agentage.io/
- Changelog RSS feed: https://verifymcp.io/servers/io-agentage-find-mcp/catalog/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/io-agentage-find-mcp/catalog/changelog.json
- HTML version of this page: https://verifymcp.io/servers/io-agentage-find-mcp/catalog
