AWP Marketplace
Discover AWP-enabled sites, integrations, and agent-ready APIs. Every entry is validated against the AWP 1.0 schema and scored automatically.
Directory
The following entries demonstrate the range of AWP-compatible implementations across industries. A live searchable registry is coming — submit your site today.
Eco-friendly product marketplace with full product catalog, cart, and order APIs. AWP reference implementation.
Directory of 800+ public OpenAPI specs with AWP function schemas auto-generated for each.
Academic paper repository with structured metadata, citations, and MCP reading tools.
Real-time weather APIs with AWP function schemas, 15-day forecasts, and natural language query support.
Developer documentation platform with token-optimized summaries for 200+ frameworks and libraries.
News archive with structured article feeds, per-category summaries, and NLP-ready excerpts.
The live, searchable marketplace with API access is launching in Q3 2026. Submit your site now to be in the first cohort.
Submit Your Site
Submitting to the AWP marketplace gives your site visibility to AI agents, LLM providers, and developers building agent-native applications. Requirements:
- Valid
/.well-known/agentic-web-protocol.json(passes AWP 1.0 validation) - AWP score ≥ 60 (run
npx create-awp analyze https://yoursite.com) - Content available at
/awp/content/summary.md - No spam, malware, or misleading agent instructions
Submit your registry entry as a JSON object:
{
"origin": "https://yourdomain.com",
"name": "Your Site",
"description": "What your site does for agents (max 200 tokens).",
"capabilities": ["content", "api"],
"category": "Commerce",
"discovery_url": "https://yourdomain.com/.well-known/agentic-web-protocol.json",
"contact": "hello@yourdomain.com",
"open_source": false
}Submit via GitHub PR to QueryXLabs/agentic-web-protocol/registry/ or email registry@agentwebprotocol.dev.
Ranking Algorithm
The marketplace score is computed automatically and updated daily. It is a weighted sum of six dimensions:
score = (
schema_validity * 0.30 + // all schemas pass AWP 1.0 validator
content_complete * 0.25 + // summary, structure, instructions present
token_efficiency * 0.20 + // all content within token budgets
latency * 0.10 + // discovery manifest responds < 500ms
freshness * 0.10 + // updated_at within last 30 days
abuse_clear * 0.05 // no reported abuse or spam content
)