signallord-mcp-server
[
](https://glama.ai/mcp/servers/KK6BZB/signallord-mcp-server)
MCP server for Signal Lord — know which Bitcoin regime you're in and the probabilities of what happens next.
Not another price feed. Signal Lord tells AI agents where Bitcoin is in its market cycle, what similar periods looked like historically, and what usually happens next — backed by 20+ real-time indicators and pattern matching against documented cycle history.
Quick Start
1. Install
npm install -g signallord-mcp-serverRequires Python 3.10+ with pip on your PATH. Dependencies install automatically.
2. Get an API Key
Sign up at signallord.io, then generate a key:
# After logging in, via the API:
curl -X POST https://signallord.onrender.com/api/keys/generate \
-H "Authorization: Bearer YOUR_JWT_TOKEN" \
-H "Content-Type: application/json" \
-d '{"label": "my MCP key"}'Save the returned sk-sl-... key — it's shown only once.
3. Configure
export SIGNALLORD_API_KEY=sk-sl-your-key-here
export SIGNALLORD_API_BASE_URL=https://signallord.onrender.com





