MCP.so
Sign In

GalaConnect MCP Server

@IndiaJonathan

About GalaConnect MCP Server

Galachain MCP server for use with LLMs

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

IndiaJonathan

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "galachain-mcp": {
      "command": "docker",
      "args": [
        "build",
        "-t",
        "galaconnect-mcp",
        "-f",
        "Dockerfile",
        "."
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is GalaConnect MCP Server?

GalaConnect MCP Server is a Model Context Protocol server that provides access to Galascan APIs. It offers tools for retrieving data on Gala ecosystem coins, burned tokens, recent transactions, coin information, and circulating supply metrics. It is intended for users who want to query Galascan data through an MCP interface.

How to use GalaConnect MCP Server?

Install with npm install and build with npm run build. Then invoke the tools via <use_tools> commands (e.g., <use_tools name="galaconnect_chain_coin_info_all"/>). For the galaconnect_all_transactions tool, an optional limit parameter controls the number of transactions returned. The server can also be run as a Docker container.

Key features of GalaConnect MCP Server

  • Retrieves comprehensive data for all Gala ecosystem coins
  • Retrieves data on tokens burned today
  • Retrieves recent transactions from the Gala blockchain
  • Retrieves detailed cryptocurrency information including Gala coins
  • Retrieves circulating supply metrics for the Gala ecosystem

Use cases of GalaConnect MCP Server

  • Monitor current Gala ecosystem coin metrics and market data
  • Track daily token burn amounts in the Gala ecosystem
  • Analyze recent transactions on the Gala blockchain
  • Get detailed coin info including price, market cap, and supply
  • Check circulating supply on Ethereum and Gala Chain

FAQ from GalaConnect MCP Server

What tools does GalaConnect MCP Server provide?

It provides five tools: galaconnect_chain_coin_info_all, galaconnect_burned_today, galaconnect_all_transactions, galaconnect_coin_info, and galaconnect_circulating_supply_metrics.

Does the server require any parameters?

Most tools require no parameters. The galaconnect_all_transactions tool accepts an optional limit parameter (defaults to 20) to control the number of transactions returned.

How do I install and run GalaConnect MCP Server?

Install dependencies with npm install, build with npm run build, then integrate with an MCP client. For development, use npm run watch. A Docker image can be built with docker build -t galaconnect-mcp -f Dockerfile . and configured in Cursor's MCP settings.

What API does it connect to?

The server connects to the Galascan API at http://galascan.gala.com/api/chain-coin-info-all to retrieve comprehensive coin information.

Does this server operate over a network port or stdio?

It operates over stdio (standard input/output), not a network port, as noted in the configuration section.

Comments

More Other MCP servers