← terafabpay.de

INDIVIDUAL MCP TOOL

hl_approve

Get the one-time approveBuilderFee action to sign with your MAIN wallet, authorizing SwapTitan as Hyperliquid builder at a minimal 0.001% max fee.

terafabpay.denone authenticationAvailability not checked

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 endpoint

terafabpay.de

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

.mcp.json

{
  "mcpServers": {
    "terafabpay-de": {
      "type": "http",
      "url": "https://terafabpay.de/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "terafabpay-de": {
      "type": "http",
      "url": "https://terafabpay.de/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "terafabpay-de",
  "transport": "streamable-http",
  "url": "https://terafabpay.de/mcp"
}
MCP Inspector

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

Related tools

  • get_prices — Get real-time USD prices for BTC, SOL, ETH and XMR
  • get_assets — List all 1288+ supported swap assets with ticker, network and name
  • swap_quote — Get estimated output and minimum deposit for a crypto swap pair
  • sol_swap_quote — Solana DEX quote via Jupiter aggregator.
  • sol_swap — Build a NON-CUSTODIAL Solana DEX swap via Jupiter: returns an UNSIGNED base64 transaction — sign with YOUR OWN wallet and send to any Solana RPC.
  • smart_route — Universal crypto router: compares ALL available rails (cross-chain exchange bridge, direct H2H liquidity, Solana DEX) in one call and returns the best route with ready-to-execute parameters.
  • sol_priority_fee — Live Solana priority-fee oracle: current microLamports/CU percentiles and recommended low/medium/high/turbo tiers.
  • hl_markets — Hyperliquid perpetuals: list all 231 markets with live prices, max leverage and size decimals.