trackmcp
Back to directory
boray

mcp-mina-archive-node

View on GitHub

Mina Archive Node API

0 stars TypeScriptOthers Updated Apr 8, 2025

Documentation

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:

bash
npx -y @smithery/cli install mcp-mina-archive-node --client claude

Installing Manually

To manually install to Claude:

json
{
    "mcpServers": {
        "mcp-graphql": {
            "command": "npx",
            "args": ["mcp-mina-archive-node"]
        }
    }
}

Usage

Tools

  • `query-events`: Query events with optional filters
  • `query-actions`: Query actions with optional filters
  • `get-network-state`: Get the current state of the Mina network

License

MIT

Frequently asked questions

What is mcp-mina-archive-node?

mcp-mina-archive-node is Mina Archive Node API

How do I install mcp-mina-archive-node?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-mina-archive-node open source?

Yes — it is hosted on GitHub at https://github.com/boray/mcp-mina-archive-node.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP