Adding a Server
Install and activate the extension that wraps the MCP server:Transport
IronClaw connects to MCP servers over HTTP(S) using JSON-RPC 2.0.Security
MCP servers are untrusted. A server does not gain ambient filesystem, secret, or network authority just because the agent can call its tools:- Calls go through the host-selected client, which is the only integration point
- Outbound requests are planned and authorized by the host’s egress controls, not by the server
- Resource use is accounted through the host governor like any other capability
- Credentials are injected at the egress boundary and redacted from results and errors
WASM or MCP?
Prefer a WASM extension when you’re writing the tool yourself and want it sandboxed. Use
MCP when the tool already exists as an MCP server.
See Building an Extension.