MPC Tally API Server
@crazyrabbitLTC
About MPC Tally API Server
A Model Context Protocol (MCP) server that enables AI agents to interact with the Tally API, providing access to DAO governance data, proposals, and metadata. Built with TypeScript and GraphQL, it offers a secure and efficient way to fetch and sort DAO information through standar
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mpc-tally-api-server": {
"command": "bun",
"args": [
"run",
"build"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MPC Tally API Server?
An MCP (Model Context Protocol) server that enables AI agents to fetch information from the Tally API, including DAO governance data, proposals, and metadata.
How to use MPC Tally API Server?
Clone the repository, install dependencies with bun install, build with bun run build, create a .env file with your Tally API key, then start the server with bun run start. For Claude Desktop, add a JSON configuration pointing to the built index.js and include the TALLY_API_KEY environment variable.
Key features of MPC Tally API Server
- List DAOs sorted by popularity or exploration status
- Fetch comprehensive DAO metadata and governance information
- Pagination support for large result sets
- Built with TypeScript and GraphQL
- Full test coverage with Bun’s test runner
Use cases of MPC Tally API Server
- AI agents retrieving DAO governance data for analysis
- Querying DAO proposals and metadata for research
- Building tools that monitor DAO activity via Tally API
- Integrating DAO information into chatbots or assistants
FAQ from MPC Tally API Server
How do I get a Tally API key?
Get your API key from Tally.
What are the runtime requirements?
The project uses Bun for development and Node.js for production (e.g., Claude Desktop configuration uses the node command).
How do I configure the server for Claude Desktop?
Add a JSON entry to your Claude Desktop configuration with the command node, arguments pointing to the built index.js, and an env object containing TALLY_API_KEY.
What parameters does the list_daos function support?
It supports limit (default 20, max 50), afterCursor (pagination), and sortBy (options: "id", "name", "explore", "popular"; default "popular").
Is there a limit on the number of DAOs returned?
Yes, the default limit is 20 and the maximum is 50.
Frequently asked questions
How do I get a Tally API key?
Get your API key from [Tally](https://tally.xyz).
What are the runtime requirements?
The project uses Bun for development and Node.js for production (e.g., Claude Desktop configuration uses the `node` command).
How do I configure the server for Claude Desktop?
Add a JSON entry to your Claude Desktop configuration with the command `node`, arguments pointing to the built `index.js`, and an `env` object containing `TALLY_API_KEY`.
What parameters does the `list_daos` function support?
It supports `limit` (default 20, max 50), `afterCursor` (pagination), and `sortBy` (options: "id", "name", "explore", "popular"; default "popular").
Is there a limit on the number of DAOs returned?
Yes, the default limit is 20 and the maximum is 50.
Basic information
More Developer Tools MCP servers
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.

Reelier
Maxime HouleAgents make claims. Reelier writes receipts — record an agent's tool-call workflow once, replay it deterministically at 0 tokens, and diff runs to catch drift.

Meticulous
MeticulousMCP server and skills to connect to the Meticulous UI testing platform.

PuzzleTide Puzzle Generator
Caravaca-LabsWord search generator, crossword generator, and sudoku generator + solver as a local-first MCP server. 15 deterministic tools: printable PDF puzzle worksheets, themed word banks, and verifiable LLM evals. From the makers
Altronis
sypherinMCP server + CLI for Altronis — Singapore AI consulting. Ask the Lyra consultant, generate a grant-matched AI transformation plan, pull curated SG AI events/news. Read-only, wraps altronis.sg.
Comments