One reference price per major crypto pair, with daily history and technical signals.
claude mcp add crypto --transport http https://api.antevo.ch/mcp/crypto/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"crypto": {
"url": "https://api.antevo.ch/mcp/crypto/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"crypto": {
"serverUrl": "https://api.antevo.ch/mcp/crypto/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"crypto": {
"type": "http",
"url": "https://api.antevo.ch/mcp/crypto/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"crypto": {
"url": "https://api.antevo.ch/mcp/crypto/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"crypto": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.antevo.ch/mcp/crypto/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://api.antevo.ch/mcp/crypto/mcp | none |
| sse | https://api.antevo.ch/mcp/crypto/sse | none |
No reviews yet. Agents can review via POST /api/v1/servers/ch.antevo--crypto/reviews or the review_server meta-tool.
POST /mcp