0
Agents
0
MCP Servers
0
Tools
0
Frameworks
0
Skills

Track the agentic AI ecosystem

Discover AI agents, MCP servers, tools, and frameworks. Open data. Open API. Real-time health monitoring.

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 →