mcp-brianknows

mcp-brianknows

3.4

BrianKnows MCP Server connects Claude to BrianKnows' blockchain knowledge base.

The BrianKnows MCP Server is a Model Context Protocol server designed to integrate Claude, an AI assistant, with BrianKnows' extensive blockchain knowledge base. This server facilitates secure and controlled access to external tools and data sources, enhancing the capabilities of AI assistants. It offers tools for checking server responsiveness, querying blockchain and DeFi information, and interacting with a specialized agent for DeFi protocols. The server supports multiple knowledge bases, including public and specialized ones like circle_kb and lido_kb, and maintains a cache of recent searches for efficiency.

Features

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

MCP Tools

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

Usage with Different Platforms

Claude Desktop


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