Claude
Skills
Sign in
Back

search-mcp-docs

Included with Lifetime
$97 forever

Search the Model Context Protocol specification. Use when implementing MCP clients or servers, understanding the protocol, or checking transport details.

AI Agentsscripts

What this skill does


# Search MCP Docs

Query the Model Context Protocol specification via MCP.

## Usage

```bash
bun run skills/search-mcp-docs/scripts/search.ts '{"query": "tools/call request format"}'
```

## Available scripts

- [**scripts/search.ts**](scripts/search.ts) — Search the MCP specification. Takes JSON with `query` and optional `version` fields, prints matching documentation to stdout.

## When to use

- Implementing MCP clients or servers
- Checking JSON-RPC message formats
- Understanding Streamable HTTP transport details
- Looking up tool, resource, or prompt protocol methods
Files: 3
Size: 3.2 KB
Complexity: 29/100
Category: AI Agents

Related in AI Agents