GalaConnect MCP Server
@IndiaJonathan
关于 GalaConnect MCP Server
Galachain MCP server for use with LLMs
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"galachain-mcp": {
"command": "docker",
"args": [
"build",
"-t",
"galaconnect-mcp",
"-f",
"Dockerfile",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Awesome Mlops
visengerA curated list of references for MLOps
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
ICSS
chokcoco不止于 CSS
评论