cryo-mcp

z80dev
90
A Python package for accessing Cryo datasets via Claude Code

Overview

cryo-mcp Introduction

Cryo-MCP is a Model Completion Protocol (MCP) server designed for accessing Cryo blockchain datasets through an API. It enables users to easily query blockchain data from any MCP-compatible client.

How to Use

To use Cryo-MCP, follow these steps: 1) Download the dataset using `query_dataset`, specifying the dataset type and block range. 2) Explore the schema of the downloaded data with `get_sql_table_schema`. 3) Execute SQL queries on the data using `query_sql` or `query_blockchain_sql`.

Key Features

Key features of Cryo-MCP include seamless access to blockchain data via an API, support for SQL queries, compatibility with various data formats (like Parquet), and a user-friendly workflow for data extraction and analysis.

Where to Use

Cryo-MCP can be used in various fields such as blockchain analytics, data science, financial analysis, and any application that requires access to blockchain data for querying and reporting.

Use Cases

Use cases for Cryo-MCP include analyzing transaction patterns on the blockchain, extracting historical block data for research, generating reports on gas usage, and integrating blockchain data into applications for enhanced functionality.

Content