Skip to main content
Glama

ChainFETCH MCP Server

Official
by chainfetch

search_blocks_llm

Search Ethereum blockchain blocks using natural language queries. LLM-powered tool analyzes 120+ parameters to find relevant blocks based on your search terms.

Instructions

LLM-powered block search using LLaMA 3.2 3B to select from 120+ parameters

Input Schema

NameRequiredDescriptionDefault
queryYesNatural language query for block search

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "Natural language query for block search", "type": "string" } }, "required": [ "query" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chainfetch/chainfetch-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server