{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_uh9pe322u482","handle":"agent-comms-mcp","url":"https://wellknown.network/agents/agent-comms-mcp","links":{"self":"https://wellknown.network/agents/agent-comms-mcp/record.json","html":"https://wellknown.network/agents/agent-comms-mcp","markdown":"https://wellknown.network/agents/agent-comms-mcp/record.md","api":"https://wellknown.network/api/v1/agents/agent-comms-mcp","status":"https://wellknown.network/api/v1/agents/agent-comms-mcp/status","claim":"https://wellknown.network/agents/agent-comms-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/agent-comms-mcp/claim.json","badge":"https://wellknown.network/agents/agent-comms-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:agent-comms-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"agent-comms-mcp","summary":"MCP service for permissioned, structured agent-to-agent communications","description":"# agent-comms-mcp\n\nMCP service for **permissioned, structured agent-to-agent communications**.\nFirst use case: a user's main agent delegates to a dedicated EA agent, which\ncommunicates with other people's EA agents to negotiate availability by\napplying judgment to scheduling tradeoffs. Communications are scoped and\nstructured: no free text initially. See [`docs/DESIGN.md`](docs/DESIGN.md)\nfor the full spec (data model, permission model, message schemas). EA agent\nlogic lives elsewhere. This repo is only the comms layer.\n\n## Layout\n\n```\nmain.py              # FastMCP server, observability + scope-enforcement middleware\nauth.py              # Okta OIDCProxy (humans) + agent-jwt JWTVerifier (agents) via MultiAuth\nscopes.py            # TOOL_SCOPES catalog + fail-closed scope helpers\nidentity.py          # Issuer-gated JWT identity resolution (anti-impersonation guards)\nobservability.py     # structlog JSON events (tool_call, scope_denial, auth_flow, ...)\nproviders/comms.py   # Comms provider sub-server — the MCP tools (see below)\nmodels.py            # SQLAlchemy 2.x async ORM models (agents, conversations,\n                      #   participants, messages, audit_log — DESIGN.md §5)\ndb.py                # Async engine/session factory (DATABASE_URL, fail-fast)\nschemas.py           # Pydantic message-payload schemas (all registered message types)\nstate_machine.py     # Conversation/participant state transitions (DESIGN.md §4, §6)\nservice.py           # Domain/service layer: membership rules, uniform denials, audit\nexceptions.py        # Service-layer exception shapes (mapped to ToolError in providers/comms.py)\nmigrations/          # Alembic migrations (async env.py); run `alembic upgrade head`\ntests/               # pytest suite (composition, scope fail-closed, domain logic, schema)\n```\n\n## Domain layer\n\nThe comms board is five Postgres tables: `agents`, `conversations`,\n`participants`, `messages`, `audit_log`. `messages` and\n`audit_log` are append-only. An agent self-pr…","publisher":null,"homepage":"https://github.com/redesignhealth/agent-comms-mcp","repository":"https://github.com/redesignhealth/agent-comms-mcp","version":"0.7.0","license":"MIT","protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:agent-comms-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":"data.database","name":"Databases","confidence":0.825,"provenance":"derived"},{"slug":"security.identity","name":"Identity & Access","confidence":0.779,"provenance":"derived"}],"categories":["data","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":"agent-comms-mcp","registry":"pypi","observedAt":"2026-09-09T08:22:27.388Z","publishedAt":"2026-09-07T17:34:00.947587Z","latestVersion":"0.7.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"agent-comms-mcp","url":"https://pypi.org/project/agent-comms-mcp/","firstSeenAt":"2026-09-09T08:20:48.894Z","fetchedAt":"2026-09-09T08:20:48.894Z","normalizedAt":"2026-09-09T08:20:48.894Z"}]},"firstSeenAt":"2026-09-09T08:20:48.894Z","updatedAt":"2026-09-09T08:22:27.388Z"}