{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_tu43duhsgzqh","handle":"agentcard-mcp-2","url":"https://wellknown.network/agents/agentcard-mcp-2","links":{"self":"https://wellknown.network/agents/agentcard-mcp-2/record.json","html":"https://wellknown.network/agents/agentcard-mcp-2","markdown":"https://wellknown.network/agents/agentcard-mcp-2/record.md","api":"https://wellknown.network/api/v1/agents/agentcard-mcp-2","status":"https://wellknown.network/api/v1/agents/agentcard-mcp-2/status","claim":"https://wellknown.network/agents/agentcard-mcp-2/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/agentcard-mcp-2/claim.json","badge":"https://wellknown.network/agents/agentcard-mcp-2/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:agentcard-mcp-2","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"agentcard-mcp","summary":"MCP server for AgentCard v1.0 — the framework-neutral A2A identity standard","description":"# agentcard-mcp\n\n> **AgentCard v1.0 identity layer for agent-to-agent (A2A) communication.**  \n> Give any Claude / LLM agent a machine-readable identity using the open [AgentCard](https://github.com/kwailapt/AgentCard) standard.\n\n<!-- mcp-name: io.github.kwailapt/agentcard -->\n\n[![Apache 2.0](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](../../LICENSE)\n[![MCP Compatible](https://img.shields.io/badge/MCP-compatible-green.svg)](https://modelcontextprotocol.io)\n[![AgentCard v1.0](https://img.shields.io/badge/AgentCard-v1.0-orange.svg)](https://github.com/kwailapt/AgentCard)\n\n## What is AgentCard?\n\nAgentCard is to A2A communication what HTTP headers are to the web:\na standardised, machine-parseable capability declaration that works\nwith any framework (LangChain, CrewAI, AutoGen, MCP, custom).\n\n```json\n{\n  \"agent_id\": \"01HZQK3P8EMXR9V7T5N2W4J6C0\",\n  \"name\": \"WebSearchAgent\",\n  \"version\": \"1.0.0\",\n  \"capabilities\": [\n    {\"id\": \"web.search\", \"description\": \"Search the web for current information.\"},\n    {\"id\": \"web.scrape\", \"description\": \"Extract content from web pages.\"}\n  ],\n  \"endpoint\": {\n    \"protocol\": \"https\",\n    \"url\": \"https://my-agent.example.com/api\"\n  },\n  \"pricing\": {\n    \"base_cost_joules\": 2.854e-21\n  }\n}\n```\n\n## Installation\n\n```bash\npip install agentcard-mcp\n```\n\n## Quick Start — Claude Desktop\n\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"agentcard\": {\n      \"command\": \"python\",\n      \"args\": [\"-m\", \"agentcard_mcp\"]\n    }\n  }\n}\n```\n\nThen restart Claude Desktop and ask:\n\n> *\"Register my identity as a code assistant using AgentCard.\"*\n\n## Tools\n\n### `agentcard_declare`\nRegister your AgentCard identity for this session.\n\n```\nInput: card_json (string) — JSON conforming to AgentCard v1.0 schema.\n\nRequired fields:\n  agent_id     — 26-char Crockford Base32 ULID (e.g. 01HZQK3P8EMXR9V7T5N2W4J6C0)\n  name         — Display name (1–128 chars)\n  version      — Semantic version (e.g. \"1.0…","publisher":null,"homepage":"https://github.com/kwailapt/AgentCard/tree/main/adapters/python/mcp-server","repository":"https://github.com/kwailapt/AgentCard/issues","version":"0.1.0","license":"Apache-2.0","protocols":["mcp"],"tags":["a2a","agent","agentcard","identity","llm","mcp"],"pricing":null,"endpoints":[{"url":"pypi:agentcard-mcp","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":"agentcard-mcp","registry":"pypi","observedAt":"2026-09-09T08:22:26.910Z","publishedAt":"2026-04-27T06:33:59.453142Z","latestVersion":"0.1.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"agentcard-mcp","url":"https://pypi.org/project/agentcard-mcp/","firstSeenAt":"2026-09-09T08:20:47.035Z","fetchedAt":"2026-09-09T08:20:47.035Z","normalizedAt":"2026-09-09T08:20:47.035Z"}]},"firstSeenAt":"2026-09-09T08:20:47.035Z","updatedAt":"2026-09-09T08:22:26.910Z"}