ChainFETCH
pulsemcp/chainfetchProvides semantic search and natural language querying of Ethereum blockchain data including addresses, transactions, blocks, tokens, and smart contracts with vector similarity matching and LLM-guided filtering across 150+ searchable parameters.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"chainfetch": {
"url": "None",
"transport": "http"
}
}
}