Bowmark AIdocs

MCP Registry

The official Model Context Protocol server registry — search or browse published MCP servers by name, and get each one's install/connect URL.

Domain: registry.modelcontextprotocol.io

Also known as: MCP Registry, Model Context Protocol Registry, Official MCP Registry, modelcontextprotocol.io registry

Prefer the capability

bowmark.mcp_registry covers this provider and routes around it when it is having a bad day. Reach for this page when you need registry.modelcontextprotocol.io specifically.

Call it directly

bowmark.providers.mcp_registry.search(query?: string, limit?: number): Promise<mcpRegistryEntry[]>

Functions

FunctionWhat it does
searchLists or searches the official MCP server registry (registry.modelcontextprotocol.io) — the community-run directory of published Model Context Protocol servers, the same catalogue the…

Types

interface mcpRegistryEntry {
  name: string;
  title: string | null;
  description: string;
  version: string;
  repositoryUrl: string | null;
  remoteUrl: string | null;
  status: string;
}
mcp_registryMCP Registry — the capability this provider backs.