MPC タリー API サーバー
Tally APIと連携するためのモデルコンテキストプロトコル(MCP)サーバー。このサーバーにより、AIエージェントはDAOに関する情報(ガバナンスデータ、提案、メタデータなど)を取得できます。
特徴
人気度や調査状況で並べ替えたDAOの一覧
ソーシャルリンクやガバナンス情報を含む包括的なDAOメタデータを取得します
大規模な結果セットを処理するためのページネーションのサポート
TypeScriptとGraphQLで構築
Bunのテストランナーによる完全なテストカバレッジ
インストール
構成
ルート ディレクトリに
.env
ファイルを作成します。
TallyからAPIキーを取得する
⚠️セキュリティに関する注意: API キーを安全に保管してください。
.env
ファイルをコミットしないでくださいログやエラーメッセージにAPIキーを公開しないでください
APIキーが公開された場合はローテーションする
設定には環境変数を使用する
使用法
サーバーの実行
クロードデスクトップ構成
Claude Desktop 構成に以下を追加します。
利用可能なスクリプト
bun run clean
- ビルドディレクトリをクリーンアップするbun run build
- プロジェクトをビルドするbun run start
- 構築したサーバーを実行するbun run dev
- 自動リロード付きの開発モードで実行bun test
- テストを実行するbun test --watch
- ウォッチモードでテストを実行するbun test --coverage
- カバレッジ付きテストを実行する
API関数
サーバーは次の MCP 機能を公開します。
リスト_daos
指定された基準でソートされた DAO を一覧表示します。
パラメータ:
limit
(オプション): 返される DAO の最大数 (デフォルト: 20、最大: 50)afterCursor
(オプション): ページ区切りのカーソルsortBy
(オプション): DAO の並べ替え方法 (デフォルト: 人気順)オプション: 「id」、「name」、「explore」、「popular」
ライセンス
マサチューセッツ工科大学
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
TypeScript と GraphQL で構築されたモデル コンテキスト プロトコル (MCP) を使用して、AI エージェントが Tally API と対話して DAO ガバナンス データ、提案、メタデータにアクセスできるようにするサーバー。
Related Resources
Related MCP Servers
- -securityFlicense-qualityA server that allows AI assistants to access and retrieve Linear ticket data through the Model Context Protocol (MCP) standard, currently focused on fetching a user's todo tickets.Last updated -236
- AsecurityAlicenseAqualityA Model Context Protocol server implementation that enables AI assistants to interact with Apollo.io data, performing operations like people/organization enrichment, searching, and retrieving job postings through natural language commands.Last updated -727MIT License
- -securityAlicense-qualityA Model Context Protocol (MCP) server that provides read-only TDengine database queries for AI assistants, allowing users to execute queries, explore database structures, and investigate data directly from AI-powered tools.Last updated -9MIT License
- -securityAlicense-qualityA Model Context Protocol server implementation that enables AI assistants to interact with Apollo.io data, allowing for people and organization enrichment, search capabilities, and job posting retrieval through natural language commands.Last updated -MIT License