INDIVIDUAL MCP TOOL
list_onramps
Reputable INDEPENDENT fiat->crypto on-ramps blueDEX signposts so a human principal can acquire a first coin with minimal KYC, then swap/bridge on blueDEX.
LIVE ENDPOINT
https://dex.mk/mcp
Connect to this endpoint to inspect the live schema for list_onramps and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bluedex]
url = "https://dex.mk/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bluedex": {
"type": "http",
"url": "https://dex.mk/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bluedex
Remote MCP URL: https://dex.mk/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bluedex": {
"url": "https://dex.mk/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bluedex": {
"type": "http",
"url": "https://dex.mk/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bluedex",
"transport": "streamable-http",
"url": "https://dex.mk/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_swap_quote— Get the best swap route across DEX aggregator venues.build_swap_transaction— Build an unsigned transaction for a quoted swap.get_chart— OHLCV candles for a token (top pool by liquidity).get_meta— blueDEX's published transparency data: treasury (fee recipient) addresses, router allowlist, fee schedule, paused venues.list_instant_assets— Assets reachable via the INSTANT lane (no on-chain DEX route) — Tron/USDT-TRC20, BTC, and stablecoin corridors.create_instant_shift— Open an INSTANT shift for assets with no on-chain DEX route — Tron (USDT-TRC20, TRX), BTC, cross-chain.get_instant_status— Status of an instant shift by id (from create_instant_shift): waiting | pending | processing | settling | settled | refund* | expired, plus deposit/settle tx hashes once available.sweep_dust— Consolidate many small leftover token balances (dust) into one token (default USDC) on an EVM chain.