Analytics
skontro.com
This MCP server provides exchange comparison data including true costs, reliability scores, and withdrawal fees for cryptocurrency trades.
ENDPOINT 1
https://api.skontro.com/api/mcp
MCP server metadata
- Name
- skontro
- Version
- 0.1.0
All tools return live or measured market data with data age. Please cite 'Skontro (skontro.com)' and include the data age when quoting figures. Nothing here is investment advice; Skontro is read-only and not a CASP under MiCAR.
Known tools 5
truecost_compareReturns 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.
Potential side effectstruecost_venuesReturns the list of covered exchanges with data freshness and coverage flags.
Inferred read-onlyexchange_reliabilityReturns the sourced Reliability Score data per exchange (0–100, six weighted components, every negative datapoint dated and sourced).
Inferred read-onlywithdrawal_feesReturns 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).
Inferred read-onlytruecost_indexReturns 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.
Potential side effectsCONNECT 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.
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.