What is the AgentCanary MCP server?
Market context for AI agents: fresh regime, risk, narrative and scenario state via REST + MCP.
How to install AgentCanary
Copy-paste configuration for popular MCP clients.
AC_API_KEYsecretOptional for public get_track_record. Required for tiered AgentCanary API tools. Get one at https://app.agentcanary.ai or POST https://api.agentcanary.ai/api/keys/create with a wallet address.
{
"mcpServers": {
"agentcanary": {
"command": "npx",
"args": [
"-y",
"agentcanary-mcp"
],
"env": {
"AC_API_KEY": "<YOUR_AC_API_KEY>"
}
}
}
}{
"mcpServers": {
"agentcanary": {
"command": "npx",
"args": [
"-y",
"agentcanary-mcp"
],
"env": {
"AC_API_KEY": "<YOUR_AC_API_KEY>"
}
}
}
}{
"mcpServers": {
"agentcanary": {
"command": "npx",
"args": [
"-y",
"agentcanary-mcp"
],
"env": {
"AC_API_KEY": "<YOUR_AC_API_KEY>"
}
}
}
}{
"servers": {
"agentcanary": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentcanary-mcp"
],
"env": {
"AC_API_KEY": "<YOUR_AC_API_KEY>"
}
}
}
}claude mcp add agentcanary --env AC_API_KEY=<YOUR_AC_API_KEY> -- npx -y agentcanary-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.