Skip to main content
Glama

MPC Tally API Server

MPC タリー API サーバー

Tally APIと連携するためのモデルコンテキストプロトコル(MCP)サーバー。このサーバーにより、AIエージェントはDAOに関する情報(ガバナンスデータ、提案、メタデータなど)を取得できます。

特徴

  • 人気度や調査状況で並べ替えたDAOの一覧
  • ソーシャルリンクやガバナンス情報を含む包括的なDAOメタデータを取得します
  • 大規模な結果セットを処理するためのページネーションのサポート
  • TypeScriptとGraphQLで構築
  • Bunのテストランナーによる完全なテストカバレッジ

インストール

# 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

構成

  1. ルート ディレクトリに.envファイルを作成します。
TALLY_API_KEY=your_api_key_here
  1. Tallyから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」

ライセンス

マサチューセッツ工科大学

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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 ガバナンス データ、提案、メタデータにアクセスできるようにするサーバー。

  1. 特徴
    1. インストール
      1. 構成
        1. 使用法
          1. サーバーの実行
          2. クロードデスクトップ構成
        2. 利用可能なスクリプト
          1. API関数
            1. リスト\_daos
          2. ライセンス

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that enables AI assistants to access Flow blockchain data and perform operations such as checking balances, resolving domains, executing scripts, and submitting transactions.
              Last updated -
              JavaScript
              • Linux
              • Apple
            • -
              security
              A
              license
              -
              quality
              A production-ready Model Context Protocol server implementation that connects AI assistants to the TON blockchain, allowing them to query wallet balances, transaction details, smart contracts, and other blockchain data.
              Last updated -
              TypeScript
              MIT License
            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server enabling AI assistants to interact with Kong Konnect's API Gateway, providing tools to query analytics data, inspect configurations, and manage control planes through natural language.
              Last updated -
              10
              22
              TypeScript
              Apache 2.0
              • Apple
            • -
              security
              -
              license
              -
              quality
              A Model Context Protocol server that enables AI agents to dynamically interact with Hasura GraphQL endpoints through natural language, supporting schema discovery, data querying/manipulation, and aggregations.
              Last updated -
              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/mpc-tally-api-server'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server