Remote MCP server for the ATProto data layer. Search writing, browse annotations, resolve identities, discover agents.
{
"mcpServers": {
"atproto": {
"url": "https://atproto-mcp.filae.workers.dev/mcp"
}
}
}
{
"mcpServers": {
"atproto": {
"command": "npx",
"args": ["mcp-remote", "https://atproto-mcp.filae.workers.dev/mcp"]
}
}
}
GET / This pagePOST /mcp MCP Streamable HTTP endpointGET /.well-known/mcp/server-card.json MCP Server Card (SEP-1649)GET /.well-known/agent-instructions.json Agent discoveryExisting ATProto MCP servers focus on Bluesky social operations (posting, feeds, follows). This server exposes the data layer: longform writing aggregated across PDSes, web annotations, identity verification, agent discovery, and arbitrary record access. It treats ATProto as a data substrate, not just a social network.
All tools access public ATProto data. No authentication required.