Directory

Yeetful · Snapshot

Datafrom $0.004/callCallable in chatBase

Snapshot DAO governance over MCP, hosted by Yeetful at snapshot.yeetful.com. Browse proposals/votes/spaces and build an EIP-712 vote the user signs with their own wallet, then relay it. Tools: list_proposals, get_proposal, list_votes, get_space, list_spaces, prepare_vote, submit_vote. Pay-per-call in USDC on Base — no API key.

Routability

can the router discover, pick, and call it?

Not yet graded. Diagnostics check param schemas, description quality, live health, and run the actual routing planner against this service’s own tools — construction only, nothing is paid or executed.

x402 endpoints

7
  • POST/mcp/list_proposals$0.004
    via Snapshot via Yeetfulsnapshot.yeetful.com

    at volume$5.76/day @ 1 call/min·$346/day @ 1 call/sec

    Recent DAO proposals (filter by space + state). MCP tool.

    3 parameters
    • spacestringbody

      Snapshot space id, e.g. aave.eth.

    • statestringbody

      active | closed | pending.

    • firstnumberbody

      How many to return.

  • POST/mcp/get_proposal$0.004
    via Snapshot via Yeetfulsnapshot.yeetful.com

    at volume$5.76/day @ 1 call/min·$346/day @ 1 call/sec

    Full detail for one proposal (body, choices, scores, type). MCP tool.

    1 parameter
    • idstringbodyrequired

      Proposal id (0x… hash).

  • POST/mcp/list_votes$0.004
    via Snapshot via Yeetfulsnapshot.yeetful.com

    at volume$5.76/day @ 1 call/min·$346/day @ 1 call/sec

    Votes cast on a proposal, by voting power. MCP tool.

    2 parameters
    • proposalstringbodyrequired

      Proposal id.

    • firstnumberbody

      How many votes.

  • POST/mcp/get_space$0.004
    via Snapshot via Yeetfulsnapshot.yeetful.com

    at volume$5.76/day @ 1 call/min·$346/day @ 1 call/sec

    DAO space metadata. MCP tool.

    1 parameter
    • idstringbodyrequired

      Space id, e.g. aave.eth.

  • POST/mcp/list_spaces$0.004
    via Snapshot via Yeetfulsnapshot.yeetful.com

    at volume$5.76/day @ 1 call/min·$346/day @ 1 call/sec

    Browse DAO spaces, most-followed first. MCP tool.

    1 parameter
    • firstnumberbody

      How many spaces.

  • POST/mcp/prepare_vote$0.004
    via Snapshot via Yeetfulsnapshot.yeetful.com

    at volume$5.76/day @ 1 call/min·$346/day @ 1 call/sec

    Build the EIP-712 vote for the user to sign. MCP tool.

    4 parameters
    • proposalstringbodyrequired

      Proposal id to vote on.

    • fromstringbodyrequired

      Voter wallet address (signer).

    • choiceTextstringbody

      Human choice label, e.g. For / yes / option 2.

    • reasonstringbody

      Optional reason.

  • POST/mcp/submit_vote$0.004
    via Snapshot via Yeetfulsnapshot.yeetful.com

    at volume$5.76/day @ 1 call/min·$346/day @ 1 call/sec

    Relay a user-signed vote to the Snapshot sequencer. MCP tool.

    3 parameters
    • addressstringbodyrequired

      Voter wallet address.

    • sigstringbodyrequired

      EIP-712 signature.

    • typedDataobjectbodyrequired

      The typedData from prepare_vote.