MCP server for Signal Lord. Bitcoin regime detection intelligence for AI agents. Know which market regime you are in and the probabilities of what happens next.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"signallord-mcp-serve": {
"command": "uvx",
"args": [
"signallord-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add signallord-mcp-serve uvx signallord-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"signallord-mcp-serve": {
"command": "uvx",
"args": [
"signallord-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install signallord-mcp-server