# Swaptitan Mcp

> SwapTitan MCP Server — No-KYC crypto swap via Model Context Protocol. 1288+ assets, x402 payments, AI chat.

- **Type:** MCP server
- **Install:** `agentstack add mcp-polsolbridge-swaptitan-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [polsolbridge](https://agentstack.voostack.com/s/polsolbridge)
- **Installs:** 0
- **Category:** [Finance & Payments](https://agentstack.voostack.com/c/finance-and-payments)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [polsolbridge](https://github.com/polsolbridge)
- **Source:** https://github.com/polsolbridge/swaptitan-mcp
- **Website:** https://swaptitan.net/mcp

## Install

```sh
agentstack add mcp-polsolbridge-swaptitan-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# SwapTitan MCP Server

> **No-KYC crypto swaps via [Model Context Protocol](https://modelcontextprotocol.io)** — let AI agents execute swaps, bridges, and privacy-routed transactions. No account, no KYC, pay-per-call via x402 USDC.

[](https://modelcontextprotocol.io)
[](https://swaptitan.net/pricing)
[](https://swaptitan.net/swap)

## Endpoint

```
https://swaptitan.net/mcp
```

## Why SwapTitan MCP?

1. **No-KYC Privacy Swaps (H2H)** — Send BTC, receive SOL — only **Monero** appears on-chain in the middle. No tracking, no account.
2. **3 Aggregated Providers** — ChangeNOW (1288+ assets), SimpleSwap (400+), Heleket (XMR-optimised)
3. **AI Native** — Built for Claude, GPT, and autonomous agents via MCP protocol
4. **x402 Micropayments** — Pay $0.02 per call in USDC on Base, no signup
5. **License Unlimited** — €49.99/mo Agent Tier for unlimited MCP calls

## Tools

| Tool | Description | Free Tier |
|------|-------------|-----------|
| `get_prices` | Live BTC/ETH/SOL/XMR/+13 prices | 30/day |
| `get_assets` | List 1288+ swappable assets | 30/day |
| `swap_quote` | Aggregated quote (3 providers) | 5/day |
| `swap_create` | Execute non-custodial swap | 3/day |
| `swap_status` | Poll order lifecycle | unlimited |
| `ai_chat` | Llama 3.3 70B crypto assistant | 2/day |
| `check_portfolio` | SOL/ETH/BASE/BSC balances | unlimited |
| `rug_check` | Token scam analysis | unlimited |
| `create_wallet` | Generate non-custodial wallet | unlimited |
| `set_price_alert` | Telegram price alert | unlimited |

## Quick Start

### Claude Desktop

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

### curl Example

```bash
# Get live prices (free)
curl -X POST https://swaptitan.net/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"tools/call","params":{"name":"get_prices","arguments":{}},"id":1}'

# Privacy swap: BTC → XMR → SOL (no-KYC)
curl -X POST https://swaptitan.net/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"tools/call","params":{"name":"swap_create","arguments":{"from":"btc","to":"sol","amount":0.01,"address":"YOUR_SOL_ADDR"}},"id":2}'
```

## Payment

| Mode | Cost | How |
|------|------|-----|
| **Free** | $0 | First 2 MCP calls/day per IP |
| **x402** | $0.02/call | `X-Payment: ` header — USDC on Base |
| **License** | €49.99/mo | `X-License-Key: ` — unlimited |

x402 payments verified on-chain via Base mainnet. Pay to:
```
0xA20E1D8B9aD0fb580a4c36483b1A841D2bE91E68
```

## H2H Privacy Swap

The **House-to-House (H2H)** flow routes any-to-any pair through **Monero** for blockchain-level privacy:

```
BTC → [bridge] → XMR → [bridge] → SOL
       (visible)        (visible)
              ↑
       Source/dest unlinkable
```

Use cases: Bitcoin earnings → Solana memes, ETH → BSC, USDT-on-TRON → SOL — all without an exchange account.

## Protocol

- **MCP**: 2024-11-05 (JSON-RPC 2.0 over HTTP)
- **Auth**: x402 micropayments OR License Key header
- **Transport**: HTTP POST (SSE coming)
- **Agent Card (A2A)**: https://swaptitan.net/.well-known/agent.json

## Links

- 🌐 **Website**: https://swaptitan.net
- 📚 **Developer Docs**: https://swaptitan.net/developers
- 🤖 **Agents Page**: https://swaptitan.net/agents
- 💰 **Pricing**: https://swaptitan.net/pricing
- 🔧 **CLI**: https://swaptitan.net/cli
- 📦 **Agent SDK**: https://swaptitan.net/agent-sdk.js

## License

MIT

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [polsolbridge](https://github.com/polsolbridge)
- **Source:** [polsolbridge/swaptitan-mcp](https://github.com/polsolbridge/swaptitan-mcp)
- **License:** MIT
- **Homepage:** https://swaptitan.net/mcp

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** yes
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-polsolbridge-swaptitan-mcp
- Seller: https://agentstack.voostack.com/s/polsolbridge
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
