MCP スナップショットサーバー
Snapshot.orgと連携するためのモデルコンテキストプロトコル(MCP)サーバー。このサーバーは、スナップショットのスペース、プロポーザル、ユーザーを照会するためのMCP準拠ツールを提供します。
インストール
Claude Desktopでの使用
Claude Desktop 構成ファイル (Mac の場合は~/Library/Application Support/Claude/claude_desktop_config.json
、Windows の場合は%APPDATA%\Claude\claude_desktop_config.json
) で、次の操作を行います。
利用可能なツール
スペースを取得する
スナップショットスペースのリストを取得する
limit
: 取得するスペースの数(オプション)skip
: スキップするスペースの数(オプション)
getRankedSpaces
詳細情報を含むスナップショットスペースのランキングリストを取得します
first
: 取得するスペースの数(デフォルト: 18)skip
: スキップするスペースの数(デフォルト: 0)category
: フィルタリングするカテゴリ (デフォルト: 'all')search
: スペースをフィルタリングするための検索語(オプション)
提案を取得する
特定のスペースの提案を取得する
spaceId
: スペースのIDstate
: 提案の状態(アクティブ、クローズ、保留中、すべて)でフィルタリングlimit
: 取得する提案の数
提案を取得
特定の提案の詳細を取得する
proposalId
: 提案のID
ユーザー取得
スナップショットユーザーに関する情報を取得する
address
: ユーザーのEthereumアドレス
発達
- リポジトリをクローンします。
- 依存関係をインストールします:
- プロジェクトをビルドします。
ライセンス
MIT ©デニソン・バートラム
You must be authenticated.
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 との対話を可能にし、自然言語を通じてスナップショット スペース、提案、およびユーザーを照会するためのツールを提供するモデル コンテキスト プロトコル サーバー。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA 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 -12PythonMIT License
- -securityAlicense-qualityA 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 -1PythonMIT License
Astra DB MCP Serverofficial
AsecurityAlicenseAqualityA 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 -1011512TypeScriptApache 2.0- -securityFlicense-qualityA 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 -3Python