ADP MCP Bridge: Expose ADP Hypervisor resources as MCP tools
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"adp-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# adp-mcp ADP MCP Bridge — an [MCP](https://modelcontextprotocol.io/) server that exposes [ADP Hypervisor](https://github.com/adp-org/adp-hypervisor) resources as MCP tools, enabling LLM agents to discover, describe, validate, and execute ADP intents. ## Tools | Tool | Description | |------|-------------| | `adp_discover` | List available ADP resources, with optional filters by domain, intent class, or keyword | | `adp_describe` | Get the usage contract (field schema, predicates, projections) for a resource + intent class | | `adp_validate` | Validate an intent IR against a resource schema without executing it | | `adp_execute` | Execute an ADP intent and return results (supports pagination via cursor) | ## Installation ```bash pip install adp-mcp ``` ## Usage ```bash adp-mcp --config /path/to/adp/config [--log-level INFO] ``` Logs are written to stderr. To redirect them to a file, use shell redirection: ```bash adp-mcp --config /path/to/adp/config 2>/path/to/adp-mcp.log ``` ### Authentication Set environment variables for Basic Auth: ```bash export ADP_USERNAME=myuser export ADP_PASSWORD=mypassword ``` If `ADP_USERNAME` is not set, the server connects anonymously. ### MCP Client Configuration #### Claude Desktop Add the following to `claude_desktop_config.json`: ```json { "mcpServers": { "adp": { "command": "adp-mcp", "args": ["--config", "/path/to/adp/config"] } } } ``` #### VS Code Add the following to your workspace `.vscode/mcp.json` (or user-level `settings.json` under `"mcp.servers"`): ```json { "servers": { "adp": { "type": "stdio", "command": "adp-mcp", "args": ["--config", "/path/to/adp/config"] } } } ``` #### Codex CLI Add the following to `~/.codex/config.toml`: ```toml [mcp_servers.adp] transport = { command = "adp-mcp", args = ["--config", "/path/to/adp/config"] } enabled = true ``` ## Docker Quickstart The [`docker/`](./docker/) directory contains a self-contained Docker C…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.