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 ©デニソン・バートラム

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

  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 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