mcp-wallet
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CRYPTO_MCP_MASTER_KEY | Yes | Master key used to encrypt the wallet file. Generate with `node -e "process.stdout.write(require('node:crypto').randomBytes(32).toString('base64'))"` and keep secret. Required. | |
| CRYPTO_MCP_BSC_RPC_URL | No | RPC URL for BNB Smart Chain. Required for BSC transfers. | |
| CRYPTO_MCP_WALLET_FILE | No | Path to the wallet file. Default: `$HOME/.crypto-mcp/wallet.json`. | |
| CRYPTO_MCP_BSC_CHAIN_ID | No | Chain ID for BSC network. Verified against `eth_chainId` before preparation. | |
| CRYPTO_MCP_BSC_FEE_MODE | No | Fee mode for BSC: 'eip1559' or 'legacy'. | |
| CRYPTO_MCP_TRANSFER_FILE | No | Path to the transfer journal file. Default not specified; optional. | |
| CRYPTO_MCP_TRANSFER_POLICY | No | Optional JSON policy for transfer safeguards. If provided, omitted chains are disabled. | |
| CRYPTO_MCP_ETHEREUM_RPC_URL | No | RPC URL for Ethereum network. Required for Ethereum transfers. | |
| CRYPTO_MCP_HYPEREVM_RPC_URL | No | RPC URL for HyperEVM. Required for HyperEVM transfers. | |
| CRYPTO_MCP_ETHEREUM_CHAIN_ID | No | Chain ID for Ethereum network (e.g., '1' for mainnet). Verified against `eth_chainId` before preparation. | |
| CRYPTO_MCP_ETHEREUM_FEE_MODE | No | Fee mode for Ethereum: 'eip1559' or 'legacy'. | |
| CRYPTO_MCP_HYPEREVM_CHAIN_ID | No | Chain ID for HyperEVM. Verified against `eth_chainId` before preparation. | |
| CRYPTO_MCP_HYPEREVM_FEE_MODE | No | Fee mode for HyperEVM: 'eip1559' or 'legacy'. |
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/matt-scientist/mcp-wallet'
If you have feedback or need assistance with the MCP directory API, please join our Discord server