Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Agent Interface Standard

FreeNot checked

Schema.org for AI agents — the open standard for agent-accessible business interfaces

GitHubEmbed

About

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

→ Full catalog (40+ servers)

License

MIT

from github.com/AiAgentKarl/agent-interface-standard

Installing Agent Interface Standard

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/AiAgentKarl/agent-interface-standard

FAQ

Is Agent Interface Standard MCP free?

Yes, Agent Interface Standard MCP is free — one-click install via Unyly at no cost.

Does Agent Interface Standard need an API key?

No, Agent Interface Standard runs without API keys or environment variables.

Is Agent Interface Standard hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Agent Interface Standard in Claude Desktop, Claude Code or Cursor?

Open Agent Interface Standard on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Agent Interface Standard with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs