ATproto Docs MCP Server
This server allows you to search and query the ATprotocol documentation.
Search Documentation: Use the
search_documentationtool to search for semantically similar chunks of text related to your queryMCP Compatibility: Connect using any MCP-compatible client, such as Cloudflare AI Playground or Claude Desktop
Public Access: Available at
https://mcp-atproto-docs.immber.workers.dev/ssefor developers building on the protocol
Provides integration with Cloudflare AI Playground for searching and querying ATprotocol documentation through the MCP server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ATproto Docs MCP Serversearch for how to authenticate with ATproto"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
A Remote MCP Server for ATproto Docs
Deployed to Cloudflare
This remote MCP server publishes a tool for searching and querying the documentation for ATprotocol.
Tool | Description |
| Searches the atproto docs |
Created with love 💙, to make life easier for developers building on the protocol.
This remote MCP server is publicly available at:
https://mcp-atproto-docs.immber.workers.dev/sseRelated MCP server: Docs-MCP
Depends on
Created using the remote MCP authless server template CloudFlare provides.
This MCP server queries a CloudFlare AutoRAG instance that is fed by a Cloudflare worker with ATprocol's public documentation.
cron worker
=>R2 storage bucket=>AutoRAG Vectorize DB
This project was originally inspired by Cloudflare's Documentation MCP Server.
Sources
atproto-docs-worker is a cloudflare worker that crawls and saves documentation to an R2 bucket. It runs on a weekly cron schedule.
To view or request changes to the list of resources currently being included, please visit that repo.
Using the tool
Connect with any MCP compatible client. Then ask your AI agent of choice to use the search_documentation tool.
Connect to Cloudflare AI Playground
You can connect to this MCP server from the Cloudflare AI Playground, which is a remote MCP client:
Enter your deployed MCP server URL (
https://mcp-atproto-docs.immber.workers.dev/sse)You can now use this MCP tool directly from the playground!
Connect Claude Desktop to your MCP server
To connect to this MCP server from Claude Desktop, follow Anthropic's Quickstart and within Claude Desktop go to Settings > Developer > Edit Config.
Update with this configuration:
{
"mcpServers": {
"search_atproto_docs": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp-atproto-docs.immber.workers.dev/sse"
]
}
}
}Restart Claude and you should see the tools become available.
Sample Queries

Available Tools
1 toolsearch_documentationA
Search the documentation for the given query.
This tool can be used to answer questions about documentation. Results are limited and returned as semantically similar chunks to the query.| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses key behavioral traits: 'Results are limited and returned as semantically similar chunks to the query.' This adds useful context about result limitations and format. However, it doesn't cover other important aspects like error handling, authentication needs, or rate limits, leaving gaps for a tool with no annotation support.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is appropriately sized and front-loaded: the first sentence states the core purpose, and the second adds necessary context. Every sentence earns its place with no wasted words, making it efficient and easy to parse.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's moderate complexity (1 parameter, no output schema, no annotations), the description is somewhat complete but has gaps. It explains the purpose and result format but lacks details on error cases, authentication, or output structure. Without an output schema, more information on return values would be helpful, though the description does mention result limitations.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 1 parameter with 0% description coverage, so the description must compensate. It explains that the 'query' parameter is used to 'search the documentation' and 'answer questions about documentation,' providing clear semantic meaning beyond the schema. This adequately covers the single parameter, though it doesn't detail query syntax or examples.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Search the documentation for the given query.' This specifies the verb ('search') and resource ('documentation'), making it easy to understand what the tool does. However, with no sibling tools mentioned, there's no opportunity to distinguish from alternatives, so it doesn't reach the highest score.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides some usage context: 'This tool can be used to answer questions about documentation.' This implies when to use it, but it doesn't offer explicit guidance on when not to use it or mention any alternatives. With no sibling tools, the guidance is adequate but not comprehensive.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
1 tool update
v1.0.0- First observed
search_documentation
TDQS
With only one tool, there is no possibility of ambiguity or overlap between tools. The tool has a clear, distinct purpose focused on searching documentation.
Since there is only one tool, naming consistency is inherently perfect. The tool name 'search_documentation' follows a clear verb_noun pattern.
A single tool is too few for a server named 'ATproto Docs MCP Server', which suggests a documentation-focused domain. This minimal set lacks essential operations like browsing, retrieving specific sections, or navigating documentation structure.
The tool surface is severely incomplete for a documentation server. It only provides search functionality, missing basic operations such as listing documentation topics, getting detailed content, or accessing related resources, which are critical for comprehensive documentation interaction.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
The Remote MCP server acts as a standardized bridge between LLM applications (like Claude, ChatGPT, and Cursor) and external services, enabling AI agents to access external tools and resources. Its primary capability is providing a centralized search tool to discover other MCP servers and their respective tools. Unlike local implementations, it runs remotely with OAuth authentication and permission controls for security.
MCP server for agentverse documentation, generated by doc2mcp.
Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
MCP server for querying Forkast documentation
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that crawls API documentation websites and exposes their content to AI models, enabling them to search, browse, and reference API specifications.1MIT
- AlicenseAqualityCmaintenanceAn MCP server that allows users to efficiently search and reference user-configured documents through document listing, grep searching, semantic searching with OpenAI Embeddings, and full document retrieval.43MIT
- AlicenseAqualityDmaintenanceAn MCP server that serves documentation and enables AI-powered search, Q\&A, and document analysis for developer tools and guides.54MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.17MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/immber/mcp-atproto-docs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server