Grove Public Endpoints MCP Server
Enables natural language queries and JSON-RPC calls to 69+ blockchain networks through Grove's free public endpoints. Supports Ethereum, Solana, Cosmos chains, and Layer 2 solutions without requiring authentication or API keys.
README
Grove's Public Endpoints for Pocket Network
An extensible MCP (Model Context Protocol) server for surfacing Grove's public endpoints for Pocket Network and documentation.
⚠️ Public Endpoints Only: This MCP server uses Grove's free, public RPC endpoints available at grove.city/public-endpoints. It does not support Grove Portal authenticated endpoints or require an API key. For production use cases requiring higher rate limits, SLAs, or analytics, visit portal.grove.city.
Features
- Public RPC Access: Query 8+ blockchain networks via Grove's free public endpoints
- Natural Language Queries: Ask questions like "get the latest height for ethereum"
- Live JSON-RPC Calls: Execute blockchain RPC methods directly from Claude Code
- No Authentication Required: Uses public endpoints - no API keys needed
- Documentation Integration: Access docs.grove.city content seamlessly
- Easy Extensibility: Add new blockchains via configuration
Installation
npm install
npm run build
Adding to Claude Desktop
Add to your Claude Desktop MCP configuration at ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"grove": {
"command": "node",
"args": ["/path/to/mcp-grove/dist/index.js"]
}
}
}
For detailed setup instructions, see CLAUDE_DESKTOP_SETUP.md.
Available Tools
Blockchain RPC Tools (Primary Features)
query_blockchain- Natural language queries (e.g., "get the latest height for ethereum")list_blockchain_services- List all available blockchain networksget_blockchain_service- Get details about a specific blockchain including supported methodscall_rpc_method- Call a JSON-RPC method directly on any blockchainget_supported_methods- Get all RPC methods for a blockchain
Endpoint Management
list_endpoints- List all endpoints (optionally filter by category)get_endpoint_details- Get detailed info about a specific endpointcall_endpoint- Execute an endpoint with parameterslist_categories- List all available categoriesadd_endpoint- Dynamically add a new endpoint at runtime
Documentation
get_doc_page- Retrieve a specific documentation pageget_endpoint_docs- Get docs for a specific endpointsearch_docs- Search documentation content
Extending with New Blockchains
To add support for a new blockchain network:
- Edit
src/config/blockchain-services.json - Add a new service entry:
{
"id": "newchain-mainnet",
"name": "New Chain Mainnet",
"blockchain": "newchain",
"network": "mainnet",
"rpcUrl": "https://newchain.rpc.grove.city/v1/01fdb492",
"protocol": "json-rpc",
"category": "evm",
"supportedMethods": [
{
"name": "eth_blockNumber",
"description": "Returns the latest block number",
"params": [],
"category": "block"
}
]
}
- Rebuild:
npm run build - Restart Claude Desktop
For more details, see EXTENDING.md.
Architecture
src/
├── index.ts # MCP server entry point
├── types.ts # TypeScript type definitions
├── config/
│ ├── blockchain-services.json # Blockchain network configurations
│ └── endpoints.json # HTTP endpoint configurations
└── services/
├── blockchain-service.ts # Blockchain RPC calls & natural language queries
├── endpoint-manager.ts # Generic HTTP endpoint manager
└── docs-manager.ts # Documentation retrieval
Development
Watch mode for development:
npm run watch
Supported Blockchains
69 blockchain networks available via Grove's public endpoints:
EVM Chains: Ethereum, Polygon, BSC, Avalanche, Gnosis, Celo, Fantom, Harmony, Moonbeam, Moonriver, Fuse, IoTeX, Oasys, Kaia, Berachain, Sonic, Ink, XRPL EVM
Layer 2 Solutions: Arbitrum, Optimism, Base, zkSync Era, zkLink Nova, Scroll, Linea, Mantle, Blast, Boba, Metis, Taiko, Unichain, opBNB, Fraxtal, Polygon zkEVM
Cosmos Ecosystem: Osmosis, Juno, Akash, Kava, Persistence, Stargaze, AtomOne, Cheqd, Chihuahua, Fetch.ai, Hyperliquid, Jackal, Pocket Network, Seda, Sei, Shentu
Non-EVM: Solana, NEAR, Sui, Tron, Radix
Plus testnets for Ethereum, Polygon, Arbitrum, Optimism, Base, Taiko, XRPL EVM, Giwa
Most chains use public endpoint ID 01fdb492. Some chains have foundation-sponsored endpoints with better performance (Kaia, XRPL EVM, Radix) - these are automatically preferred.
Example Usage
Once configured in Claude Desktop, you can:
Blockchain Queries (Primary Use Case)
Get the latest height for ethereum
What's the current block number on polygon?
List all available blockchain services
Show me supported methods for solana
Call eth_getBalance on ethereum for address 0x...
General Endpoint & Documentation
Show me all available Grove endpoints
Search the Grove documentation for "authentication"
Get the public endpoints page
For detailed blockchain usage examples, see BLOCKCHAIN_USAGE.md.
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。