# Paloma DEX MCP Server Environment Variables
# Copy this file to .env and fill in your values
# REQUIRED: Your private key for transaction signing
# WARNING: Keep this secure and never commit to version control
PRIVATE_KEY=your_private_key_here
# Contract addresses for each chain
# You'll need to obtain these from Paloma DEX documentation/team
# Ethereum Mainnet (Chain ID: 1)
PUSD_TOKEN_ETH=
PUSD_CONNECTOR_ETH=
ETF_CONNECTOR_ETH=
# Arbitrum One (Chain ID: 42161)
PUSD_TOKEN_ARB=
PUSD_CONNECTOR_ARB=
ETF_CONNECTOR_ARB=
# Optimism (Chain ID: 10)
PUSD_TOKEN_OP=
PUSD_CONNECTOR_OP=
ETF_CONNECTOR_OP=
# Base (Chain ID: 8453)
PUSD_TOKEN_BASE=
PUSD_CONNECTOR_BASE=
ETF_CONNECTOR_BASE=
# BNB Smart Chain (Chain ID: 56)
PUSD_TOKEN_BSC=
PUSD_CONNECTOR_BSC=
ETF_CONNECTOR_BSC=
# Polygon (Chain ID: 137)
PUSD_TOKEN_MATIC=
PUSD_CONNECTOR_MATIC=
ETF_CONNECTOR_MATIC=
# Gnosis Chain (Chain ID: 100)
PUSD_TOKEN_GNOSIS=
PUSD_CONNECTOR_GNOSIS=
ETF_CONNECTOR_GNOSIS=
# API Keys (optional but recommended for enhanced features)
MORALIS_SERVICE_API_KEY=your_moralis_api_key_here
# Additional configuration
LOG_LEVEL=INFO
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/VolumeFi/mcpPADEX'
If you have feedback or need assistance with the MCP directory API, please join our Discord server