Skip to main content
Glama

ChainFETCH MCP Server

Official
by chainfetch

search_blocks_semantic

Find relevant blockchain blocks using semantic search with AI-powered vector similarity matching. Search Ethereum blocks by natural language queries to locate specific blockchain data.

Instructions

Semantic search for blocks using AI-powered vector similarity matching

Input Schema

NameRequiredDescriptionDefault
queryYesThe query to search for
limitNoThe number of results to return (default: 10)

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "description": "The number of results to return (default: 10)", "type": "integer" }, "query": { "description": "The query to search for", "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