Web3 MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BSC_RPC_URL | No | Optional. BSC RPC URL. | |
| ETH_RPC_URL | No | Optional. Ethereum RPC URL. | |
| TON_ADDRESS | Yes | Required. TON wallet address. | |
| TON_API_KEY | No | Optional but recommended. TON Center API key from @tonapibot on Telegram. | |
| TON_RPC_URL | No | Optional. TON RPC URL. Defaults to https://toncenter.com/api/v2/jsonRPC | https://toncenter.com/api/v2/jsonRPC |
| XRP_ADDRESS | No | Optional. XRP account address used to verify the derived address. | |
| XRP_RPC_URL | No | Optional. XRP Ledger node URL. Uses a public endpoint if not specified. | |
| BASE_RPC_URL | No | Optional. Base RPC URL. | |
| TON_MNEMONIC | Yes | Required. 24-word recovery phrase for TON wallet. | |
| XRP_MNEMONIC | No | XRP mnemonic recovery phrase. Either this or XRP_PRIVATE_KEY is required for XRP transactions. | |
| SOLANA_RPC_URL | No | Optional. Solana RPC URL. Uses a public endpoint if not specified. | |
| CARDANO_NETWORK | No | Optional. Cardano network to use (mainnet, testnet, preview, preprod). Defaults to mainnet. | mainnet |
| ETH_PRIVATE_KEY | Yes | Ethereum private key required for transactions. | |
| POLYGON_RPC_URL | No | Optional. Polygon RPC URL. | |
| SOCHAIN_API_KEY | No | Optional. SoChain API key for UTXO chain data providers. | |
| XRP_PRIVATE_KEY | No | XRP private key in hex. Either this or XRP_MNEMONIC is required for XRP transactions. | |
| ARBITRUM_RPC_URL | No | Optional. Arbitrum RPC URL. | |
| CARDANO_MNEMONIC | Yes | Required for transaction signing. Cardano wallet mnemonic phrase (15 or 24 words). | |
| ENABLE_TON_TOOLS | Yes | Set to 'true' or 'false' to enable/disable TON tools. | |
| OPTIMISM_RPC_URL | No | Optional. Optimism RPC URL. | |
| AVALANCHE_RPC_URL | No | Optional. Avalanche RPC URL. | |
| BERACHAIN_RPC_URL | No | Optional. Berachain RPC URL. | |
| BLOCKFROST_API_KEY | Yes | Required. Cardano Blockfrost API key. Get one from https://blockfrost.io/ | |
| SOLANA_PRIVATE_KEY | Yes | Base58-encoded Solana private key required for transactions. | |
| THORCHAIN_MNEMONIC | No | Optional. THORChain mnemonic. | |
| THORCHAIN_NODE_URL | No | Optional. THORChain node URL. Defaults to https://thornode.ninerealms.com | https://thornode.ninerealms.com |
| BLOCKCYPHER_API_KEY | No | Optional. BlockCypher API key for UTXO chain data providers. | |
| ENABLE_RIPPLE_TOOLS | Yes | Set to 'true' or 'false' to enable/disable XRP Ledger tools. | |
| ENABLE_SOLANA_TOOLS | Yes | Set to 'true' or 'false' to enable/disable Solana tools. | |
| ENABLE_BITCOIN_TOOLS | Yes | Set to 'true' or 'false' to enable/disable Bitcoin tools. | |
| ENABLE_CARDANO_TOOLS | Yes | Set to 'true' or 'false' to enable/disable Cardano tools. | |
| CARDANO_ACCOUNT_INDEX | No | Optional. Cardano account index. Defaults to 0. | 0 |
| ENABLE_DOGECOIN_TOOLS | Yes | Set to 'true' or 'false' to enable/disable Dogecoin tools. | |
| ENABLE_ETHEREUM_TOOLS | Yes | Set to 'true' or 'false' to enable/disable Ethereum and EVM chain tools. | |
| ENABLE_LITECOIN_TOOLS | Yes | Set to 'true' or 'false' to enable/disable Litecoin tools. | |
| THORCHAIN_PRIVATE_KEY | No | Optional. THORChain private key. | |
| ENABLE_THORCHAIN_TOOLS | Yes | Set to 'true' or 'false' to enable/disable THORChain tools. | |
| ENABLE_BITCOINCASH_TOOLS | Yes | Set to 'true' or 'false' to enable/disable Bitcoin Cash tools. |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adroamccullinp/web3-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server