Directory

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.

AllCommerceDeveloper ToolsResearchPublic DataDocumentationNewsEducationCommunity
SustainableShopReference Impl
sustainableshop.example.com
98score

Eco-friendly product marketplace with full product catalog, cart, and order APIs. AWP reference implementation.

OpenAPI Spec Hub
apis.example.com
91score

Directory of 800+ public OpenAPI specs with AWP function schemas auto-generated for each.

ResearchBase
research.example.org
87score

Academic paper repository with structured metadata, citations, and MCP reading tools.

WeatherNet
weather.example.com
89score

Real-time weather APIs with AWP function schemas, 15-day forecasts, and natural language query support.

DevDocs
devdocs.example.io
85score

Developer documentation platform with token-optimized summaries for 200+ frameworks and libraries.

NewsArchive
news.example.com
82score

News archive with structured article feeds, per-category summaries, and NLP-ready excerpts.

This is a preview directory

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:

Registry entry format
{ "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:

Ranking formula
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 )
Schema Validity
30%
All schemas pass the AWP 1.0 validator without errors
Content Completeness
25%
summary.md, structure.json, and instructions.md present and non-empty
Token Efficiency
20%
All content files respect their declared token budgets
Latency
10%
Discovery manifest responds in under 500ms (p95)
Freshness
10%
updated_at timestamp is within the last 30 days
Abuse Clear
5%
No active abuse reports or spam content in agent instructions

Categories

Commerce
E-commerce stores, marketplaces, product catalogs
Documentation
Developer docs, API references, knowledge bases
Education
Courses, tutorials, learning platforms
News
News sites, blogs, media publications
Software
SaaS products, developer tools, open-source projects
Public Data
Government datasets, APIs, scientific databases
Research
Academic papers, preprints, research outputs
Community
Forums, Q&A sites, community platforms