paean-dex-mcp
Officialby paean-ai
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEX_NETWORK | No | Network: 'mainnet' or 'testnet'. Testnet uses Sepolia for Base and devnet for Solana. | mainnet |
| DEX_MNEMONIC | No | BIP-39 mnemonic phrase (12 or 24 words). Derives wallets for both chains. | |
| DEX_HD_PATH_BASE | No | HD derivation path for Base wallet (used with DEX_MNEMONIC). | m/44'/60'/0'/0/0 |
| DEX_RPC_URL_BASE | No | Custom RPC endpoint for Base. Testnet default: https://sepolia.base.org | https://mainnet.base.org |
| DEX_SLIPPAGE_BPS | No | Default slippage tolerance in basis points (50 = 0.5%). | 50 |
| DEX_DEFAULT_CHAIN | No | Default chain: 'base' or 'solana'. | base |
| DEX_HD_PATH_SOLANA | No | HD derivation path for Solana wallet (used with DEX_MNEMONIC). | m/44'/501'/0'/0' |
| DEX_RPC_URL_SOLANA | No | Custom RPC endpoint for Solana. Testnet default: https://api.devnet.solana.com | https://api.mainnet-beta.solana.com |
| DEX_PRIVATE_KEY_BASE | No | Hex private key for Base (EVM). Required for swaps on Base. | |
| DEX_PRIVATE_KEY_SOLANA | No | Base58 private key for Solana. Required for swaps on Solana. |
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
- 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/paean-ai/paean-dex-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server