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
相關伺服器
Cvent MCP Server by CData
A read-only MCP server for Cvent, enabling LLMs to query live Cvent data using the CData JDBC Driver.
Charity MCP Server
Access charity and nonprofit organization data from the IRS database via CharityAPI.org.
Neo4j
MCP server for Neo4j — run Cypher queries, explore schema, and inspect database info over stdio
DB Query
Query and export data from various databases including ElasticSearch, MySQL, PostgreSQL, Oracle, and SQLite.
Flexpa FHIR
An MCP server for interacting with FHIR (Fast Healthcare Interoperability Resources) servers, enabling access and search of healthcare data.
FalkorDB
Query and interact with FalkorDB graph databases using AI models.
MCP Oracle Database Server
A server for full integration with Oracle Database. Requires Oracle Instant Client libraries.
Treasure Data MCP Server
Enables AI assistants to securely query and interact with the Treasure Data customer data platform.
MSSQL
Interact with Microsoft SQL Server databases to run queries and analyze business data.
Metabase Server
Integrates with Metabase for data visualization and business intelligence. Requires METABASE_URL, METABASE_USERNAME, and METABASE_PASSWORD environment variables.