S

Signallord Mcp Server

KK6BZB
๐Ÿ’ฐ Finance & Fintech
0 Views
0 Installs

๐Ÿ โ˜๏ธ - Bitcoin regime detection intelligence โ€” know which market regime you are in and the probabilities of what happens next. 17 tools with historical pattern matching, Odin AI analysis, composite gauges, and real-time macro/institutional/on-chain data.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "kk6bzb-signallord-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "kk6bzb-signallord-mcp-server"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

signallord-mcp-server

[

signallord-mcp-server 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-server

Requires 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

4. Run

signallord-mcp

Server starts on http://localhost:8100 (streamable HTTP transport).

5. Connect to Claude Desktop

Add to your Claude Desktop config (claude_desktop_config.json):

{
  "mcpServers": {
    "signallord": {
      "command": "signallord-mcp",
      "env": {
        "SIGNALLORD_API_KEY": "sk-sl-your-key-here",
        "SIGNALLORD_API_BASE_URL": "https://signallord.onrender.com"
      }
    }
  }
}

Or connect via URL:

{
  "mcpServers": {
    "signallord": {
      "url": "http://localhost:8100/mcp"
    }
  }
}

What You Get

The question every trader asks: "What's Bitcoin doing right now and what happens next?"

Signal Lord answers with regime detection, not price predictions:

Instead of...Signal Lord gives you...
"BTC is $84,000""Bitcoin is in a High Vol Chop regime, similar to March 2025 tariff volatility"
"Fear & Greed is 45""35% chance of consolidation, 30% chance of V-recovery based on 4 similar historical periods"
"ETF flows were +$200M""Institutional score 6.2/10 โ€” steady accumulation but not FOMO. Pattern matches post-halving 2024 buildup"

Tiers & Rate Limits

TierRegime DetailRate LimitData
FreeRegime + probabilities + top match name10/min, 500/day4 gauges + basic market data
PremiumFull historical matches + catalysts + feature vectors30/min, 2000/dayAll 8 gauges + ETF/on-chain + Odin AI
ProEverything + signals60/min, 5000/dayFull platform access

Tools (26)

Regime Detection (flagship)

ToolTierDescription
signallord_get_regimeFree*Current regime, historical matches, outcome probabilities
signallord_get_regime_historyFreeRegime evolution over time from daily snapshots

Gauges

ToolTierDescription
signallord_get_composite_scoreFreeComposite 0-100 score with regime label
signallord_get_gauge_breakdownFree*Individual gauge scores (4 free, 8 premium)
signallord_get_gauge_historyFreeHistorical scores for trend analysis

Odin AI

ToolTierDescription
signallord_get_odin_analysisFree*AI market analysis (basic free, enriched premium)
signallord_ask_odinPremiumAsk Odin a question about BTC markets

Market Data

ToolTierDescription
signallord_get_btc_metricsFree*Price, volume, derivatives (+ on-chain on premium)
signallord_get_institutional_dataPremiumETF flows, Coinbase premium, CME basis
signallord_get_macro_indicatorsFreeDXY, VIX, Fear & Greed, liquidity stack
signallord_get_what_changedFreeDay-over-day market changes

Signals & Analytics

ToolTierDescription
signallord_get_btc_vix_correlationPremiumBTC vs VIX correlation + spike detection
signallord_get_btc_gold_ratioPremiumBTC vs Gold normalized comparison
signallord_get_etf_flow_historyPremiumDaily ETF flow history (since Jan 2024)
signallord_get_exchange_flow_historyPremiumExchange flow accumulation/distribution
signallord_get_liquidation_dataFreeLiquidation momentum scoring
signallord_get_odin_track_recordFreeAI prediction accuracy and learned patterns

Cycle Indicators (v1.2.0)

ToolTierDescription
signallord_get_pi_cyclePremium111DMA vs 350DMAยท2 cross โ€” cycle-top warning
signallord_get_realized_pricePremiumSpot vs on-chain cost basis + reclaim/loss events
signallord_get_reserve_riskPremiumPrice/HODL Bank ratio banded into cycle phases
signallord_get_mtf_trendPremiumD/W/M trend alignment composite (-3 to +3)
signallord_get_hash_ribbonsPremium30/60-day hashrate MA cross + 30d divergence z-score
signallord_get_capitulation_scorePremiumComposite of volume, liquidations, funding, OI, velocity

Probability Playbooks (v1.2.0)

ToolTierDescription
signallord_get_cycle_bottom_probabilityPremiumWeighted accumulation playbook score (0-100)
signallord_get_cycle_top_probabilityPremiumWeighted distribution playbook score (0-100)

Meta (v1.2.0)

ToolTierDescription
signallord_get_data_healthFreeWhich signals are currently stale due to upstream data issues

* Returns limited data on free tier, full data on premium.

Example: Regime Detection Response

{
  "regime": "high_vol_chop",
  "regime_label": "High Vol Chop",
  "regime_confidence": 0.72,
  "regime_duration_hours": 168.5,
  "most_likely_outcome": "consolidation",
  "most_likely_outcome_label": "Consolidation โ€” went sideways for weeks",
  "most_likely_probability": 40.0,
  "outcome_probabilities": {
    "consolidation": 40.0,
    "v_recovery": 30.0,
    "reversal": 20.0,
    "correction": 10.0
  },
  "expected_move_pct": -2.5,
  "expected_timeframe_days": 35,
  "most_similar": {
    "name": "March 2025 Tariff Volatility",
    "date_range": "2025-03 to 2025-04",
    "similarity": 0.89,
    "outcome_description": "Oscillating as market digests policy uncertainty."
  },
  "historical_matches": ["...3 most similar periods with full details..."]
}

Environment Variables

VariableDefaultDescription
SIGNALLORD_API_KEY(empty)Your sk-sl-... API key
SIGNALLORD_API_BASE_URLhttp://localhost:8000Signal Lord backend URL
MCP_SERVER_PORT8100Server listen port

Testing

# Syntax check
python -m py_compile server.py

# Tier verification (against production)
SIGNALLORD_PREMIUM_KEY=sk-sl-xxx python test_tiers.py

# MCP Inspector
npx @modelcontextprotocol/inspector

Architecture

AI Agent (Claude, Cursor, etc.)
    | MCP Protocol (Streamable HTTP)
    v
signallord-mcp-server (port 8100)
    | HTTP + X-SIGNALLORD-API-KEY header
    v
Signal Lord backend API
    | Regime Detection + Historical Pattern Matching
    | 20+ real-time indicators + 8 data sources
    v
PostgreSQL + Odin AI + Pattern Database

The MCP server is a stateless protocol adapter. All data, auth, rate limiting, and regime detection is handled by the backend.

License

MIT

Related MCP Servers

M
Mcp

๐Ÿ“‡ โ˜๏ธ - Fundraising infrastructure for AI agents on Solana โ€” campaigns, x402 donations, and on-chain reputation. MCP tools for registering agents, creating campaigns, and donating via the x402 pay-to-call flow, backed by Anchor programs (agentregistry, escrow, reputation). npx -y @agentfund/mcp

๐Ÿ’ฐ Finance & Fintech1 views
M
Mcp Server

๐Ÿ“‡ โ˜๏ธ - EUR settlement for AI agents via x402 protocol. Market data, AI tools, crypto analytics โ€” pay-per-call in USDC on Base. SEPA Instant EUR off-ramp.

๐Ÿ’ฐ Finance & Fintech1 views
C
Cnb

๐Ÿ“‡ โ˜๏ธ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Czech National Bank (ฤŒNB) daily FX rates: fetch official CZK exchange rates, convert between currencies, fetch historical rates. Cached 10 min to ease upstream load. npm @czagents/cnb or HTTP at cnb.cz-agents.dev/mcp.

๐Ÿ’ฐ Finance & Fintech1 views
M
Mcp Server

๐Ÿ“‡ โ˜๏ธ - Non-custodial on-chain escrow + AI dispute arbitration for agent-to-agent USDC payments on Base. Seven tools covering the full EscrowV1 contract surface: create escrow, mark delivered with on-chain content hash, confirm or dispute, arbiter resolves with signed verdict, cancel/escalate on timeout. npx @arbitova/mcp-server

๐Ÿ’ฐ Finance & Fintech0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it โ†’
โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.