We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/0xwuchuan/token-info-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•960 B
# Token Info MCP Server Environment Variables
# Copy this file to .env and fill in your actual values
# Required: Etherscan API Key
# Get your API key from https://etherscan.io/apis
ETHERSCAN_API_KEY=YourApiKeyToken
# Default RPC URL (used for mainnet if MAINNET_RPC_URL not set)
DEFAULT_RPC_URL=https://eth.llamarpc.com
# Optional: Network-specific RPC URLs
# You can use public endpoints or your own provider (Alchemy, Infura, QuickNode, etc.)
# Ethereum Mainnet
MAINNET_RPC_URL=https://eth.llamarpc.com
# Alternative: https://eth-mainnet.g.alchemy.com/v2/your-api-key
# Ethereum Testnets
GOERLI_RPC_URL=https://eth-goerli.g.alchemy.com/v2/your-api-key
SEPOLIA_RPC_URL=https://eth-sepolia.g.alchemy.com/v2/your-api-key
# Layer 2 Networks
POLYGON_RPC_URL=https://polygon-mainnet.g.alchemy.com/v2/your-api-key
ARBITRUM_RPC_URL=https://arb-mainnet.g.alchemy.com/v2/your-api-key
# Optional: Rate limiting for API requests
RATE_LIMIT_REQUESTS_PER_SECOND=5