cryo-mcp
Cryo MCP is a Model Completion Protocol (MCP) server designed for blockchain data extraction using the Cryo tool. It facilitates easy querying of blockchain data through an API server that integrates with MCP clients, allowing SQL queries against blockchain datasets.
What is Cryo MCP?
Cryo MCP is a server that implements the Model Completion Protocol for accessing Cryo's blockchain data extraction capabilities via an API.
What datasets can I query with Cryo MCP?
You can query datasets such as blocks, transactions, and logs using Cryo MCP.
What output formats are supported by Cryo MCP?
Cryo MCP supports JSON, CSV, and Parquet output formats.
How can I run SQL queries using Cryo MCP?
You can run SQL queries using the query_sql()
or query_blockchain_sql()
tools provided by Cryo MCP.
What are the requirements to use Cryo MCP?
You need Python 3.8+, uv, a working installation of Cryo, access to an Ethereum RPC endpoint, and DuckDB for SQL query functionality.