MCP.so
登录

Concordium MCP Server

@Developerayo

关于 Concordium MCP Server

Concordium mcp-sever for interacting with the concordium chain

基本信息

分类

其他

传输方式

stdio

发布者

Developerayo

提交者

Shodipo Ayomide

配置

使用下面的配置,将此服务器添加到你的 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 服务器