HyperMCP is a MCP server that integrates Envio's blockchain indexing capabilities
HyperMCP is a Model Context Protocol (MCP) server that integrates Envio's blockchain indexing capabilities directly into AI assistants such as Claude Desktop. It offers 35+ intelligent tools for developers to build, query, and manage blockchain indexers using natural language. HyperIndex Tools (15+ commands) Project Initialization Initialize new indexer projects from scratch Import contracts from block explorers (70+ networks) Import contracts from local ABI files Use pre-built templates (ERC20, Greeter, etc.) Development Workflow Run development mode with hot reloading Generate TypeScript/JavaScript types from config Validate configuration files Generate event handler templates Create GraphQL schemas Environment Management Start/stop local Docker containers Manage database migrations Benchmark performance Configure multi-chain environments HyperSync Tools (5+ commands) Data Querying Query blockchain event logs with advanced filters Query transactions by address, hash, or block range Stream real-time blockchain events Build custom queries with field selection Access 70+ EVM-compatible networks Query Optimization Automatic pagination Efficient field selection Reverse search (latest-first) Implicit data joins (logs → transactions → blocks) Documentation Tools (5+ commands) Semantic search across HyperIndex, HyperSync, and HyperRPC docs Retrieve configuration references and code examples Context-aware error troubleshooting Migration guides from other platforms Configuration Tools (5+ commands) Create config.yaml templates Add networks and contracts dynamically Validate configuration syntax Generate complete project structures Multi-chain setup helpers
MCP Protocol Foundation HyperMCP implements the Model Context Protocol (MCP) - think of it as "USB-C for AI." Introduced by Anthropic, MCP is an open standard that creates a universal interface between AI models and external systems. The architecture follows a client-server model:
text ┌─────────────────┐ │ AI Assistant │ (Host - Claude Desktop) │ MCP Client │ └────────┬────────┘ │ MCP Protocol (JSON-RPC over stdio) ▼ ┌─────────────────┐ │ HyperMCP │ (Server) │ MCP Server │ └────────┬────────┘ │ ┌────┼────┬────────┐ ▼ ▼ ▼ ▼ Envio Hyper- Docs Template API Sync Search Generator

