Three independent sensors read Bitcoin's market structure every 30s. Free tier. 75 signals, every call public.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"brs-signals": {
"command": "python3",
"args": [
"-m",
"brs_signals_mcp"
],
"env": {
"BRS_API_KEY": "${BRS_API_KEY}"
}
}
}