Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

An MCP server that aggregates live governance proposals from major DAOs.

README.md

DAO Proposals MCP

An MCP server that aggregates live governance proposals from major DAOs enabling AI agents to track, analyze, and act on decentralized decision-making in real time, powered by Snapshot.

!GitHub License !Python Version !Status

Features

  • Tools:
  • list_spaces: Fetches a list of up to 10 recent Snapshot spaces, including their IDs, names, and descriptions.
  • list_proposals: Retrieves up to 10 recent proposals for a given Snapshot space, including proposal IDs, titles, states, creation dates, and end dates.
  • get_proposal_details: Fetches detailed information about a specific proposal, including its title, body, state, choices, scores, and vote counts.
  • Prompt:
  • summarize_proposals: Generates a prompt to summarize recent proposals for a specified Snapshot space, leveraging the list_proposals tool.

Prerequisites

  • Python 3.10+
  • uv (recommended) or pip for dependency management

Installation

  1. Clone the repository:
   git clone https://github.com/kukapay/dao-proposals-mcp.git
   cd dao-proposals-mcp
  1. Install dependencies:
   uv sync
  1. Installing to Claude Desktop:

Install the server as a Claude Desktop application: ``bash uv run mcp install main.py --name "DAO Proposals" ``

Configuration file as a reference:

    {
       "mcpServers": {
           "DAO Proposals": {
               "command": "uv",
               "args": [ "--directory", "/path/to/dao-proposals-mcp", "run", "main.py" ]
           }
       }
    }

Replace /path/to/dao-proposals-mcp with your actual installation path.

Usage

Example Interactions

  1. List Available Spaces:
  • Prompt:
     Can you show me a list of the most recent Snapshot spaces?
  • Output:
     Space ID: ens.eth
     Name: ENS
     About: Ethereum Name Service (ENS) is a decentralized naming system...
     ---
     Space ID: aave.eth
     Name: Aave
     About: Aave is a decentralized lending protocol...
     ---
  1. List Proposals for a Space:
  • Prompt:
     Please list the recent proposals for the ENS DAO (space ID: ens.eth).
  • Output:
     Proposal ID: 0x123...
     Title: Proposal to Update ENS Governance
     State: Active
     Created: 2025-07-01 12:00:00
     End: 2025-07-08 12:00:00
     ---
  1. Get Proposal Details:
  • Prompt:
     Can you give me detailed information about the proposal with ID 0x123...?
  • Output:
     Proposal ID: 0x123...
     Title: Proposal to Update ENS Governance
     State: Active
     Created: 2025-07-01 12:00:00
     End: 2025-07-08 12:00:00
     Choices: Yes, No
     Scores: [1500, 500]
     Votes: 2000
     ------
     This proposal aims to update the governance structure of ENS...
  1. Summarize Proposals:
  • Prompt:
     Summarize the recent proposals for the DAO with space ID 'ens.eth'.
  • Output:
     I'll use the list_proposals tool to fetch the proposals for ens.eth and provide a concise summary of their key points.

License

This project is licensed under the MIT License. See the LICENSE file for details.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.