dexjup-mcp
Related Servers
Alternatives to dexjup-mcp
No user-submitted related servers found.
Related Servers
- FlicenseAqualityDmaintenanceMCP server for Jupiter API on Solana, enabling immediate swaps via Ultra API and limit orders via Trigger API.101-
- AlicenseAqualityCmaintenanceMCP server providing Solana/crypto/macro tools (wallet scan, password breach, Jito tip, GitHub health, FRED series, Drift exposure, premium chapters) with x402 payment gating (USDC on Base) for 7 of 8 tools.15MIT
- FlicenseAqualityBmaintenanceMCP server providing AI agents with native access to Jupiter's full DeFi stack on Solana. It offers 17 tools covering swaps, tokens, lending, limit orders, DCA, prediction markets, perpetuals, and portfolio management.16-
- AlicenseNot gradedqualityCmaintenanceAn AI-powered crypto trading MCP server providing technical analysis, market sentiment, and token swap execution via 0x and DexScreener. It enables users to manage portfolios with built-in risk limits and search historical trade data using vector-based memory.7 npm8MIT
- AlicenseNot gradedqualityBmaintenanceMCP server providing x402-paid tools for tokenized stock data on EVM chains, including premium/discount, liquidity, whale activity, and a guarded trading wrapper for Robinhood Chain.1MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server for executing token swaps on the Solana blockchain using Jupiter's Ultra API, enabling users to fetch optimal swap orders and execute transactions with slippage control.6 npm29MIT
TDQS
Scored across 11 tools
Each tool has a distinct purpose: health check, trending tokens, quotes, token overview, wallet balance, swap status, swap execution, pair search, token pairs, pair detail, and batch lookup. The only minor overlap is between get_token_pairs and get_tokens, but the batch nature of get_tokens is clearly documented.
Tool names follow a consistent snake_case verb-noun pattern (ping, get_*, search_pairs, execute_swap). There is no mixing of camelCase or inconsistent verb styles.
With 11 tools, the server is well-scoped for DEX data and swap execution. Each tool serves a clear function without redundancy, fitting comfortably within the ideal 3-15 range.
The tool surface covers the core lifecycle of querying DEX data, obtaining quotes, executing swaps, and checking swap status, plus wallet balance. Gaps like historical price data or transaction history are minor and don't block primary workflows.