Anticapture MCP
The Anticapture MCP server exposes the Anticapture REST API as Model Context Protocol tools, so agentic clients (Claude Desktop, local agents, deployed assistants) can query DAO governance, treasury, delegation, and voting analytics.
How this documentation is organised
- Guide — getting started with the hosted server, plus self-hosting & local development for running it yourself.
- Tools — the full reference for every MCP tool, generated from the Anticapture REST OpenAPI spec. Each entry corresponds to one MCP tool.
Tools are generated, not hand-written
The MCP tool surface is generated by Kubb from
apps/gateful/openapi/gateful.json — the same spec rendered in the Tools
section. Every OpenAPI operation becomes exactly one MCP tool:
| OpenAPI | MCP |
|---|---|
operationId | tool name |
operation tag | tool group |
summary / description | tool description shown to the agent |
| parameters / request body | tool input schema |