Concordium

Concordium mcp-sever for interacting with the concordium chain
  • typescript

2

GitHub Stars

typescript

Language

6 months ago

First Indexed

2 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "developerayo-concordium-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "--network=host",
        "concordium-mcp-server"
      ],
      "env": {
        "CCD_PORT": "20000",
        "CCD_SECURE": "true",
        "CCD_NETWORK": "mainnet",
        "CCD_TIMEOUT": "15000"
      }
    }
  }
}

You can query the Concordium blockchain through natural language using this MCP server. It lets you inspect accounts, blocks, tokens, validators, smart contracts, and more without writing code, making it easier to integrate blockchain data into your AI workflows.

How to use

Install and run the Concordium MCP Server, then connect your MCP client to issue natural language queries. You can ask for account details, balances, staking status, block information, token balances, validator and pool data, contract details, and network status. The system translates your natural language requests into chain queries and returns structured results so you can act on the data without coding.

Available tools

get_account_details

Retrieve full details for a given account, including balance, staking status, and related metadata.

get_account_balance

Return the CCD balance for a specific account in microCCD units.

get_account_staking_details

Provide validator/delegator status and staked amounts for an account.

get_block_details

Fetch block information by hash or the latest block.

get_blocks_at_height

List all blocks at a specific blockchain height.

get_block_transaction_events

Show transaction events contained in a block.

get_token_balance

Get the balance of a CIS-2 token for a wallet and contract.

get_validator_list

List active validators (up to 100).

get_pool_details

Show details for a validator pool by ID.

get_passive_delegation_details

Provide current passive delegation details.

get_instance_details

Retrieve information about a smart contract instance.

get_module_list

List deployed contract modules.

get_consensus_details

Query the current chain consensus status.

get_node_details

Show information about the MCP node.

health_check

Check the health of the MCP node.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
Concordium MCP Server - developerayo/concordium-mcp-server | VeilStrat