
Mina Archive Node API
from boray
Access Mina blockchain data, including events, actions, and network state, through the Mina Archive Node API.
๐ฅ๐ฅ๐ฅโ VerifiedFreeQuick setup
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
Copy & paste โ that's it
npx -y @smithery/cli install mcp-mina-archive-node --client claudeInstallation
Intalling via Smithery
To install the MCP to Claude via Smithery:
npx -y @smithery/cli install mcp-mina-archive-node --client claudeInstalling 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
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
License
MIT