# MCP Registry Search: Find, Discover & Install MCP Servers & Tools | Directory, Catalog, Marketplace (remote · ai.mcpharbor.dev)

MCP registry & directory: search, find & install 31k+ MCP servers & tools. Catalog and marketplace.

- Trust score: 66/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `ai.mcpharbor.dev`: 66/100 (this document), [markdown](https://verifymcp.io/servers/lbesecker195-mcp-registry-search-find-mcp-servers-discover-install-mcp-tools-dir/ai.md), [page](https://verifymcp.io/servers/lbesecker195-mcp-registry-search-find-mcp-servers-discover-install-mcp-tools-dir/ai)

## Channel facts

- Endpoint: `https://ai.mcpharbor.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.1`

## 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-09-20.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 2 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - 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**: 68/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 688 tokens (~229/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 97/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 90% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the MCP Registry Search: Find, Discover & Install MCP Servers… server?

MCP Registry Search: Find, Discover & Install MCP Servers… is a hosted endpoint at https://ai.mcpharbor.dev/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http lbesecker195-mcp-registry-search-find-mcp-server 'https://ai.mcpharbor.dev/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "lbesecker195-mcp-registry-search-find-mcp-server": {
      "url": "https://ai.mcpharbor.dev/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "lbesecker195-mcp-registry-search-find-mcp-server": {
      "type": "http",
      "url": "https://ai.mcpharbor.dev/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.lbesecker195-mcp-registry-search-find-mcp-server]
url = "https://ai.mcpharbor.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "lbesecker195-mcp-registry-search-find-mcp-server": {
      "type": "remote",
      "url": "https://ai.mcpharbor.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add lbesecker195-mcp-registry-search-find-mcp-server --url 'https://ai.mcpharbor.dev/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  lbesecker195-mcp-registry-search-find-mcp-server:
    url: "https://ai.mcpharbor.dev/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "lbesecker195-mcp-registry-search-find-mcp-server": {
      "Transport": "http",
      "Url": "https://ai.mcpharbor.dev/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add lbesecker195-mcp-registry-search-find-mcp-server -t streamable-http -u 'https://ai.mcpharbor.dev/mcp'
```

### Other

```json
{
  "mcpServers": {
    "lbesecker195-mcp-registry-search-find-mcp-server": {
      "type": "http",
      "url": "https://ai.mcpharbor.dev/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-09-19 (score 66, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-18 (score 65)

First indexed and scored.

## MCP tools (3)

### `search_servers` (~131 tokens)

Search MCP servers

Search the registry for MCP servers. Matches names, titles, descriptions, tags and the names of the tools each server exposes. Returns short summaries; call get_server for install instructions. Search before submit_server so you don't add a duplicate.

Input parameters:

- `limit` (integer)
- `offset` (integer)
- `query` (string): Free text, e.g. "github issues", or a tool name such as "get_forecast". Omit to list everything.
- `tag` (string): Only servers with this tag, e.g. search.
- `transport` (string): Only servers with this transport.

### `get_server` (~73 tokens)

Get an MCP server

Get one server by its exact name: its server.json manifest, its review status, and ready-to-use install snippets. Use it to check on a server you submitted; status is pending until a maintainer approves it.

Input parameters:

- `name` (string, required): Exact server name, e.g. io.github.acme/weather-mcp.

### `submit_server` (~422 tokens)

Submit an MCP server

Add an MCP server to the registry. New submissions are reviewed by a maintainer before they appear in search; get_server shows their status meanwhile. Fill in what you know from the server's README or package metadata. If the result is an error, fix the fields it names and call again. Never include secrets: env_vars takes variable names only, not values.

Input parameters:

- `description` (string, required): What the server does and anything it needs to run, in one or two sentences.
- `env_vars` (array): Names of environment variables the server needs, e.g. WEATHER_API_KEY. Names only.
- `license` (string): SPDX license identifier, e.g. MIT.
- `name` (string, required): Unique name: a reverse-DNS namespace you can vouch for, a slash, and a short name. For a GitHub project use io.github.<owner>/<repo>, e.g. io.github.acme/weather-mcp. Lowercase letters, digits, dots,…
- `package_identifier` (string): Required for stdio: the package name or image, e.g. @acme/weather-mcp or ghcr.io/acme/weather-mcp.
- `package_registry` (string): Required for stdio: where the package is published.
- `remote_url` (string): Required for streamable-http and sse: the URL clients connect to.
- `repository_url` (string): Source repository URL.
- `tags` (array): Lowercase topic tags, e.g. weather, data.
- `title` (string, required): Human-readable name, e.g. Weather.
- `tools` (array): Names of the tools the server exposes.
- `transport` (string, required): stdio for a server run locally from a package; streamable-http for a hosted server reached by URL; sse only for older hosted servers.
- `version` (string): Current version, e.g. 1.2.0. Defaults to 0.1.0.
- `website_url` (string): Documentation or home page URL.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/lbesecker195-mcp-registry-search-find-mcp-servers-discover-install-mcp-tools-dir/ai#diagnostics

## Score history

- 2026-09-20: 66
- 2026-09-19: 66
- 2026-09-18: 65

## Common questions

### What is the MCP Registry Search: Find, Discover & Install MCP Servers… server?

MCP Registry Search: Find, Discover & Install MCP Servers… is listed in the public MCP registry as io.github.lbesecker195/mcp-registry-search-find-mcp-servers…. MCP registry & directory: search, find & install 31k+ MCP servers & tools. Catalog and marketplace. This page covers its hosted endpoint (https://ai.mcpharbor.dev/mcp).

### Is the MCP Registry Search: Find, Discover & Install MCP Servers… server safe to use?

MCP Registry Search: Find, Discover & Install MCP Servers… scores 66 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the MCP Registry Search: Find, Discover & Install MCP Servers… server expose?

MCP Registry Search: Find, Discover & Install MCP Servers… exposes 3 tools: search_servers, get_server, submit_server. Their descriptions and schemas cost roughly 626 tokens of context every time the server is loaded.

### Does the MCP Registry Search: Find, Discover & Install MCP Servers… server require authentication?

No. We connected to MCP Registry Search: Find, Discover & Install MCP Servers… without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the MCP Registry Search: Find, Discover & Install MCP Servers… server still maintained?

MCP Registry Search: Find, Discover & Install MCP Servers… is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://ai.mcpharbor.dev/mcp
- Repository: https://github.com/lbesecker195/MCP_Registry
- Website: https://ai.mcpharbor.dev/
- Changelog RSS feed: https://verifymcp.io/servers/lbesecker195-mcp-registry-search-find-mcp-servers-discover-install-mcp-tools-dir/ai.xml
- Changelog JSON feed: https://verifymcp.io/servers/lbesecker195-mcp-registry-search-find-mcp-servers-discover-install-mcp-tools-dir/ai.json
- HTML version of this page: https://verifymcp.io/servers/lbesecker195-mcp-registry-search-find-mcp-servers-discover-install-mcp-tools-dir/ai
