Skip to main content
Glama
immber

ATproto Docs MCP Server

by immber

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:

https://mcp-atproto-docs.immber.workers.dev/sse

Related 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:

  1. Go to https://playground.ai.cloudflare.com/

  2. Enter your deployed MCP server URL ( https://mcp-atproto-docs.immber.workers.dev/sse)

  3. 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

screenshot from claude desktop showing the results of a query about oauth

Available Tools

1 tool
search_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.
ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes

TDQS

A3.6/5.0
Behavior3/5

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.

Conciseness5/5

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.

Completeness3/5

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.

Parameters4/5

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.

Purpose4/5

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.

Usage Guidelines3/5

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. 1 tool updatev1.0.0
    • First observedsearch_documentation

TDQS

A3.6/5.0
Disambiguation5/5

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.

Naming Consistency5/5

Since there is only one tool, naming consistency is inherently perfect. The tool name 'search_documentation' follows a clear verb_noun pattern.

Tool Count2/5

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.

Completeness2/5

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

ActivityInactive
ResponsivenessSyncing

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

Related MCP Servers

Latest Blog Posts

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