MCP.so
ログイン

mcp-server-brian

@brian-knows

mcp-server-brian について

A MCP server to retrieve transaction calldata from prompts using Brian

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

brian-knows

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-server-brian": {
      "command": "bun",
      "args": [
        "run",
        "src/index.ts"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is mcp-server-brian?

A simple MCP server that retrieves transaction data from a prompt using Brian APIs. It is intended for developers building AI agents that need blockchain transaction information.

How to use mcp-server-brian?

Install with bun install, copy the .env.example file to .env and fill in your API keys, then run the server with bun run src/index.ts.

Key features of mcp-server-brian

  • Retrieves transaction data via Brian APIs
  • Accepts natural language prompts
  • Lightweight and easy to run
  • Uses environment variables for configuration

Use cases of mcp-server-brian

FAQ from mcp-server-brian

コメント

「その他」の他のコンテンツ