{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_yvrcf44jjvan","handle":"adp-mcp","url":"https://wellknown.network/agents/adp-mcp","links":{"self":"https://wellknown.network/agents/adp-mcp/record.json","html":"https://wellknown.network/agents/adp-mcp","markdown":"https://wellknown.network/agents/adp-mcp/record.md","api":"https://wellknown.network/api/v1/agents/adp-mcp","status":"https://wellknown.network/api/v1/agents/adp-mcp/status","claim":"https://wellknown.network/agents/adp-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/adp-mcp/claim.json","badge":"https://wellknown.network/agents/adp-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:adp-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"adp-mcp","summary":"ADP MCP Bridge: Expose ADP Hypervisor resources as MCP tools","description":"# adp-mcp\n\nADP MCP Bridge — an [MCP](https://modelcontextprotocol.io/) server that exposes\n[ADP Hypervisor](https://github.com/adp-org/adp-hypervisor) resources as MCP tools,\nenabling LLM agents to discover, describe, validate, and execute ADP intents.\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `adp_discover` | List available ADP resources, with optional filters by domain, intent class, or keyword |\n| `adp_describe` | Get the usage contract (field schema, predicates, projections) for a resource + intent class |\n| `adp_validate` | Validate an intent IR against a resource schema without executing it |\n| `adp_execute` | Execute an ADP intent and return results (supports pagination via cursor) |\n\n## Installation\n\n```bash\npip install adp-mcp\n```\n\n## Usage\n\n```bash\nadp-mcp --config /path/to/adp/config [--log-level INFO]\n```\n\nLogs are written to stderr. To redirect them to a file, use shell redirection:\n\n```bash\nadp-mcp --config /path/to/adp/config 2>/path/to/adp-mcp.log\n```\n\n### Authentication\n\nSet environment variables for Basic Auth:\n\n```bash\nexport ADP_USERNAME=myuser\nexport ADP_PASSWORD=mypassword\n```\n\nIf `ADP_USERNAME` is not set, the server connects anonymously.\n\n### MCP Client Configuration\n\n#### Claude Desktop\n\nAdd the following to `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"adp\": {\n      \"command\": \"adp-mcp\",\n      \"args\": [\"--config\", \"/path/to/adp/config\"]\n    }\n  }\n}\n```\n\n#### VS Code\n\nAdd the following to your workspace `.vscode/mcp.json` (or user-level\n`settings.json` under `\"mcp.servers\"`):\n\n```json\n{\n  \"servers\": {\n    \"adp\": {\n      \"type\": \"stdio\",\n      \"command\": \"adp-mcp\",\n      \"args\": [\"--config\", \"/path/to/adp/config\"]\n    }\n  }\n}\n```\n\n#### Codex CLI\n\nAdd the following to `~/.codex/config.toml`:\n\n```toml\n[mcp_servers.adp]\ntransport = { command = \"adp-mcp\", args = [\"--config\", \"/path/to/adp/config\"] }\nenabled = true\n```\n\n## Docker Quickstart\n\nThe [`docker/`](./docker/) directory contains a self-contained Docker C…","publisher":{"name":"ADP Team","url":null},"homepage":null,"repository":null,"version":"0.1.0","license":"Apache-2.0","protocols":["mcp"],"tags":["adp","agent","agentic","ai","data","mcp","protocol"],"pricing":null,"endpoints":[{"url":"pypi:adp-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","summary":"pypi","version":"pypi","description":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"security.identity","name":"Identity & Access","confidence":0.825,"provenance":"derived"},{"slug":"dev.terminal","name":"Terminal & Shell","confidence":0.745,"provenance":"derived"}],"categories":["dev","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":"adp-mcp","registry":"pypi","observedAt":"2026-09-09T08:22:23.664Z","publishedAt":"2026-03-16T11:14:12.579982Z","latestVersion":"0.1.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"adp-mcp","url":"https://pypi.org/project/adp-mcp/","firstSeenAt":"2026-09-09T08:20:34.742Z","fetchedAt":"2026-09-09T08:20:34.742Z","normalizedAt":"2026-09-09T08:20:34.742Z"}]},"firstSeenAt":"2026-09-09T08:20:34.742Z","updatedAt":"2026-09-09T08:22:23.664Z"}