{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_mbsv4ftt6gpu","handle":"agentoath-mcp-server","url":"https://wellknown.network/agents/agentoath-mcp-server","links":{"self":"https://wellknown.network/agents/agentoath-mcp-server/record.json","html":"https://wellknown.network/agents/agentoath-mcp-server","markdown":"https://wellknown.network/agents/agentoath-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/agentoath-mcp-server","status":"https://wellknown.network/api/v1/agents/agentoath-mcp-server/status","claim":"https://wellknown.network/agents/agentoath-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/agentoath-mcp-server/claim.json","badge":"https://wellknown.network/agents/agentoath-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:agentoath-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"agentoath-mcp-server","summary":"AgentOath MCP Server -- expose trust protocol tools to any MCP-compatible AI agent (Claude, ChatGPT, etc.).","description":"# AgentOath MCP Server\n\nModel Context Protocol (MCP) tool provider for the [AgentOath](https://agentoath.ai) trust protocol.\n\nLets 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.\n\n## Quick Start\n\n```bash\n# Install\npip install agentoath-mcp-server\n\n# Run the MCP server (stdio transport)\nagentoath-mcp\n```\n\n### Claude Desktop Configuration\n\nAdd to `~/.claude/claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"agentoath\": {\n      \"command\": \"agentoath-mcp\",\n      \"args\": [\"--agent-dir\", \"~/.agentoath\"]\n    }\n  }\n}\n```\n\n## Available Tools\n\n| Tool | Description |\n|------|-------------|\n| `agentoath_create_identity` | Create a new agent identity with Ed25519 keypair |\n| `agentoath_sign_receipt` | Sign a trust receipt for an interaction |\n| `agentoath_verify_receipt` | Verify a receipt's cryptographic signature |\n| `agentoath_check_trust` | Check an agent's computed trust score |\n| `agentoath_lookup_agent` | Look up agent info by DID |\n| `agentoath_list_receipts` | List receipts for an agent |\n\n## Protocol\n\nThe server implements JSON-RPC over stdio, compatible with the MCP specification (2024-11-05).\n\n## Development\n\n```bash\npip install -e \".[dev]\"\npytest\n```\n\n## License\n\nApache-2.0","publisher":null,"homepage":"https://agentoath.com/integrate","repository":"https://github.com/AgentOath/agentoath","version":"0.2.0","license":"Apache-2.0","protocols":["mcp"],"tags":["ai","agent","trust","mcp","agentoath","identity","model-context-protocol"],"pricing":null,"endpoints":[{"url":"pypi:agentoath-mcp-server","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"security.identity","name":"Identity & Access","confidence":1,"provenance":"declared"}],"categories":["security"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"agentoath-mcp-server","registry":"pypi","observedAt":"2026-09-09T08:22:33.381Z","publishedAt":"2026-08-22T08:24:52.810022Z","latestVersion":"0.2.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"agentoath-mcp-server","url":"https://pypi.org/project/agentoath-mcp-server/","firstSeenAt":"2026-09-09T08:21:12.285Z","fetchedAt":"2026-09-09T08:21:12.285Z","normalizedAt":"2026-09-09T08:21:12.285Z"}]},"firstSeenAt":"2026-09-09T08:21:12.285Z","updatedAt":"2026-09-09T08:22:33.381Z"}