BrianKnows MCP Server

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Provides access to Circle's knowledge base through BrianKnows' knowledge engine, allowing users to search for Circle-specific blockchain information.

  • Provides blockchain knowledge about Ethereum and its Layer 2 solutions through BrianKnows' knowledge engine and agent capabilities.

  • Offers access to NEAR Protocol's knowledge base, enabling users to search for NEAR-specific blockchain information through BrianKnows' knowledge engine.

BrianKnows MCP Server

A Model Context Protocol (MCP) server that connects Claude to BrianKnows' blockchain knowledge base.

What is MCP? 🤔

The Model Context Protocol (MCP) lets AI assistants like Claude Desktop connect to external tools and data sources in a secure way while keeping users in control.

What does this server do? 🚀

The BrianKnows MCP server provides three main tools:

  1. Ping Tool: Check if the BrianKnows API server is responsive
  2. Search Tool: Query BrianKnows' knowledge engine for blockchain and DeFi information
  3. Agent Tool: Chat with the BrianKnows agent about DeFi protocols

Supported knowledge bases include:

  • public-knowledge-box (default)
  • circle_kb, lido_kb, Polygon_kb, taiko_kb
  • near_kb, clave_kb, starknet_kb, consensys_kb

The server maintains a cache of your 5 most recent searches for quick reference.

Prerequisites 📋

Configuration ⚙️

Add this to your Claude Desktop configuration file (accessible via Developer Settings):

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

Replace your-api-key-here with your actual BrianKnows API key.

Example Usage 🎯

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.

Features ✨

  • Multiple Knowledge Bases: Access specialized knowledge for different blockchain protocols
  • Cached Searches: Quick access to your 5 most recent searches
  • Error Handling: User-friendly error messages
  • Type Safety: Full TypeScript implementation

Acknowledgments 🙏

You must be authenticated.

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

An MCP server that connects Claude to BrianKnows' blockchain knowledge base, allowing users to search for blockchain/DeFi information and interact with a specialized agent across multiple knowledge bases.

  1. What is MCP? 🤔
    1. What does this server do? 🚀
      1. Prerequisites 📋
        1. Configuration ⚙️
          1. Example Usage 🎯
            1. Features ✨
              1. Acknowledgments 🙏