dexjup-mcp
Provides tools for interacting with the Solana blockchain, including wallet balance checks, live swap quotes via Jupiter, and gated on-chain swap execution.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@dexjup-mcpWhat's the best Jupiter quote to swap 1 SOL for USDC?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
dexjup-mcp
An MCP (Model Context Protocol) server combining DEX Screener market data with Jupiter (Solana DEX aggregator) quotes and gated swap execution — in one server.
Most existing MCP servers in this space do one or the other: pure DEX Screener reads with no execution, or Jupiter execution with no read-only mode and no safety guardrails. This server does both, with execution locked behind explicit opt-in, hard caps, and a confirm flag — see SECURITY.md before enabling trading.
Safety model (read this first if you plan to enable trading)
By default this server is read-only. execute_swap is listed but
refuses to run unless you explicitly set TRADING_ENABLED=true, and even
then every call is checked against server-side caps on swap size, slippage,
and quote age before anything is signed. Full detail in
SECURITY.md.
Related MCP server: @blockrun/alpha
Install / configure
Add to your MCP client config (e.g. Claude Desktop's claude_desktop_config.json
or Claude Code's MCP settings):
{
"mcpServers": {
"dexjup": {
"command": "npx",
"args": ["-y", "dexjup-mcp"],
"env": {
"RPC_URL": "https://api.mainnet-beta.solana.com"
}
}
}
}That's enough for all read-only tools. See .env.example
for every setting, and SECURITY.md before adding
TRADING_ENABLED / SOLANA_PRIVATE_KEY.
Tools
Read-only (no wallet required):
Tool | What it does |
| Search DEX Screener pairs by free text |
| All pools for a token, sorted by 24h volume |
| Detail for one specific pair by address |
| Batch lookup for up to 30 tokens in one call |
| Trending/boosted token profiles |
| Live Jupiter swap quote — no wallet, no execution |
| SOL + SPL balance for any address |
| Confirmation status of a transaction signature |
Aggregation:
Tool | What it does |
| Merges DEX Screener market data with a live Jupiter reference quote for one token; degrades gracefully if either source has nothing |
Write (gated — see SECURITY.md):
Tool | What it does |
| Executes a real on-chain swap against a previously-fetched quote |
Development
npm install
npm run build
npm run inspector # opens MCP Inspector against the built server
npm test # unit tests, no network/funds requiredLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceAn 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.Last updated3429MIT
- Alicense-qualityCmaintenanceAn 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.Last updated188MIT
- FlicenseAqualityCmaintenanceMCP 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.Last updated16
- FlicenseAqualityDmaintenanceMCP server for Jupiter API on Solana, enabling immediate swaps via Ultra API and limit orders via Trigger API.Last updated101
Related MCP Connectors
Solana MCP for wallets, trades, markets, PnL, transfers, onchain data, signable swaps and API tools.
Crypto intelligence MCP for market data, DeFi, wallets, security, DEX, NFTs, and Solana.
Solana token risk-scoring MCP server for AI trading agents with insider wallet cluster detection.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/kinglewis1984-cloud/dexjup-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server