← Registry

API Tools

suwappu.bot

Provides cryptocurrency swap quotes, token prices, portfolio balances, and supported chain/token information.

1 endpoint21 known toolsFirst detected May 29, 2026Last detected September 6, 2026

ENDPOINT 1

https://api.suwappu.bot/mcp

No auth detected

MCP server metadata

Name
suwappu
Version
0.6.0
Capabilities
toolsresourcesprompts

Known tools 21

get_quote

Get a swap quote for exchanging tokens.

Inferred read-only
get_portfolio

Get token balances and portfolio value for a wallet address across all supported chains.

Inferred read-only
get_prices

Get current token prices in USD with 24h change.

Inferred read-only
list_chains

List all supported blockchain networks for swapping.

Inferred read-only
list_tokens

List available tokens on a specific chain.

Inferred read-only
execute_swap

Prepare an unsigned self-custody swap transaction from a previously obtained quote_id.

Inferred read-only
simulate_swap

Dry-run a swap with zero funds moved.

Inferred read-only
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).

Inferred read-only
predict_markets

Search and browse prediction markets on Polymarket.

Inferred read-only
predict_market

Get detailed prediction market info including live CLOB midpoint prices for each outcome.

Inferred read-only
perps_markets

List available Hyperliquid perpetual futures markets with mark price, funding rate, max leverage, and size decimals.

Inferred read-only
perps_quote

Quote a Hyperliquid perpetual position: entry price, margin required, liquidation price, funding rate, and fees.

Inferred read-only
perps_positions

List open Hyperliquid perpetual positions for a wallet address, with size, entry price, unrealized PnL, and liquidation price.

Inferred read-only
lend_markets

List Morpho lending markets on a chain with current APY/utilization, explicit USD supply/borrow/liquidity, listing status, and Morpho warnings.

Inferred read-only
lend_market

Get current read-only detail for a Morpho lending market by market ID and chain, including USD liquidity, listing status, warnings, oracle, and IRM.

Inferred read-only
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.

Potential side effects
get_swap_history

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

Inferred read-only
predict_book

Get the live CLOB order book for every outcome of a prediction market.

Inferred read-only
predict_price

Get live CLOB midpoint prices for every outcome of a prediction market.

Inferred read-only
predict_trades

Get recent trades across all outcomes of a prediction market.

Inferred read-only
list_wallet_policies

List Turnkey spending/whitelist policies configured on the agent's managed wallet.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.