Skip to main content
Glama

MCP Snapshot Server

MCP スナップショットサーバー

Snapshot.orgと連携するためのモデルコンテキストプロトコル(MCP)サーバー。このサーバーは、スナップショットのスペース、プロポーザル、ユーザーを照会するためのMCP準拠ツールを提供します。

インストール

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 : スキップするスペースの数(オプション)

getRankedSpaces

詳細情報を含むスナップショットスペースのランキングリストを取得します

  • first : 取得するスペースの数(デフォルト: 18)
  • skip : スキップするスペースの数(デフォルト: 0)
  • category : フィルタリングするカテゴリ (デフォルト: 'all')
  • search : スペースをフィルタリングするための検索語(オプション)

提案を取得する

特定のスペースの提案を取得する

  • spaceId : スペースのID
  • state : 提案の状態(アクティブ、クローズ、保留中、すべて)でフィルタリング
  • limit : 取得する提案の数

提案を取得

特定の提案の詳細を取得する

  • proposalId : 提案のID

ユーザー取得

スナップショットユーザーに関する情報を取得する

  • address : ユーザーのEthereumアドレス

発達

  1. リポジトリをクローンします。
git clone https://github.com/crazyrabbitLTC/mcp-snapshot-server.git
  1. 依存関係をインストールします:
npm install
  1. プロジェクトをビルドします。
npm run build

ライセンス

MIT ©デニソン・バートラム

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 との対話を可能にし、自然言語を通じてスナップショット スペース、提案、およびユーザーを照会するためのツールを提供するモデル コンテキスト プロトコル サーバー。

  1. インストール
    1. Claude Desktopでの使用
      1. 利用可能なツール
        1. スペースを取得する
        2. getRankedSpaces
        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