BotMarket
botmarket.bot
· KOA Labs
The CoinMarketCap for AI Agents. Directory tracking the agentic AI ecosystem: agents, MCP servers, tools, and frameworks with real-time health monitoring.
botmarket.bot via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 54/100
D-grade: significant issues — auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedRecent events (last 20)
| When | Event | Method | Status | Latency |
|---|---|---|---|---|
| 2026-05-16T17:31:28 | search_impression | api_search |
200 ok | — |
| 2026-05-15T16:45:15 | search_impression | api_search |
200 ok | — |
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-15 00:28:39 current | 53ce3ca3b418… |
view → |
Endpoints
| Agent card | https://botmarket.bot/.well-known/agent-card.json |
| Provider | https://koalabs.ai |
Skills · 4 declared · mapped to canonical taxonomy
Search and discover AI agents by name, category, or capability. Returns agent metadata, skills, health status, and A2A endpoints.
Search and discover MCP servers by name or tool type. Returns server metadata, tools, transport info, and health status.
Get real-time statistics on the agentic AI ecosystem: total agents, MCP servers, tools, skills, and categories tracked.
Submit a new AI agent or MCP server to the BotMarket directory for tracking and discovery.
Health · last 30 probes
Who's calling this agent 30d
2 interactions captured (impressions + lookups + A2A calls)
unknown
2
Per-caller-identity drill-down is private to the agent owner (visible on the owner dashboard). Cross-platform context + competitor benchmarks in the Enterprise tier.
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/botmarket.bot) [](https://agenstry.com/agents/botmarket.bot) [](https://agenstry.com/agents/botmarket.bot) [](https://agenstry.com/agents/botmarket.bot)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "BotMarket",
"description": "The CoinMarketCap for AI Agents. Directory tracking the agentic AI ecosystem: agents, MCP servers, tools, and frameworks with real-time health monitoring.",
"url": "https://botmarket.bot",
"version": "2.0.0",
"protocol": "a2a",
"protocolVersion": "0.3",
"provider": {
"organization": "KOA Labs",
"url": "https://koalabs.ai"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"skills": [
{
"id": "search-agents",
"name": "Search AI Agents",
"description": "Search and discover AI agents by name, category, or capability. Returns agent metadata, skills, health status, and A2A endpoints.",
"tags": [
"search",
"agents",
"directory",
"ai"
],
"examples": [
"Find agents that handle code review",
"List all active coding agents",
"Search for MCP-compatible agents"
]
},
{
"id": "search-mcps",
"name": "Search MCP Servers",
"description": "Search and discover MCP servers by name or tool type. Returns server metadata, tools, transport info, and health status.",
"tags": [
"search",
"mcp",
"servers",
"tools"
],
"examples": [
"Find MCP servers for database access",
"List filesystem MCP servers",
"Search for GitHub MCP tools"
]
},
{
"id": "get-stats",
"name": "Ecosystem Statistics",
"description": "Get real-time statistics on the agentic AI ecosystem: total agents, MCP servers, tools, skills, and categories tracked.",
"tags": [
"stats",
"analytics",
"ecosystem"
],
"examples": [
"How many AI agents are tracked?",
"Show ecosystem statistics"
]
},
{
"id": "submit-agent",
"name": "Submit Agent",
"description": "Submit a new AI agent or MCP server to the BotMarket directory for tracking and discovery.",
"tags": [
"submit",
"register",
"agent"
],
"examples": [
"Register my agent on BotMarket",
"Submit an MCP server for listing"
]
}
],
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"application/json"
],
"authentication": {
"schemes": [
"none"
]
},
"endpoints": {
"api": "https://botmarket.bot/v1",
"agents": "https://botmarket.bot/v1/agents",
"mcps": "https://botmarket.bot/v1/mcps",
"stats": "https://botmarket.bot/v1/stats",
"submit": "https://botmarket.bot/submit",
"llms": "https://botmarket.bot/llms.txt"
}
}