AI Catalog Manifest

The publishing half of the standard — the JSON manifest a domain serves at /.well-known/ai-catalog.json declaring who the host is and what agentic resources it offers, each entry typed by media type, identified by a domain-anchored urn:air: URN, and carrying an optional trustManifest for identity, compliance attestations, provenance and a detached JWS signature. Defined upstream by the ai-catalog project and extended here with discovery attributes. This is the artifact an API provider actually has to write.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/ai-catalog-manifest"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: agentic-resource-discovery:ai-catalog-manifest
name: AI Catalog Manifest
description: 'The publishing half of the standard — the JSON manifest a domain serves at /.well-known/ai-catalog.json
  declaring who the host is and what agentic resources it offers, each entry typed by media type, identified
  by a domain-anchored urn:air: URN, and carrying an optional trustManifest for identity, compliance attestations,
  provenance and a detached JWS signature. Defined upstream by the ai-catalog project and extended here
  with discovery attributes. This is the artifact an API provider actually has to write.'
humanURL: https://agenticresourcediscovery.org/ai_catalog_spec/
tags:
- Discovery
- Metadata
- Well-Known URI
properties:
- type: JSONSchema
  url: json-schema/ai-catalog.schema.json
- type: Specification
  url: https://agenticresourcediscovery.org/ai_catalog_spec/
- type: Documentation
  url: https://agenticresourcediscovery.org/how_to_publish/
- type: SourceCode
  url: https://github.com/Agent-Card/ai-catalog