Labsco
MCP SERVER

MCP Snapshot Server

by crazyrabbitLTC

Looks up Snapshot.org governance — spaces, their proposals, and a voter's record — without opening the site.

Chain State, Explorers & Contract Tooling
Summary
What a DAO is voting on, answered in the conversation.

Governance research is nearly always the same three steps: find the space, list its proposals, read the one that matters. Ranked spaces with category filtering is what saves the time when you do not know the space's exact ID.

What it is

An MCP server for Snapshot.org, the off-chain voting platform DAOs use. Five tools cover the three things people look up there: spaces, proposals and users.

What you get
  • Spaces listed, with paging
  • Spaces ranked and filtered by category or a search term
  • Proposals for a space, filtered by state: active, closed, pending or all
  • Full detail on a single proposal by ID
  • A user looked up by Ethereum address
Requirements

Node, and the absolute path to the built index.js in your client config; install with npm install mcp-snapshot-server. Nothing to authenticate — Snapshot's data is public.

Setup effort

One command — npm install mcp-snapshot-server