INDIVIDUAL MCP TOOL
signals
Ranked crypto signal scores for 20 USDC pairs on Coinbase (score -100..+100, price, ATR%, reasons).
LIVE ENDPOINT
https://dihh.my.id/mcp
Connect to this endpoint to inspect the live schema for signals 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.ox-alpha-signals]
url = "https://dihh.my.id/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ox-alpha-signals": {
"type": "http",
"url": "https://dihh.my.id/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ox-alpha-signals
Remote MCP URL: https://dihh.my.id/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": {
"ox-alpha-signals": {
"url": "https://dihh.my.id/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ox-alpha-signals": {
"type": "http",
"url": "https://dihh.my.id/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ox-alpha-signals",
"transport": "streamable-http",
"url": "https://dihh.my.id/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
report— Top-5 crypto long candidates across 20 Coinbase USDC pairs with score, price, ATR% and reasons.price— Single-pair crypto lookup: price in USDC, composite signal score (-100..+100), ATR% and reasons.preview— Free sample: the current #1 top-ranked signal, no payment.service_info— Free: endpoints, pricing, x402 payment setup (USDC on Base) and discovery links for the ox-alpha signals service.