Mina Archive Node API
Access Mina blockchain data through a standardized interface. Query events, actions, and network state information seamlessly with your AI applications. Enhance your blockchain interactions with powerful tools for data retrieval.
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install boray/mcp-mina-archive-node -c claude
This command will automatically install and configure the Mina Archive Node API MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
After opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"Mina Archive Node API": {
"command": "npx",
"args": [
"mcp-mina-archive-node"
]
}
}
}
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
Stars
0Forks
0Last commit
3 months agoRepository age
3 months
Auto-fetched from GitHub .
MCP servers similar to Mina Archive Node API:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit