Directory
S

Snapshot DAO (Free)

Datafrom $0/callListedBaseEthereum
agentic.market

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.

62C/ 100
Reliability
64
Liveness
100
Speed
Adoption
9
Value
User rating
33% settle · 1/3 calls$0/call

Recent calls

newest → oldest · tx on BaseScan
no ratings yet

x402 endpoints

7
  • POST/mcp/list_proposals$0
    via 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$0
    via 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$0
    via 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$0
    via 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$0
    via Yeetful (free)snapshot-mcp.yeetful.com

    Browse DAO spaces, most followed first.

    1 parameter
    • firstnumberbody

      Max results.

  • POST/mcp/prepare_vote$0
    via 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$0
    via 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.