Cryo MCP Server

v1.0.0APIsstable

Return a list of all available cryo datasets

search-data-extraction
Share:
0
Stars
0
Downloads
0
Weekly
0/5

About

Return a list of all available cryo datasets

Features

  • list_datasets
  • query_dataset
  • lookup_dataset
  • get_transaction_by_hash
  • get_latest_ethereum_block

Use Cases

Return a list of all available cryo datasets
Download blockchain data and return the file paths where the data is stored. IMPORTANT WORKFLOW NOTE: When running SQL queries, use this function first to download data, then use the returned file paths with query_sql() to execute SQL on those files.
Look up a specific dataset and return detailed information about it. IMPORTANT: Always use this function before querying a new dataset to understand its required parameters and schema. The returned information includes: 1. Required parameters for the
Get detailed information about a transaction by its hash Args: tx_hash: The transaction hash to look up Returns: Detailed information about the transaction
Get information about the latest Ethereum block Returns: Information about the latest block including block number
Community

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedN/A
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y cryo-mcp

Manual Installation

npx -y cryo-mcp

Examples

Basic Configuration

Configure Cryo MCP Server

npx -y cryo-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More APIs MCP Servers

Explore other servers in the APIs category.

Quick Config Preview

{ "mcpServers": { "cryo": { "command": "npx", "args": ["-y", "cryo-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Cryo MCP Server?

Browse our complete directory of 60+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

60+ ServersFree & Open SourceStep-by-Step Guides