
Paloma DEX MCP
by volumefi
Connect AI agents to Paloma DEX for multi-chain blockchain data and ETF trading simulations across 7 EVM chains.
What it does
This MCP server integrates AI agents with the Paloma DEX ecosystem, allowing them to interact with decentralized exchange data and perform trading simulations across multiple EVM-compatible blockchains including Ethereum, Arbitrum, Optimism, Base, BSC, Polygon, and Gnosis.
Tools
get_account_info: Retrieves account addresses and native token balances across all supported chains.get_pusd_balance: Checks PUSD token balances on a specific blockchain.get_chain_info: Provides detailed metadata and configuration for a specific chain.list_supported_chains: Returns a list of all chains supported by the server.get_address_balances: Queries token balances for any specified Ethereum address across all chains.get_etf_tokens: Lists available ETF tokens on a specified chain.get_etf_price: Retrieves buy/sell prices for an ETF token via its EVM address.get_etf_price_by_symbol: Gets ETF pricing using the token symbol.get_etf_price_by_paloma_denom: Retrieves pricing via Paloma-specific denominations.get_etf_balance: Checks the ETF token balance for a specific wallet address.buy_etf_token: Simulates the purchase of ETF tokens using input assets.sell_etf_token: Simulates the sale of ETF tokens back to base currency.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"paloma-dex": {
"command": "uv",
"args": ["run", "--path", "/path/to/mcpPADEX", "padex.py"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
uv run padex.pyInformation
- Pricing
- free
- Published






