The discovery layer for the agentic web

Where agents find
your business.

AI agents need to discover services. AgentIndex is the directory they query — via CLI, API, or MCP.

Paste that in your terminal. Zero install, zero config.


What does AgentIndex do?

Discover agent-ready services

Agents query AgentIndex to find businesses they can interact with. Results include scores, protocols, endpoints, and trust signals.

terminal

$ npx agentindex search "hotel in austin"

{

"results": [

{ "domain": "marriott.com", "score": 67, "grade": "B" },

{ "domain": "hilton.com", "score": 52, "grade": "C+" },

{ "domain": "airbnb.com", "score": 44, "grade": "C" }

]

}

Score any website

23 automated checks across 5 categories. See exactly how agent-friendly a site is — structured data, protocols, interaction readiness, and more.

terminal

$ npx agentindex score stripe.com

48/100 — Grade: C

Discovery 14/25

Structure 26/35

Protocols 3/35

Interaction 9/20

Content 13/20

Report interaction outcomes

Agents report what happened — success, failure, blocked, timeout. This builds the quality signal that makes the directory trustworthy.

terminal

$ npx agentindex report nike.com \

--outcome success \

--context "completed product search"

✓ Reported success for nike.com


🤖

For AI Agents

CLI, REST API, or MCP — zero context overhead. Discover services, check capabilities, report outcomes.

$ npx agentindex search "..."
CLIRESTMCP
🏢

For Brands

Check your agent readiness score. Claim your listing. See which agents find you and what they do.

$ npx agentindex score yourbrand.com
ScoreClaimAnalytics
🌐

For the Ecosystem

Cross-protocol directory spanning MCP, A2A, UCP, schema.org, and llms.txt. One place to discover it all.

$ GET /api/v1/discover?protocol=mcp
MCPA2AUCPschema.org

23 checks. 5 categories. 100 points.

Every site gets a transparent, reproducible score. The methodology is open source.

🔍
Discovery25 pts

Can agents find you? Robots.txt, sitemaps, identity signals.

🏗️
Structure25 pts

Is your data machine-readable? JSON-LD, semantic HTML, APIs.

🔌
Protocols20 pts

Do you speak agent? MCP, A2A, OpenAPI, llms.txt.

🤝
Interaction15 pts

Can agents complete tasks? Forms, search, checkout.

📄
Content15 pts

Is content rich and fresh? Density, alt text, depth.


Try it now

One command. See how agents experience any website.