MCP Adapter
The MCP adapter lets a venue call external Model Context Protocol (MCP) servers as grid operations — discovering their tools and invoking them like any other operation.
Looking for the other direction — exposing your venue's operations to an AI assistant as MCP tools? A venue is automatically an MCP server. See Venues as MCP Servers.
Operations
| Operation | Purpose |
|---|---|
mcp:tools:list | List the tools a remote MCP server offers |
mcp:tools:call | Invoke a tool on a remote MCP server |
A server is addressed by URL or by DID (resolved from the DID document's service entries). See Calling MCP Tools for the full input/output reference, authentication options, and orchestration patterns.
Why go through the Grid?
Calling an MCP server through a venue, rather than wiring it into your client directly, gives you:
- Plug-and-play orchestration — compose MCP tools with other grid operations, agents, and orchestrations.
- A system of record — every call is a Job with an auditable record on your venue.
- Controlled credentials — API keys live in the venue's secret store, not in the client.
Related
- Calling MCP Tools — detailed reference for
mcp:tools:list/mcp:tools:call - Venues as MCP Servers — the inbound side (your venue as an MCP server)
- MCP Integration — the full MCP section
- Orchestrator — composing MCP tools into workflows