# AgentCanary [Health: Active]

**Category:** 💰 Finance & Fintech  
**Repository:** https://github.com/MrCerq/agentcanary-mcp  
**GitHub Stars:** 0  
**npm Downloads (last month):** 426  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/agentcanary

## Description
Cross-asset market intelligence: macro regime, signals, briefs, narratives, options, DeFi.

## Tools
Capabilities this server exposes over MCP:

- **get_briefs**
- **get_indicators**
- **get_regime**
- **get_predictions**
- **get_narratives**
- **get_news**
- **get_scores**
- **get_scenario_analysis**
- **get_signals**
- **get_defi**
- **get_btc_options**
- **get_market_structure**
- **get_central_banks**
- **get_expectations**
- **get_macro**
- **get_open_interest**
- **get_liquidations**
- **diagnose**
- **get_track_record**

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

```json
"mcpServers": {
  "agentcanary": {
    "command": "npx",
    "args": ["-y","agentcanary-mcp"]
  }
}
```

## Documentation & README

# AgentCanary MCP Server

AgentCanary's public API and MCP product were retired on 2026-07-09.

The npm package remains as a compatibility stub so existing MCP clients start cleanly and receive a clear retirement notice instead of failing on API keys or retired endpoints.

Daily AgentCanary briefs continue here:

- X: https://x.com/agentcanaryHQ
- Telegram: https://t.me/agentcanary
- Site: https://agentcanary.ai

## Usage

```bash
npx agentcanary-mcp
```

No configuration is required. All legacy tools return the same retired-status payload with the current X and Telegram locations.

## Tools

The server keeps the legacy tool names registered for compatibility:

- `get_briefs`
- `get_indicators`
- `get_regime`
- `get_predictions`
- `get_narratives`
- `get_news`
- `get_scores`
- `get_scenario_analysis`
- `get_signals`
- `get_defi`
- `get_btc_options`
- `get_market_structure`
- `get_central_banks`
- `get_expectations`
- `get_macro`
- `get_open_interest`
- `get_liquidations`
- `diagnose`
- `get_track_record`

These tools do not contact retired AgentCanary product endpoints.

