Skip to main content
Glama

BrianKnows MCP Server

by antoncoding

BrianKnows MCP サーバー

鍛冶屋のバッジ

Claude を BrianKnows のブロックチェーン ナレッジ ベースに接続する Model Context Protocol (MCP) サーバー。

MCPとは何ですか?🤔

モデル コンテキスト プロトコル (MCP) を使用すると、Claude Desktop などの AI アシスタントは、ユーザーによる制御を維持しながら、外部ツールやデータ ソースに安全に接続できます。

Related MCP server: GOAT MCP Server

このサーバーは何をしますか?🚀

BrianKnows MCP サーバーは、主に 3 つのツールを提供します。

  1. Pingツール: BrianKnows APIサーバーが応答しているかどうかを確認する

  2. 検索ツール: BrianKnowsのブロックチェーンとDeFi情報検索エンジン

  3. エージェントツール: BrianKnowsエージェントとDeFiプロトコルについてチャット

サポートされているナレッジ ベースは次のとおりです。

  • 公開知識ボックス(デフォルト)

  • circle_kb、lido_kb、polygon_kb、taiko_kb

  • near_kb、clave_kb、starknet_kb、consensys_kb

サーバーは、すぐに参照できるように、最新の 5 件の検索のキャッシュを保持します。

前提条件 📋

設定 ⚙️

これを Claude Desktop 構成ファイル (開発者設定からアクセス可能) に追加します。

{ "mcpServers": { "brianknows": { "command": "npx", "args": ["mcp-brianknows"], "env": { "BRIAN_API_KEY": "your-api-key-here" } } } }

your-api-key-here実際の BrianKnows API キーに置き換えます。

使用例 🎯

Can you check if the BrianKnows API is online? Use BrianKnows to search for information about Ethereum's Layer 2 solutions. Ask the BrianKnows agent to explain how Uniswap V3 works.

特徴 ✨

  • 複数の知識ベース: さまざまなブロックチェーンプロトコルの専門知識にアクセスします

  • キャッシュされた検索: 最新の 5 件の検索に簡単にアクセスできます

  • エラー処理: ユーザーフレンドリーなエラーメッセージ

  • 型安全性: 完全なTypeScript実装

謝辞🙏

One-click Deploy
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Latest Blog Posts

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/antoncoding/mcp-brianknows'

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