Mina Archive Node API
Access Mina blockchain data, including events, actions, and network state, through the Mina Archive Node API.
MCP Server for Mina Archive Node API
This project implements a Model Context Protocol (MCP) server that provides access to the Mina blockchain data through a standardized interface. The server allows clients to query events and actions from the Mina blockchain using the MCP protocol.
Overview
The MCP server acts as a bridge between AI applications and the Mina blockchain data. It exposes tools that allow clients to:
- Query events with optional filters
- Query actions with optional filters
- Get network state information
Installation
Intalling via Smithery
To install the MCP to Claude via Smithery:
npx -y @smithery/cli install mcp-mina-archive-node --client claude
Installing Manually
To manually install to Claude:
{
"mcpServers": {
"mcp-graphql": {
"command": "npx",
"args": ["mcp-mina-archive-node"]
}
}
}
Usage
Tools
query-events: Query events with optional filtersquery-actions: Query actions with optional filtersget-network-state: Get the current state of the Mina network
License
MIT
관련 서버
Tiger MCP
Control Postgres database services running on Tiger Cloud with TimescaleDB and other PostgreSQL extensions.
CData Salesforce MCP Server
A read-only MCP server by CData that allows LLMs to query live Salesforce data. Requires the CData JDBC Driver for Salesforce.
NFTGo MCP
Access the NFTGo Developer API for comprehensive NFT data and analytics. Requires an NFTGo API key.
Act-On MCP Server by CData
A read-only MCP server that enables LLMs to query live Act-On data. Requires a separate CData JDBC Driver for Act-On.
GraphMem
An MCP server for graph-based memory management, enabling AI to create, retrieve, and manage knowledge entities and their relationships.
Datai MCP Server
Provides real-time wallet portfolio data, including DeFi, token, and NFT holdings, using the Datai API.
ClickHouse
Query your ClickHouse database server.
MySQL
MySQL database integration with configurable access controls and schema inspection
CockroachDB
A server for direct interaction with CockroachDB databases.
Unofficial Gene Ontology MCP Server
Access Gene Ontology (GO) data for ontology-based analysis, gene annotation research, and functional enrichment studies.