← suwappu.bot

INDIVIDUAL MCP TOOL

get_swap_history

List paginated managed-swap history for the authenticated agent, optionally filtered by status.

suwappu.botnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.suwappu.bot/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_swap_history 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

suwappu.bot

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.suwappu]
url = "https://api.suwappu.bot/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "suwappu": {
      "type": "http",
      "url": "https://api.suwappu.bot/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: suwappu
Remote MCP URL: https://api.suwappu.bot/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": {
    "suwappu": {
      "url": "https://api.suwappu.bot/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "suwappu": {
      "type": "http",
      "url": "https://api.suwappu.bot/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "suwappu",
  "transport": "streamable-http",
  "url": "https://api.suwappu.bot/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_quote — Get a swap quote for exchanging tokens.
  • get_portfolio — Get token balances and portfolio value for a wallet address across all supported chains.
  • get_prices — Get current token prices in USD with 24h change.
  • list_chains — List all supported blockchain networks for swapping.
  • list_tokens — List available tokens on a specific chain.
  • execute_swap — Prepare an unsigned self-custody swap transaction from a previously obtained quote_id.
  • simulate_swap — Dry-run a swap with zero funds moved.
  • get_tempo_tokens — Get TIP-20 token list on Tempo mainnet (chain ID 4217) with addresses, decimals, and TIP-20 metadata (currency code, isTip20 flag).