MCP servers
MCP servers expose tools through the Model Context Protocol. Bindings use themcp: prefix.
Onchain tools
Onchain tools provide blockchain-native capabilities. Bindings use theonchain: prefix.
Using connectors in agents
Specify connectors in the agent card using the{origin}:{id} format:
"mcp" | "onchain". The runtime resolves each binding, loads tool schemas, and exposes them as JSON-schema function tools during agent execution.
Transport types
MCP servers can be accessed via different transports:Architecture
The runtime resolves each connector from the registry, spawns the server (for MCP) or loads the plugin (for onchain), makes tools available during execution, and handles authentication.Related
- SDK Tools — tool families, parsing, and the
connectors_findAPI - Manowar Tools — runtime tool surface and execution model
- Onchain Tools — onchain connector internals
- MCP Store — MCP discovery and loading