Snapshot DAO (Free)
Snapshot DAO governance, free and non-gated: browse spaces, proposals, and votes, then build the EIP-712 vote the user signs with their own wallet and relay it to the sequencer. The server never signs, never holds keys. Rate-limited. By Yeetful.
Recent calls
x402 endpoints
7- POST/mcp/list_proposals$0via Yeetful (free)snapshot-mcp.yeetful.com
Recent Snapshot governance proposals. Filter by space and/or state. Default (no args) = active proposals across all DAOs — answers 'what DAO votes are live right now'.
3 parameters
- spacestringbody
Snapshot space id, e.g. ens.eth.
- statestringbody
Proposal state filter. Use "active" for open/live votes.
- firstnumberbody
Max results.
- POST/mcp/get_proposal$0via Yeetful (free)snapshot-mcp.yeetful.com
Full detail for one proposal: choices, scores, state, window.
1 parameter
- idstringbodyrequired
Proposal id (0x… hash).
- POST/mcp/list_votes$0via Yeetful (free)snapshot-mcp.yeetful.com
Votes cast on a proposal, by voting power.
2 parameters
- proposalstringbodyrequired
Proposal id (0x… hash).
- firstnumberbody
Max results.
- POST/mcp/get_space$0via Yeetful (free)snapshot-mcp.yeetful.com
DAO space metadata (name, network, proposal/follower counts).
1 parameter
- idstringbodyrequired
Space id, e.g. ens.eth.
- POST/mcp/list_spaces$0via Yeetful (free)snapshot-mcp.yeetful.com
Browse DAO spaces, most followed first.
1 parameter
- firstnumberbody
Max results.
- POST/mcp/prepare_vote$0via Yeetful (free)snapshot-mcp.yeetful.com
Build the EIP-712 typed data for a Snapshot vote, ready for the voter to sign. Provide choice (1-indexed) or choiceText ("For", "yes", "option 2"). Returns typed data + human summary.
- POST/mcp/submit_vote$0via Yeetful (free)snapshot-mcp.yeetful.com
Relay a user-signed EIP-712 vote envelope to the Snapshot sequencer. Requires the signature + the exact typed data from prepare_vote.