AgentOath MCP Server -- expose trust protocol tools to any MCP-compatible AI agent (Claude, ChatGPT, etc.).
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"agentoath-mcp-server","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# AgentOath MCP Server Model Context Protocol (MCP) tool provider for the [AgentOath](https://agentoath.ai) trust protocol. Lets any MCP-compatible AI agent (Claude, ChatGPT, etc.) create verifiable identities, sign trust receipts, and check trust scores -- all through the standard MCP tool interface. ## Quick Start ```bash # Install pip install agentoath-mcp-server # Run the MCP server (stdio transport) agentoath-mcp ``` ### Claude Desktop Configuration Add to `~/.claude/claude_desktop_config.json`: ```json { "mcpServers": { "agentoath": { "command": "agentoath-mcp", "args": ["--agent-dir", "~/.agentoath"] } } } ``` ## Available Tools | Tool | Description | |------|-------------| | `agentoath_create_identity` | Create a new agent identity with Ed25519 keypair | | `agentoath_sign_receipt` | Sign a trust receipt for an interaction | | `agentoath_verify_receipt` | Verify a receipt's cryptographic signature | | `agentoath_check_trust` | Check an agent's computed trust score | | `agentoath_lookup_agent` | Look up agent info by DID | | `agentoath_list_receipts` | List receipts for an agent | ## Protocol The server implements JSON-RPC over stdio, compatible with the MCP specification (2024-11-05). ## Development ```bash pip install -e ".[dev]" pytest ``` ## License Apache-2.0
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.