← Registry

Developer Tools

atproto.md

Provides tools to resolve identities and manage records in the AT Protocol network.

1 endpoint10 known toolsFirst detected June 15, 2026Last detected August 25, 2026

ENDPOINT 1

https://atproto.md/mcp

No auth detected

MCP server metadata

Name
atproto-md
Version
0.8.0
Capabilities
tools.listChanged

Known tools 10

resolve_identity

Resolve the full identity chain for an AT Protocol actor: handle → DID → DID document → PDS endpoint

Inferred read-only
get_repo

List all collections in an AT Protocol repo

Inferred read-only
list_records

List records in any AT Protocol collection on any PDS

Inferred read-only
get_record

Fetch a single AT Protocol record by its rkey

Inferred read-only
discover_repos_by_collection

Discover every repo (DID) on the AT Protocol network that has records in a given collection NSID.

Inferred read-only
get_lexicon

Resolve an AT Protocol Lexicon schema by its NSID.

Inferred read-only
plc_audit

Fetch the PLC audit log for a did:plc identity — the full, chronological history of identity operations from plc.directory.

Inferred read-only
plc_data

Fetch 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-only
plc_last

Fetch the most recent PLC operation for a did:plc identity and the state it established (PDS, handles, keys, operation type).

Inferred read-only
get_backlinks

Find 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-only

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

Trust status Neutral

atproto.md is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.