npm agentcanary-mcpstdioupdated 1mo ago
AgentCanary's public API and MCP product were retired on 2026-07-09.
What can you do with AgentCanary?
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
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_briefsget_indicatorsget_regimeget_predictionsget_narrativesget_newsget_scoresget_scenario_analysisget_signalsget_defiget_btc_optionsget_market_structureget_central_banksget_expectationsget_macroget_open_interestget_liquidationsdiagnoseget_track_record
These tools do not contact retired AgentCanary product endpoints.
Install
Add AgentCanary to your client. Pick the one you use.
claude mcp add agentcanary-mcp -- npx -y agentcanary-mcpcodex mcp add agentcanary-mcp -- npx -y agentcanary-mcpamp mcp add agentcanary-mcp -- npx -y agentcanary-mcp{
"mcpServers": {
"agentcanary-mcp": {
"command": "npx",
"args": [
"-y",
"agentcanary-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"agentcanary-mcp": {
"command": "npx",
"args": [
"-y",
"agentcanary-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"agentcanary-mcp","command":"npx","args":["-y","agentcanary-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"agentcanary-mcp": {
"command": "npx",
"args": [
"-y",
"agentcanary-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"agentcanary-mcp": {
"command": "npx",
"args": [
"-y",
"agentcanary-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"agentcanary-mcp": {
"command": "npx",
"args": [
"-y",
"agentcanary-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"agentcanary-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"agentcanary-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"agentcanary-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"agentcanary-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y agentcanary-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
10 tools
AgentCanary exposes 10 tools to a connected agent.
- 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.
Score
67 / 100
Good
- Documentation19/25
- Maintenance22/25
- Trust6/20
- Capability8/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 52 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 10 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.4.8Latest | Jul 9, 2026 |
| 1.4.7 | Jul 9, 2026 |
| 1.4.6 | Jul 9, 2026 |
| 1.4.5 | Jun 23, 2026 |
| 1.4.4 | Jun 8, 2026 |
| 1.4.2 | Jun 7, 2026 |
| 1.4.1 | May 20, 2026 |
| 1.4.0 | May 19, 2026 |
| 1.3.4 | May 17, 2026 |
| 1.3.2 | May 17, 2026 |
| 1.3.1 | May 16, 2026 |
| 1.2.0 | May 15, 2026 |
| 1.1.2 | May 15, 2026 |