Skip to main content
Glama

MCP Snapshot Server

MCP 快照服务器

用于与 Snapshot.org 交互的模型上下文协议 (MCP) 服务器。该服务器提供符合 MCP 标准的工具,用于查询 Snapshot 空间、提案和用户。

安装

npm install mcp-snapshot-server

与 Claude Desktop 一起使用

在您的 Claude Desktop 配置文件中(在 Mac 上位于~/Library/Application Support/Claude/claude_desktop_config.json ,在 Windows 上位于%APPDATA%\Claude\claude_desktop_config.json ):

{ "mcpServers": { "snapshot": { "command": "node", "args": [ "/ABSOLUTE/PATH/TO/snapshot-server/build/index.js" ] } } }

可用工具

获取空间

获取快照空间列表

  • limit :要获取的空间数量(可选)
  • skip :跳过的空格数(可选)

获取排名空间

获取快照空间的排序列表及其详细信息

  • first :要获取的空间数量(默认值:18)
  • skip :跳过的空格数(默认值:0)
  • category :过滤类别(默认值:'全部')
  • search :搜索词来过滤空间(可选)

获取提案

获取特定空间的提案

  • spaceId :空间的 ID
  • state :按提案状态进行过滤(活跃、关闭、待定、全部)
  • limit :要获取的提案数量

获取提案

获取特定提案的详细信息

  • proposalId :提案的ID

获取用户

获取有关快照用户的信息

  • address :用户的以太坊地址

发展

  1. 克隆存储库:
git clone https://github.com/crazyrabbitLTC/mcp-snapshot-server.git
  1. 安装依赖项:
npm install
  1. 构建项目:
npm run build

执照

麻省理工学院© Dennison Bertram

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

模型上下文协议服务器可以与 Snapshot.org 进行交互,提供通过自然语言查询 Snapshot 空间、提案和用户的工具。

  1. 安装
    1. 与 Claude Desktop 一起使用
      1. 可用工具
        1. 获取空间
        2. 获取排名空间
        3. 获取提案
        4. 获取提案
        5. 获取用户
      2. 发展
        1. 执照

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that provides web content fetching and conversion capabilities.
            Last updated -
            4
            300
            2
            JavaScript
            MIT License
            • Apple
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that allows LLMs to interact with web content through standardized tools, currently supporting web scraping functionality.
            Last updated -
            Python
            MIT License
            • Linux
            • Apple
          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol server that enables large language models to interact directly with Couchbase databases through natural language, supporting operations like querying buckets, performing CRUD operations, and executing N1QL queries.
            Last updated -
            17
            7
            TypeScript
            • Apple
          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol server that intelligently fetches and processes web content, transforming websites and documentation into clean, structured markdown with nested URL crawling capabilities.
            Last updated -
            552
            1
            TypeScript

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/crazyrabbitLTC/mcp-snapshot-server'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server