Multichain MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_balanceA | Get native and token balances for a wallet on Celo, Base, or Stacks |
| get_portfolioA | Aggregate wallet balances across Celo, Base, and Stacks in one call |
| prepare_transferA | Build an unsigned transaction to transfer native tokens or ERC-20/SIP-010 tokens on any supported chain |
| get_pricesA | Get real-time token prices and 24h change for STX, CELO, ETH, and more |
| deploy_tokenA | Prepare an unsigned ERC-20 token deployment transaction on Celo or Base |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool targets a distinct operation: deploying tokens, checking balances, aggregating portfolio, fetching prices, and preparing transfers. No overlap in functionality.
All tool names follow a consistent verb_noun pattern (e.g., deploy_token, get_balance, get_portfolio, get_prices, prepare_transfer) with no mixing of conventions.
With 5 tools covering deployment, balance queries, portfolio aggregation, price data, and transfers, the count is well-scoped for a multichain wallet/defi assistant.
Covers core operations for token deployment, balance checks, pricing, and transfers. Minor gaps include token metadata retrieval and approval transactions, but overall surface is solid.