Schema.org for AI Agents — the open standard for how businesses describe their services to AI agents.
Schema.org made websites machine-readable for search engines. Agent Interface Standard makes businesses machine-readable for AI agents.
Businesses publish a simple JSON spec at /.well-known/agent-interface.json describing what services they offer and how agents can interact with them.
pip install agent-interface-standard{"mcpServers": {"agent-interface": {"command": "uvx", "args": ["agent-interface-standard"]}}}| Tool | Description |
|---|---|
get_spec_template |
Get a blank template to fill out |
get_example_spec |
See a complete example (restaurant) |
validate_interface_spec |
Check your spec for errors |
register_business |
Register a business in the directory |
search_businesses |
Find agent-accessible businesses |
get_business_capabilities |
See what a business offers |
fetch_remote_spec |
Fetch a spec from a URL |
{
"agent_interface": "0.1.0",
"business": {
"name": "My Business",
"description": "What we do",
"category": "e_commerce"
},
"capabilities": [
{
"name": "search_products",
"description": "Search our product catalog",
"type": "search",
"endpoint": "https://api.mybusiness.com/search",
"method": "GET",
"parameters": [...]
}
],
"auth": {"type": "api_key"},
"pricing": {"model": "freemium"}
}When AI agents become primary customers (not just humans), businesses need a standard way to be "agent-accessible." This is that standard.
| Category | Servers |
|---|---|
| 🔗 Blockchain | Solana |
| 🌍 Data | Weather · Germany · Agriculture · Space · Aviation · EU Companies |
| 🔒 Security | Cybersecurity · Policy Gateway · Audit Trail |
| 🤖 Agent Infra | Memory · Directory · Hub · Reputation |
| 🔬 Research | Academic · LLM Benchmark · Legal |
MIT