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

You must be authenticated.

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 tools for code modification and generation via Large Language Models, allowing users to create, modify, rewrite, and delete files using structured XML instructions.
            Last updated -
            12
            Python
            MIT License
            • Linux
            • Apple
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that enables Large Language Models to seamlessly interact with ClickHouse databases, supporting resource listing, schema retrieval, and query execution.
            Last updated -
            1
            Python
            MIT License
            • Linux
            • Apple
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that allows Large Language Models to interact with Astra DB databases, providing tools for managing collections and records through natural language commands.
            Last updated -
            10
            115
            12
            TypeScript
            Apache 2.0
            • Apple
          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol server that enables interaction with Shortcut (formerly Clubhouse) project management tool, allowing users to view and search projects, stories, epics, and objectives, as well as create new items through natural language.
            Last updated -
            3
            Python
            • Apple

          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