Agent Interface Standard
БесплатноНе проверенSchema.org for AI agents — the open standard for agent-accessible business interfaces
Описание
Schema.org for AI agents — the open standard for agent-accessible business interfaces
README
Schema.org for AI Agents — the open standard for how businesses describe their services to AI agents.
The Vision
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.
Installation
pip install agent-interface-standard
{"mcpServers": {"agent-interface": {"command": "uvx", "args": ["agent-interface-standard"]}}}
Tools
| 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 |
The Spec Format
{
"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"}
}
Why This Matters
When AI agents become primary customers (not just humans), businesses need a standard way to be "agent-accessible." This is that standard.
More MCP Servers by AiAgentKarl
| 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 |
License
MIT
Установка Agent Interface Standard
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/AiAgentKarl/agent-interface-standardFAQ
Agent Interface Standard MCP бесплатный?
Да, Agent Interface Standard MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Agent Interface Standard?
Нет, Agent Interface Standard работает без API-ключей и переменных окружения.
Agent Interface Standard — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Agent Interface Standard в Claude Desktop, Claude Code или Cursor?
Открой Agent Interface Standard на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Agent Interface Standard with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
