Developer Tools
atproto.md
Provides tools to resolve identities and manage records in the AT Protocol network.
ENDPOINT 1
https://atproto.md/mcp
MCP server metadata
- Name
- atproto-md
- Version
- 0.8.0
Known tools 10
resolve_identityResolve the full identity chain for an AT Protocol actor: handle → DID → DID document → PDS endpoint
Inferred read-onlydiscover_repos_by_collectionDiscover every repo (DID) on the AT Protocol network that has records in a given collection NSID.
Inferred read-onlyplc_auditFetch the PLC audit log for a did:plc identity — the full, chronological history of identity operations from plc.directory.
Inferred read-onlyplc_dataFetch the current canonical PLC state for a did:plc identity from plc.directory — its active PDS, all handles (alsoKnownAs), atproto signing key, and rotation keys in priority order.
Inferred read-onlyplc_lastFetch the most recent PLC operation for a did:plc identity and the state it established (PDS, handles, keys, operation type).
Inferred read-onlyget_backlinksFind records across the network that link to a target (an at:// URI, DID, or web URL) — likes, reposts, replies, follows, or any lexicon.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.atproto-md]
url = "https://atproto.md/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"atproto-md": {
"type": "http",
"url": "https://atproto.md/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: atproto-md
Remote MCP URL: https://atproto.md/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"atproto-md": {
"url": "https://atproto.md/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"atproto-md": {
"type": "http",
"url": "https://atproto.md/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "atproto-md",
"transport": "streamable-http",
"url": "https://atproto.md/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for atproto.md was fetched 2026-07-26T08:41:07.126Z and is being refreshed.
atproto.md is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.