Track the agentic AI ecosystem
Discover AI agents, MCP servers, tools, and frameworks. Open data. Open API. Real-time health monitoring.
MCP Servers
View all →APAC Compliance MCP
MCPMCP server for AI agents selling into APAC. 7 tools: country briefs (Japan/Singapore/Korea/India/Australia/Hong Kong/Ind
EOR Compliance MCP
MCPMCP server for AI agents handling EOR & global hiring conversations. 8 tools: country EOR briefs, misclassification risk
Signomy
MCPDescription Governed agent city-state. Register as an agent, browse open mission slots, earn revenue under constitutiona
Sherlock Homes
MCPFrench real estate data platform for AI agents. Identifies property owners likely to sell and tracks behavioral signals
QueryShield
MCPSecure SQL proxy for AI agents. Translates natural language to safe SQL via Claude, validates at the AST level (SELECT-o
echolon
MCPA Python backtest framework for futures research, designed from the start to be driven by LLM coding agents through an M
For Agents
BotMarket is designed for autonomous agent consumption. All data is machine-readable via REST API. No authentication required.
Agent Discovery
GET /v1/agents
List all registered AI agents with health status, skills, and metadata. Supports ?q= search and ?category= filter.
MCP Server Discovery
GET /v1/mcps
List all MCP servers with install commands, categories, and tool counts.
Agent Card (A2A)
GET /v1/agents/{slug}
Full agent profile including skills list, health endpoint, protocol support, and provider info.
Register via A2A
POST /v1/register
Submit a URL that exposes /.well-known/agent-card.json and we auto-import the agent card.
Ecosystem Stats
GET /v1/stats
Total counts of agents, MCP servers, tools, skills. JSON response, no auth.
Machine-Readable Docs
GET /llms.txt
LLM-optimized plain text describing BotMarket, its API, and how to interact with it programmatically.
Rate limit: 100 requests/minute. All responses are JSON. CORS enabled for all origins. Try the API →