MPC Tally API Server
MPC タリー API サーバー
Tally APIと連携するためのモデルコンテキストプロトコル(MCP)サーバー。このサーバーにより、AIエージェントはDAOに関する情報(ガバナンスデータ、提案、メタデータなど)を取得できます。
特徴
人気度や調査状況で並べ替えたDAOの一覧
ソーシャルリンクやガバナンス情報を含む包括的なDAOメタデータを取得します
大規模な結果セットを処理するためのページネーションのサポート
TypeScriptとGraphQLで構築
Bunのテストランナーによる完全なテストカバレッジ
Related MCP server: mcp-graphql
インストール
# Clone the repository
git clone https://github.com/yourusername/mpc-tally-api-server.git
cd mpc-tally-api-server
# Install dependencies
bun install
# Build the project
bun run build構成
ルート ディレクトリに
.envファイルを作成します。
TALLY_API_KEY=your_api_key_hereTallyからAPIキーを取得する
⚠️セキュリティに関する注意: API キーを安全に保管してください。
.envファイルをコミットしないでくださいログやエラーメッセージにAPIキーを公開しないでください
APIキーが公開された場合はローテーションする
設定には環境変数を使用する
使用法
サーバーの実行
# Start the server
bun run start
# Development mode with auto-reload
bun run devクロードデスクトップ構成
Claude Desktop 構成に以下を追加します。
{
"tally": {
"command": "node",
"args": [
"/path/to/mpc-tally-api-server/build/index.js"
],
"env": {
"TALLY_API_KEY": "your_api_key_here"
}
}
}利用可能なスクリプト
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」
ライセンス
マサチューセッツ工科大学
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceA TypeScript server that provides Claude AI with seamless access to any GraphQL API through the Model Context Protocol.61912MIT
- Alicense-qualityDmaintenanceA Model Context Protocol server that enables LLMs to interact with GraphQL APIs by providing schema introspection and query execution capabilities.1,5163MIT
- Alicense-qualityDmaintenanceA Model Context Protocol server that enables LLMs to interact with GraphQL APIs by providing schema introspection and query execution capabilities.11MIT
- Alicense-qualityDmaintenanceA production-grade TypeScript MCP server that provides AI agents with structured access to real-world data across financial markets, Web3/DeFi, developer tools, and healthcare domains. It features built-in authentication, domain isolation, caching, and rate limiting for reliable API integrations.10MIT
Related MCP Connectors
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/mpc-tally-api-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server