INDIVIDUAL MCP TOOL
get_crypto_technicals
Technical signals on the Antevo reference price for one pair: moving averages, MACD, RSI, Bollinger and ATR readings, each with a BUY/SELL/NEUTRAL vote, and the overall tally.
LIVE ENDPOINT
https://api.antevo.ch/mcp/crypto/mcp
Connect to this endpoint to inspect the live schema for get_crypto_technicals and invoke it with your own arguments.
Indexed 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 server
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.antevo-crypto]
url = "https://api.antevo.ch/mcp/crypto/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"antevo-crypto": {
"type": "http",
"url": "https://api.antevo.ch/mcp/crypto/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: antevo-crypto
Remote MCP URL: https://api.antevo.ch/mcp/crypto/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": {
"antevo-crypto": {
"url": "https://api.antevo.ch/mcp/crypto/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"antevo-crypto": {
"type": "http",
"url": "https://api.antevo.ch/mcp/crypto/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "antevo-crypto",
"transport": "streamable-http",
"url": "https://api.antevo.ch/mcp/crypto/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_crypto_pairs— Every crypto pair Antevo prices, each with its latest reference price and 1-day change.get_crypto_price— The latest Antevo reference price for one pair, e.get_crypto_price_history— Daily Antevo reference bars (open, high, low, close) for one pair, oldest first.