← skontro.com

INDIVIDUAL MCP TOOL

truecost_compare

Returns measured all-in cost data (published fee + hidden spread from walking the live order book, optionally + withdrawal fee) for one trade across all covered exchanges (enumerate them via truecost_venues), ranked by net units received.

skontro.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.skontro.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for truecost_compare 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 suggests a financial action.

Parent server

skontro.com

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • truecost_venues — Returns the list of covered exchanges with data freshness and coverage flags.
  • exchange_reliability — Returns the sourced Reliability Score data per exchange (0–100, six weighted components, every negative datapoint dated and sourced).
  • withdrawal_fees — Returns curated BTC/ETH native-chain withdrawal fees per exchange, valued in both USD and EUR (each a native quote, never one converted from the other), each with its official source URL and verification date; plus, per exchange, `stablecoins.USDT|USDC` — the same per withdrawal network (chain, fee, published minimum, source).
  • truecost_index — Returns the monthly True-Cost-Index data: average measured fee, hidden spread and all-in cost per €1,000 trade per exchange, from hourly order-book measurements.