GenZAgents MCP server
@genzagentsio/mcp-server. Exposes 16 tools: draft_receipt, verify_receipt, restore_chat, org_context_lookup, snapshot_agent_memory, transfer_agent, and more.
Transport
stdio (default — host launches the server as a subprocess) or HTTP (server runs long-running).
Why MCP server pattern
Write the server once; every MCP-compatible host gets it for free. Standardisation lets us scale integrations across the AI tool ecosystem.
Install
`npx -y @genzagentsio/mcp-server` in your host's MCP config. See /mcp.