# net.swaptitan/swaptitan (remote · swaptitan.net)

Non-custodial cross-chain crypto swap MCP — 1288+ assets, no KYC. Solana/EVM/Monero, RPC, oracle.

- Trust score: 73/100 (medium)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `swaptitan.net`: 73/100 (this document), [markdown](https://verifymcp.io/servers/net-swaptitan-swaptitan/swaptitan.md), [page](https://verifymcp.io/servers/net-swaptitan-swaptitan/swaptitan)

## Channel facts

- Endpoint: `https://swaptitan.net/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1670 tokens (~92/item across 18 items; 18 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http net-swaptitan-swaptitan https://swaptitan.net/mcp
```

### Codex

```toml
[mcp_servers.net-swaptitan-swaptitan]
url = "https://swaptitan.net/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "net-swaptitan-swaptitan": {
      "type": "remote",
      "url": "https://swaptitan.net/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add net-swaptitan-swaptitan --url https://swaptitan.net/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  net-swaptitan-swaptitan:
    url: "https://swaptitan.net/mcp"
```

### Other

```json
{
  "mcpServers": {
    "net-swaptitan-swaptitan": {
      "type": "http",
      "url": "https://swaptitan.net/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 73, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 72, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 68, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 68)

First indexed and scored.

## MCP tools (18)

### `get_prices` (~23 tokens)

Get real-time USD prices for BTC, SOL, ETH and XMR

### `get_assets` (~24 tokens)

List all 1288+ supported swap assets with ticker, network and name

### `swap_quote` (~61 tokens)

Get estimated output and minimum deposit for a crypto swap pair

Input parameters:

- `amount` (number, required): Input amount in source asset
- `from` (string, required): Source asset ticker, e.g. btc, usdtsol
- `to` (string, required): Destination asset ticker

### `sol_swap_quote` (~87 tokens)

Solana DEX quote via Jupiter aggregator. Any SPL token vs SOL/USDC. Free API.

Input parameters:

- `amount` (number): Human amount (sol/usdc only)
- `amountRaw` (string): Base units (any mint)
- `from` (string, required): sol, usdc or base58 mint
- `to` (string, required): sol, usdc or base58 mint

### `sol_swap` (~154 tokens)

Build a NON-CUSTODIAL Solana DEX swap via Jupiter: returns an UNSIGNED base64 transaction — sign with YOUR OWN wallet and send to any Solana RPC. Server never touches funds. 0.3% on-chain routing fee.

Input parameters:

- `amount` (number): Human amount (sol/usdc only)
- `amountRaw` (string): Base units (any mint)
- `from` (string, required): sol, usdc or base58 mint
- `slippageBps` (number): 1-1000, default 50
- `to` (string, required): sol, usdc or base58 mint
- `userPublicKey` (string, required): Your Solana wallet address (signs the tx)

### `smart_route` (~102 tokens)

Universal crypto router: compares ALL available rails (cross-chain exchange bridge, direct H2H liquidity, Solana DEX) in one call and returns the best route with ready-to-execute parameters. Use for hard or exotic pairs.

Input parameters:

- `amount` (number, required): Amount in source asset
- `from` (string, required): Source ticker, e.g. btc, sol, usdc
- `to` (string, required): Destination ticker, e.g. xmr, eth

### `sol_priority_fee` (~43 tokens)

Live Solana priority-fee oracle: current microLamports/CU percentiles and recommended low/medium/high/turbo tiers. Call before sending any Solana transaction.

### `hl_markets` (~30 tokens)

Hyperliquid perpetuals: list all 231 markets with live prices, max leverage and size decimals.

### `hl_build_order` (~158 tokens)

Build a ready Hyperliquid perpetual order action with SwapTitan builder code injected (minimal 0.001% fee). Non-custodial: returns the action + nonce to sign with your own wallet (EIP-712) and POST to https://api.hyperliquid.xyz/exchange. Call hl_approve first (once).

Input parameters:

- `coin` (string, required): Market, e.g. BTC, ETH, SOL
- `isBuy` (boolean, required): true=long/buy, false=short/sell
- `limitPx` (string, required): Limit price
- `reduceOnly` (boolean): Optional
- `sz` (string, required): Order size in coin units
- `tif` (string): Time-in-force, default Gtc

### `hl_approve` (~48 tokens)

Get the one-time approveBuilderFee action to sign with your MAIN wallet, authorizing SwapTitan as Hyperliquid builder at a minimal 0.001% max fee. Revocable anytime.

### `evm_swap` (~174 tokens)

Build a NON-CUSTODIAL EVM DEX swap via KyberSwap aggregator on eth/base/bsc/arbitrum/polygon/optimism/avax: returns UNSIGNED calldata {to,data,value} — sign with YOUR OWN wallet. Server never touches funds. 0.3% routing fee. ERC20 input needs prior approval.

Input parameters:

- `account` (string, required): Your 0x wallet address
- `amount` (number): Human amount (native only)
- `amountRaw` (string): Base units (any token)
- `chain` (string, required): EVM chain
- `slippageBps` (number): 10-2000, default 100
- `tokenIn` (string, required): 0x-address or native
- `tokenOut` (string, required): 0x-address or native

### `swap_create` (~221 tokens)

Create a non-custodial cross-chain swap order. 3 providers: changenow (1288+ assets, returns payinAddress), simpleswap (400+ assets, returns payinAddress), heleket (XMR-optimised 5-6 conf, returns redirectUrl to payment page). Omit provider for auto-select.

Input parameters:

- `address` (string, required): Destination address to receive swapped funds
- `amount` (number, required): Amount to send
- `from` (string, required): Source asset ticker (e.g. sol, btc, eth, usdt)
- `fromNet` (string): Source network override (e.g. arbitrum, base, tron)
- `provider` (string): changenow=1288+ assets; simpleswap=400+ assets; heleket=XMR-optimised payment page
- `refundAddress` (string): Optional refund address for failed swaps
- `to` (string, required): Destination asset ticker (e.g. xmr, btc, sol)
- `toNet` (string): Destination network override

### `swap_status` (~72 tokens)

Check status of a swap order. Poll every 20-30s. Lifecycle: waiting->confirming->exchanging->done. For heleket provider, status is checked via Heleket API.

Input parameters:

- `id` (string, required): Order ID from swap_create
- `provider` (string): Provider from swap_create response

### `create_wallet` (~51 tokens)

Generate a new non-custodial crypto wallet. Returns address and private key. Chain: sol (Solana), eth/base/bsc (EVM).

Input parameters:

- `chain` (string): Blockchain for the wallet

### `check_portfolio` (~236 tokens)

Look up the native-coin balance of any wallet address on Solana, Ethereum, Base or BNB Smart Chain. Returns the native balance (SOL, ETH or BNB), its current USD value and the queried chain as JSON, e.g. {"chain":"sol","balance":1.2345,"usd":92.51}. Read-only: needs no signature, never moves funds. Useful before building a swap to verify the wallet can cover amount plus network fees.

Input parameters:

- `address` (string, required): Wallet address to check. Base58 for Solana (e.g. 7uZqehZaRiANgaFkSDvB625TPF78EG6HkAuxanE8ZTjZ); 0x-prefixed hex for EVM chains (e.g. 0xA20E1D8B9aD0fb580a4c36483b1A841D2bE91E68).
- `chain` (string): Blockchain to query: sol = Solana (default), eth = Ethereum mainnet, base = Base, bsc = BNB Smart Chain.

### `rug_check` (~48 tokens)

Check if a token contract is a rug pull / scam. Returns risk score and warning flags.

Input parameters:

- `chain` (string): Chain of the token
- `token` (string, required): Token contract address

### `set_price_alert` (~88 tokens)

Set a Telegram price alert for a crypto asset. Triggers when price goes above or below target.

Input parameters:

- `coin` (string, required): Asset ticker: btc, sol, eth, xmr
- `direction` (string, required): Trigger when price is above or below target
- `target` (number, required): Target price in USD
- `tg_chat` (string, required): Telegram Chat ID to receive the alert

### `ai_chat` (~50 tokens)

Chat with SwapTitan AI agent for complex crypto tasks, multi-step swaps, and natural language queries.

Input parameters:

- `message` (string, required): Natural language message
- `wallet` (string): Optional wallet address for context

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/net-swaptitan-swaptitan/swaptitan#diagnostics

## Score history

- 2026-08-03: 73
- 2026-08-02: 72
- 2026-08-01: 72
- 2026-07-31: 72
- 2026-07-30: 70
- 2026-07-29: 70
- 2026-07-28: 69
- 2026-07-27: 68
- 2026-07-26: 68

## Links

- Remote endpoint: https://swaptitan.net/mcp
- Website: https://swaptitan.net/
- Changelog RSS feed: https://verifymcp.io/servers/net-swaptitan-swaptitan/swaptitan/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/net-swaptitan-swaptitan/swaptitan/changelog.json
- HTML version of this page: https://verifymcp.io/servers/net-swaptitan-swaptitan/swaptitan
