Tally DAO Governance
FreeNot checkedIntegrates with the Tally API to query and analyze DAO governance data, enabling insights into decentralized decision-making processes.
About
Integrates with the Tally API to query and analyze DAO governance data, enabling insights into decentralized decision-making processes.
README
A Model Context Protocol (MCP) server for interacting with the Tally API. This server allows AI agents to fetch information about DAOs, including their governance data, proposals, and metadata.
Features
- List DAOs sorted by popularity or exploration status
- Fetch comprehensive DAO metadata including social links and governance information
- Pagination support for handling large result sets
- Built with TypeScript and GraphQL
- Full test coverage with Bun's test runner
Installation
# Clone the repository
git clone https://github.com/yourusername/mpc-tally-api-server.git
cd mpc-tally-api-server
# Install dependencies
bun install
# Build the project
bun run build
Configuration
- Create a
.envfile in the root directory:
TALLY_API_KEY=your_api_key_here
- Get your API key from Tally
⚠️ Security Note: Keep your API key secure:
- Never commit your
.envfile - Don't expose your API key in logs or error messages
- Rotate your API key if it's ever exposed
- Use environment variables for configuration
Usage
Running the Server
# Start the server
bun run start
# Development mode with auto-reload
bun run dev
Claude Desktop Configuration
Add the following to your Claude Desktop configuration:
{
"tally": {
"command": "node",
"args": [
"/path/to/mpc-tally-api-server/build/index.js"
],
"env": {
"TALLY_API_KEY": "your_api_key_here"
}
}
}
Available Scripts
bun run clean- Clean the build directorybun run build- Build the projectbun run start- Run the built serverbun run dev- Run in development mode with auto-reloadbun test- Run testsbun test --watch- Run tests in watch modebun test --coverage- Run tests with coverage
API Functions
The server exposes the following MCP functions:
list_daos
Lists DAOs sorted by specified criteria.
Parameters:
limit(optional): Maximum number of DAOs to return (default: 20, max: 50)afterCursor(optional): Cursor for paginationsortBy(optional): How to sort the DAOs (default: popular)- Options: "id", "name", "explore", "popular"
License
MIT
Installing Tally DAO Governance
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/crazyrabbitltc/mpc-tally-api-serverFAQ
Is Tally DAO Governance MCP free?
Yes, Tally DAO Governance MCP is free — one-click install via Unyly at no cost.
Does Tally DAO Governance need an API key?
No, Tally DAO Governance runs without API keys or environment variables.
Is Tally DAO Governance hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Tally DAO Governance in Claude Desktop, Claude Code or Cursor?
Open Tally DAO Governance on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Tally DAO Governance with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
