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
เซิร์ฟเวอร์ที่เกี่ยวข้อง
MS SQL MCP Server
A bridge for AI assistants to directly query and explore Microsoft SQL Server databases.
Hologres
Connect to a Hologres instance, get table metadata, query and analyze data.
MOTE Registry
Search the MOTE AI agent registry to discover machine-readable businesses by category, location, and keyword
FOCUS DATA MCP Server
Enables AI assistants to query data from DataFocus using natural language.
Microsoft SQL Server MCP
A .NET-powered MCP server for interacting with Microsoft SQL Server databases.
Postgres MCP Server
Provides secure database access to PostgreSQL using the Kysely ORM.
Nimiq MCP Server
An MCP server for read-only interaction with the Nimiq blockchain.
SchemaFlow
Real-time PostgreSQL & Supabase database schema access for AI-IDEs via Model Context Protocol. Provides live database context through secure SSE connections with three powerful tools: get_schema, analyze_database, and check_schema_alignment.
Supabase
Interact with Supabase databases, query tables, and generate TypeScript types.
Quran.com API
Interact with the Quran.com corpus using their official REST API v4.