caelian-mcp
v0.1.1
Published
Caelian competitive intelligence — live market signals in Claude, Cursor, Perplexity, and any MCP-compatible AI tool
Downloads
56
Maintainers
Readme
caelian-mcp
Competitive intelligence, live in every AI tool you use.
Ask Claude, Cursor, or any MCP-compatible AI: "What should my BD team do this week based on what competitors are doing?" — and get a real answer, grounded in live market signals.
Install in 60 seconds
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"caelian": {
"command": "npx",
"args": ["-y", "caelian-mcp"]
}
}
}Restart Claude. That's it.
Cursor / Windsurf
Add to .cursor/mcp.json:
{
"mcpServers": {
"caelian": {
"command": "npx",
"args": ["-y", "caelian-mcp"]
}
}
}Try it
Once installed, ask your AI:
- "What are the top competitive threats in B2B fintech payments right now?"
- "Show me high-urgency hiring signals from this week"
- "What should my BD team prioritize this week based on competitor moves?"
- "Which competitors are expanding into LatAm?"
Tools
| Tool | What it does |
|---|---|
| get_competitive_summary | Threat overview, signal counts, P1 actions for the week |
| get_signals | Recent signals filtered by company, type (product/hiring/market), or urgency |
| get_threat_rankings | Ranked competitor list with scores and top signals |
| get_action_items | Prioritized BD and marketing actions derived from live intelligence |
| list_verticals | All available industry verticals |
REST API
The same data is available as a REST API:
GET https://caelian-mcp.vercel.app/api/summary?vertical=fintech-payments
GET https://caelian-mcp.vercel.app/api/signals?type=hiring&urgency=high
GET https://caelian-mcp.vercel.app/api/threats
GET https://caelian-mcp.vercel.app/api/actions?priority=P1&team=bdGet your vertical
The current free tier covers B2B fintech payments. Custom verticals — your competitors, your market, your signals — are available for teams that want intelligence specific to their business.
