Back to MCP Servers

Signallord

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.

finance-fintechai

Installation

npx -y signallord-mcp-server

Configuration

{
  "mcpServers": {
    "signallord-mcp-server": {
      "command": "npx",
      "args": ["-y", "signallord-mcp-server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub