Mina MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MINA_MCP_MODE | No | Server mode: live, tutorial, or snapshot | snapshot |
| ARCHIVE_DB_HOST | No | Archive PostgreSQL host | localhost |
| ARCHIVE_DB_PORT | No | Archive PostgreSQL port | 5432 |
| MINA_MCP_NETWORK | No | Network for live mode: devnet, mainnet, mesa | |
| MINA_MCP_WALLETS | No | Path to wallets.json for live-write mode | |
| MINA_MCP_HTTP_PORT | No | HTTP port for http transport | 3000 |
| MINA_MCP_TRANSPORT | No | Transport type: stdio or http | stdio |
| ARCHIVE_API_ENDPOINT | No | Archive-Node-API GraphQL endpoint | http://localhost:8282 |
| MINA_GRAPHQL_ENDPOINT | No | Mina daemon GraphQL endpoint | http://localhost:3085/graphql |
| ACCOUNTS_MANAGER_ENDPOINT | No | Test accounts manager endpoint | http://localhost:8181 |
| MINA_MCP_ALLOW_MAINNET_WRITES | No | Set to '1' to allow mainnet writes |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_sync_statusA | [infra] Get the sync status and daemon info. Returns the flat daemon status object directly — fields like |
| query_archive_sqlA | [infra][tutorial+snapshot] Execute a read-only SQL query against the archive database. Only SELECT/WITH/EXPLAIN statements are allowed. Query timeout is 10 seconds. Not available in live mode (no archive DB). Common tables: |
| get_archive_schemaA | [infra] Get the archive database table names and their columns. Useful for understanding what data is available for SQL queries. |
| list_examplesA | [infra] List curated example workflows (each is a sequence of tool calls). Filter by the current server mode by default; pass |
| get_exampleA | [infra] Get the full step list for a single named example workflow. Use list_examples first to discover names. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MinaProtocol/mina-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server