Mina Archive Node API - Secure MCP Server by ALMC Security 2025

Mina Archive Node API

View on GitHub

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 filters
  • query-actions: Query actions with optional filters
  • get-network-state: Get the current state of the Mina network

License

MIT

Related in Database - Secure MCP Servers

ServerSummaryActions
CData API Driver MCP ServerCData's Model Context Protocol (MCP) Server for API DriverView
MSSQL MCP ServerView
Quran CloudMCP server to help LLMs to get access to Quran API (https://alquran.cloud/api) to prevent the halluc...View
MySQL MCP Server#https://github.com/designcomputer/mysql_mcp_serverView
RBDC MCP ServerA database server based on Model Context Protocol (MCP), supporting SQLite, MySQL, PostgreSQL, and M...View
Quickbase MCP ServerA TypeScript-based Model Context Protocol (MCP) server for Quickbase, designed for seamless integrat...View