This server allows you to search and query the ATprotocol documentation.
- Search Documentation: Use the
search_documentation
tool to search for semantically similar chunks of text related to your query - MCP 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/sse
for developers building on the protocol
Provides integration with Cloudflare AI Playground for searching and querying ATprotocol documentation through the MCP server
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 |
---|---|
search_documentation | 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:
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:
- Go to https://playground.ai.cloudflare.com/
- 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:
Restart Claude and you should see the tools become available.
Sample Queries
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
A remote MCP server providing a tool for searching and querying ATprotocol documentation, helping developers easily access information while building on the protocol.
Related MCP Servers
- -securityAlicense-qualityMCP server for querying the Shodan API and Shodan CVEDB. This server provides tools for IP lookups, device searches, DNS lookups, vulnerability queries, CPE lookups, and more.Last updated -766318JavaScriptMIT License
- AsecurityAlicenseAqualityAn MCP protocol server that provides access to supOS open APIs, allowing MCP-compatible clients to query topic tree structures and details.Last updated -267JavaScriptApache 2.0
- AsecurityFlicenseAqualityAn MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.Last updated -3928
- AsecurityAlicenseAqualityA documentation server based on MCP protocol designed for various development frameworks that provides multi-threaded document crawling, local document loading, keyword searching, and document detail retrieval.Last updated -237JavaScriptMIT License