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
Máy chủ liên quan
Couchbase
Interact with the data stored in Couchbase clusters using natural language.
Supabase Read-Only MCP Server
Provides read-only access to a Supabase database.
MongoDB MCP Server
A server for performing CRUD operations on a MongoDB database.
BigQuery
Access Google BigQuery to understand dataset structures and execute SQL queries.
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.
MySQL Server
A server for performing MySQL database operations.
DANDI Query
Perform complex queries on the DANDI Archive, a platform for neurophysiology data.
GeoServer MCP Server
Connects Large Language Models to the GeoServer REST API, enabling AI assistants to interact with geospatial data and services.
Treasure Data MCP Server
Enables AI assistants to securely query and interact with the Treasure Data customer data platform.
CData ActiveCampaign Server
Access and manage ActiveCampaign data through the CData JDBC Driver.