← suwappu.bot

INDIVIDUAL MCP TOOL

get_swap_status

Get the status of a managed swap created by POST /v1/agent/swap/execute (pending, completed, failed), with tx hash and amounts.

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_status and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests code or command execution.

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).