
Concordium MCP Server
@Developerayo
关于 Concordium MCP Server
Concordium mcp-sever for interacting with the concordium chain
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"concordium": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--network=host",
"concordium-mcp-server"
],
"env": {
"CCD_NETWORK": "mainnet",
"CCD_PORT": "20000",
"CCD_SECURE": "true"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Concordium MCP Server?
An MCP server that allows AI agents to communicate with the Concordium blockchain through natural language. It enables querying accounts, blocks, tokens, validators, smart contracts, and network status without writing code.
How to use Concordium MCP Server?
Configure the server in your MCP client (e.g., Claude Desktop) using either Docker or a local Node.js setup. Set environment variables like CCD_NETWORK (mainnet or testnet), CCD_PORT, CCD_SECURE, and CCD_TIMEOUT. For HTTP transport, run node dist/http-server.js and connect to localhost:3001/sse.
Key features of Concordium MCP Server
- Natural language queries for chain data.
- Account details, balance, and staking info.
- Block details, transaction events, and height queries.
- CIS-2 token balance checks.
- Validator list, pool details, and passive delegation.
- Smart contract instances and deployed modules.
Use cases of Concordium MCP Server
- Check an account’s CCD balance or staking status.
- Retrieve the latest block or transaction events.
- List active validators and view pool details.
- Get CIS-2 token balance for a wallet and contract.
- Monitor network consensus and node health.
FAQ from Concordium MCP Server
What networks are supported?
The server supports mainnet and testnet via the CCD_NETWORK environment variable (default mainnet).
What are the runtime requirements?
Node.js 20+ and pnpm are required. Docker is optional for containerized deployment.
How can I deploy the server in the cloud?
Use the provided scripts fly-deploy.sh, railway-deploy.sh, or render-deploy.sh for one‑line cloud deployment.
Are there any limits on queries?
The validator list is limited to 100 entries. No other explicit limits are documented.
What transport options are available?
The server supports std
其他 分类下的更多 MCP 服务器
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
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.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
评论