Overview
what is MCP Snapshot Server?
MCP Snapshot Server is a Model Context Protocol server designed for interacting with Snapshot.org, providing tools for querying Snapshot spaces, proposals, and users.
how to use MCP Snapshot Server?
To use the MCP Snapshot Server, install it via npm and configure it in your Claude Desktop config file to run the server.
key features of MCP Snapshot Server?
- Query Snapshot spaces and proposals
- Retrieve user information based on Ethereum addresses
- Get ranked lists of Snapshot spaces with detailed information
use cases of MCP Snapshot Server?
- Fetching a list of Snapshot spaces for analysis.
- Retrieving proposals for specific spaces to understand community decisions.
- Gathering user information for engagement in Snapshot governance.
FAQ from MCP Snapshot Server?
- What is the purpose of the MCP Snapshot Server?
It allows users to interact with Snapshot.org by providing tools to query spaces, proposals, and user data.
- How do I install the MCP Snapshot Server?
You can install it using npm with the command
npm install mcp-snapshot-server.
- Is there any documentation available?
Yes, detailed documentation is provided in the GitHub repository.