Paloma DEX MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PRIVATE_KEY | Yes | Your private key for transaction signing. WARNING: Keep this secure and never commit to version control | |
| PUSD_TOKEN_ETH | Yes | PUSD token address for Ethereum Mainnet | |
| ETF_CONNECTOR_ETH | Yes | ETF connector address for Ethereum Mainnet | |
| PUSD_CONNECTOR_ETH | Yes | PUSD connector address for Ethereum Mainnet | |
| MORALIS_SERVICE_API_KEY | No | Moralis API key for enhanced features (optional) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_account_infoB | Get account information including address and balances across all chains. |
| get_pusd_balanceB | Get PUSD token balance on specified chain. |
| get_chain_infoB | Get detailed information about a specific chain. |
| list_supported_chainsB | List all supported chains with their configurations. |
| get_address_balancesA | Get balances for a specific address across all chains (concurrent execution). |
| get_address_balance_single_chainA | Get balance for a specific address on a single chain (faster). |
| get_etf_tokensB | Get available ETF tokens on a specific chain. |
| get_etf_priceB | Get buy and sell prices for an ETF token. |
| get_etf_price_by_symbolA | Get ETF price by token symbol from Paloma DEX. |
| get_etf_price_by_paloma_denomB | Get ETF price by Paloma denomination. |
| get_etf_balanceB | Get ETF token balance for a wallet address. |
| buy_etf_tokenA | Buy ETF tokens using input tokens (simulation only - no actual transaction). |
| sell_etf_tokenA | Sell ETF tokens back to base currency (simulation only - no actual transaction). |
| get_available_trading_tokensB | Get available tokens for trading on a specific chain. |
| get_token_price_estimateA | Get real-time price estimate for token swap. |
| approve_token_spendingA | Approve token spending for trading (two-step approval process). |
| execute_token_swapB | Execute a token swap using the Trader contract. |
| validate_trade_quoteA | Validate a trade against max spread and liquidity requirements. |
| check_token_allowanceA | Check token allowance for a specific owner and spender. |
| add_liquidityB | Add liquidity to a trading pool using the Trader contract. |
| remove_liquidityB | Remove liquidity from a trading pool using the Trader contract. |
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
- 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/VolumeFi/mcpPADEX'
If you have feedback or need assistance with the MCP directory API, please join our Discord server