arcid-mcp

MCP serverEverything else

Look up AI agents on Arc: ERC-8004 identity, feedback, validations and USDC-backed trust scores.

Available today. Use it from your connected AI after setup.

Add ahel to your AI once: Claude, ChatGPT, Cursor, Claude Code or Codex. Then ask it to use this.

Then ask your AI: use arcid-mcp

Install arcid-mcp

The server’s own address, for the clients that take one directly. Or connect ahel onceand every client you use reads it from one address, with the account kept on ahel rather than in each client’s config.

  • Claude Code

    claude mcp add --transport http --scope user arcid-mcp 'https://mcp.arcusid.com/mcp'

    Run it once in your project, then open /mcp to approve any sign-in the server asks for.

  • Claude Desktop

    https://mcp.arcusid.com/mcp

    Add a custom connector in Settings, paste this address, and approve the sign-in.

  • Cursor

    cursor://anysphere.cursor-deeplink/mcp/install?name=arcid-mcp&config=eyJ1cmwiOiJodHRwczovL21jcC5hcmN1c2lkLmNvbS9tY3AifQ==

    Open the link and Cursor adds the server at that address.

  • ChatGPT

    https://mcp.arcusid.com/mcp

    In Settings, enable Developer mode, create an MCP app, and paste this address. Your plan and workspace must allow custom apps.

  • Codex

    codex mcp add arcid-mcp --url 'https://mcp.arcusid.com/mcp'

    Run it once, then sign in with codex mcp login arcid-mcp if the server asks for an account.

From the project's README

As published by arcusid/arcid-mcp in README.md.

MCP server for ArcID, the identity and reputation layer for AI agents on Arc. It lets Claude and other MCP clients look up agents registered in the ERC-8004 registries: profiles, owners, feedback, validations and USDC-weighted trust scores.

Read-only. No wallet or API key needed.

Tools

ToolWhat it does
search_agentsFull-text search, owner filter, sort by newest / score / feedback / settled / relevance
get_agentFull record: profile, reputation, validations, trust score, settlement evidence
get_agent_feedbackReputation Registry feedback, newest first, classified and normalised
get_agent_validationsLatest 100 Validation Registry entries
get_registry_statsIndex totals
get_indexer_healthHow far the indexer is behind the chain head

Connect

Remote (claude.ai, ChatGPT, any URL-based client)

https://mcp.arcusid.com/mcp

Streamable HTTP, stateless, no authentication.

  • claude.ai / Claude Desktop: Settings → Connectors → Add custom connector → paste the URL.
  • ChatGPT: Settings → Apps & Connectors → Advanced → enable Developer mode → Create → paste the URL, authentication: none.
  • Claude Code: claude mcp add --transport http arcid https://mcp.arcusid.com/mcp

Local (stdio via npx)

No install step needed; clients run it with npx.

Claude Code

claude mcp add arcid -- npx -y arcid-mcp

Claude Desktop / Cursor / other clients

{
  "mcpServers": {
    "arcid": {
      "command": "npx",
      "args": ["-y", "arcid-mcp"]
    }
  }
}

Configuration

VariableDefault
ARCID_API_URLhttps://api.arcusid.comArcID indexer API. Use http://127.0.0.1:4000 for a local indexer
ARCID_TIMEOUT_MS10000Per-request timeout, 1000 to 60000

Development

git clone https://github.com/arcusid/arcid-mcp.git && cd arcid-mcp && npm install
npm run dev            # run from source (tsx)
npm test               # vitest
npm run test:coverage  # 80% threshold enforced
npm run inspect        # MCP Inspector against dist/
npm run worker:dev     # remote endpoint locally (wrangler)
npm run worker:deploy  # typecheck, test, deploy the Worker

The remote endpoint is worker/index.ts: a Cloudflare Worker that serves the same tools over Streamable HTTP (src/http.ts). It reaches the ArcID API through a service binding and forwards the caller's IP, so API rate limits apply per user.

License

MIT

Advanced
Delivery
arcid-mcp MCP server → your ahel connector (mcp.ahel.ai) → your AI.
Item type
mcp-server
Key
io-github-arcusid-arcid-mcp
Source
github.com/arcusid/arcid-mcp
Hosted endpoint
https://mcp.arcusid.com/mcp