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 ©デニソン・バートラム
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 web content fetching and conversion capabilities.Last updated -43002JavaScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that allows LLMs to interact with web content through standardized tools, currently supporting web scraping functionality.Last updated -PythonMIT License
- -securityFlicense-qualityA 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 -177TypeScript
- -securityFlicense-qualityA 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 -5521TypeScript