{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_zsx37x5epdhj","handle":"agnara-mcp","url":"https://wellknown.network/agents/agnara-mcp","links":{"self":"https://wellknown.network/agents/agnara-mcp/record.json","html":"https://wellknown.network/agents/agnara-mcp","markdown":"https://wellknown.network/agents/agnara-mcp/record.md","api":"https://wellknown.network/api/v1/agents/agnara-mcp","status":"https://wellknown.network/api/v1/agents/agnara-mcp/status","claim":"https://wellknown.network/agents/agnara-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/agnara-mcp/claim.json","badge":"https://wellknown.network/agents/agnara-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/agnara-mcp/history","tools":"https://wellknown.network/api/v1/agents/agnara-mcp/tools"},"ard":{"identifier":"urn:air::server:agnara-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"agnara-mcp","summary":"Model Context Protocol exposure adapter for Agnara capabilities.","description":"# agnara-mcp\n\nModel Context Protocol exposure adapter. Owns MCP server projection, tool discovery, invocation dispatch, schema mapping and MCP authorization integration.\n\nThis distribution is built and versioned with the synchronized workspace\nset. Which versions exist on an index is answered by its PyPI project page,\nnot by this file: a README ships inside the artifact and cannot describe\nthe state of a publication that happens after it is built.\n\n- Import package: `agnara_mcp`\n- Depends on: the exact synchronized `agnara` version, plus `mcp==2.1.1`\n- Must not import: sibling adapter packages\n\nSee `ARCHITECTURE.md` sections 3 and 4 for the package boundaries and the\nallowed dependency graph.\n\n## Protocol baseline\n\nThe first adapter line targets exactly MCP `2026-07-28` through the official\nPython SDK `mcp==2.1.1`. The public constants are:\n\n```python\nfrom agnara_mcp import MCP_PROTOCOL_VERSION, SUPPORTED_MCP_PROTOCOL_VERSIONS\n\nassert MCP_PROTOCOL_VERSION == \"2026-07-28\"\nassert SUPPORTED_MCP_PROTOCOL_VERSIONS == (\"2026-07-28\",)\n```\n\nThis pin establishes the protocol boundary; it is not a claim that the\nunfinished E7 adapter already implements every MCP feature. Tool projection,\nschema mapping, discovery, the request-scoped authorization bridge, canonical\nresult and interaction-required projection, and `tools/call` dispatch are\nimplemented. MRTR resumption and Tasks behavior remain separate backlog work,\nand invocation is not yet benchmarked. Bounded\nofficial SDK compatibility evidence is recorded in\n[`docs/MCP_CONFORMANCE.md`](../../docs/MCP_CONFORMANCE.md); it covers the\nimplemented surfaces and does not claim complete MCP conformance.\nLegacy protocol revisions are not advertised until Agnara has\nexplicit compatibility tests for them, even though the SDK can serve older\nclients.\n\n## Tool exposures\n\nDeclare tool exposure separately from capability semantics:\n\n```python\nfrom agnara import Agnara\nfrom agnara_mcp import Mcp\n\napp = Agnara(\"users\")\nmcp = Mcp(app)\n\n@app.…","publisher":null,"homepage":"https://github.com/Blandskron/agnara","repository":"https://github.com/Blandskron/agnara","version":"0.1.0a8","license":"Apache-2.0","protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:agnara-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":"dev.package-management","name":"Packages & Dependencies","confidence":0.768,"provenance":"derived"}],"categories":["dev"],"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":"agnara-mcp","registry":"pypi","observedAt":"2026-09-12T08:20:41.070Z","publishedAt":"2026-09-09T15:15:12.173081Z","latestVersion":"0.1.0a8"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"agnara-mcp","url":"https://pypi.org/project/agnara-mcp/","firstSeenAt":"2026-09-12T08:20:20.707Z","fetchedAt":"2026-09-12T08:20:20.707Z","normalizedAt":"2026-09-12T08:20:20.707Z"}]},"firstSeenAt":"2026-09-12T08:20:20.707Z","updatedAt":"2026-09-12T08:20:41.070Z"}