API Tools
suwappu.bot
Provides cryptocurrency swap quotes, token prices, portfolio balances, and supported chain/token information.
ENDPOINT 1
https://api.suwappu.bot/mcp
MCP server metadata
- Name
- suwappu
- Version
- 0.6.0
Known tools 21
get_portfolioGet token balances and portfolio value for a wallet address across all supported chains.
Inferred read-onlyexecute_swapPrepare an unsigned self-custody swap transaction from a previously obtained quote_id.
Inferred read-onlyget_tempo_tokensGet TIP-20 token list on Tempo mainnet (chain ID 4217) with addresses, decimals, and TIP-20 metadata (currency code, isTip20 flag).
Inferred read-onlypredict_marketGet detailed prediction market info including live CLOB midpoint prices for each outcome.
Inferred read-onlyperps_marketsList available Hyperliquid perpetual futures markets with mark price, funding rate, max leverage, and size decimals.
Inferred read-onlyperps_quoteQuote a Hyperliquid perpetual position: entry price, margin required, liquidation price, funding rate, and fees.
Inferred read-onlyperps_positionsList open Hyperliquid perpetual positions for a wallet address, with size, entry price, unrealized PnL, and liquidation price.
Inferred read-onlylend_marketsList Morpho lending markets on a chain with current APY/utilization, explicit USD supply/borrow/liquidity, listing status, and Morpho warnings.
Inferred read-onlylend_marketGet 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-onlyget_swap_statusGet the status of a managed swap created by POST /v1/agent/swap/execute (pending, completed, failed), with tx hash and amounts.
Potential side effectsget_swap_historyList paginated managed-swap history for the authenticated agent, optionally filtered by status.
Inferred read-onlypredict_bookGet the live CLOB order book for every outcome of a prediction market.
Inferred read-onlypredict_priceGet live CLOB midpoint prices for every outcome of a prediction market.
Inferred read-onlylist_wallet_policiesList Turnkey spending/whitelist policies configured on the agent's managed wallet.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.