BrianKnows
Access BrianKnows' extensive blockchain knowledge base.
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:
- 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
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 📋
- Node.js (v18 or higher)
- Claude Desktop
- A BrianKnows API key
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 🙏
- BrianKnows for their blockchain knowledge API
- Model Context Protocol
- Anthropic for Claude Desktop
Related Servers
MCP KQL Server
Execute KQL queries using Azure authentication. Requires Azure CLI login.
Gralio SaaS Database
Access a comprehensive database of over 30,000 SaaS products, including reviews, pricing, alternatives, and growth metrics.
Keboola
Build robust data workflows, integrations, and analytics on a single intuitive platform.
Iceberg MCP Server (via Impala)
Provides read-only access to Apache Iceberg tables via Apache Impala, allowing LLMs to inspect schemas and execute queries.
PostgreSQL MCP Server by CData
A read-only MCP server for PostgreSQL, enabling LLMs to query live data from PostgreSQL databases.
CoinGecko
Official CoinGecko API MCP Server for Crypto Price & Market Data, across 200+ blokchain networks and 8M+ tokens.
Unofficial ChEMBL MCP Server
Access the ChEMBL chemical database for drug discovery, chemical informatics, and bioactivity research using specialized tools via its REST API.
Memory-Plus
a lightweight, local RAG memory store to record, retrieve, update, delete, and visualize persistent "memories" across sessions—perfect for developers working with multiple AI coders (like Windsurf, Cursor, or Copilot) or anyone who wants their AI to actually remember them.
FHIR MCP Server by CData
A read-only MCP server for FHIR, enabling LLMs to query live FHIR data. Requires the CData JDBC Driver for FHIR.
Microsoft Access Database
Allows AI to interact with Microsoft Access databases, supporting data import and export via CSV files.