Metadata-Version: 2.4
Name: signalslabs-mcp
Version: 0.1.0
Summary: MCP server for SignalsLabs — AI-powered geopolitical intelligence
Author-email: SignalsLabs <hello@signalslabs.net>
License: MIT
Keywords: geopolitical,intelligence,macro,mcp,signals,trading
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27.0
Requires-Dist: mcp[cli]>=1.0.0
Description-Content-Type: text/markdown

# SignalsLabs MCP

AI-powered geopolitical intelligence for Claude Code.

## Tools

| Tool | Description |
|------|-------------|
| `get_signals` | Get current geopolitical signals ranked by market impact |
| `get_brief` | Get PM-ready intelligence briefs on current events |
| `analyze_event` | Deep multi-order impact analysis of any geopolitical event |

## Install

```bash
/plugin install signalslabs@claude-plugins-official
```

Or manually:
```bash
uvx signalslabs-mcp
```

## Configuration

Set your API key:
```
SIGNALSLABS_API_KEY=your-key-here
```

Get a free API key at [signalslabs.net](https://signalslabs.net).

## Examples

Ask Claude:
- "What are the top geopolitical signals right now?"
- "Give me a brief on the Middle East situation"
- "Analyze the market impact of China-Taiwan escalation"
- "What geopolitical risks should I watch for European energy markets?"
