API Documentation

The Atlas Index API lets you search and retrieve data about MCP servers, A2A agents, and AI tools. All public endpoints are available without authentication.

Base URL:https://atlas-index-api.fly.dev

Public Endpoints

GET
/v1/search/

Search listings by keyword, category, protocol, and health status

GET
/v1/listings/{id}

Get full listing detail including health checks and similar listings

GET
/v1/listings/recent

Recently added listings

GET
/v1/listings/featured

Featured listings, optionally filtered by category

GET
/categories

List all categories with listing counts

GET
/categories/{slug}

Category detail with subcategories

GET
/categories/{slug}/listings

Listings within a category with filtering

GET
/content/trending-searches

Trending search queries

GET
/content/ecosystem-report

Weekly ecosystem statistics

GET
/stats

Platform-wide statistics

Interactive API Explorer

Try out endpoints directly in the browser with the auto-generated Swagger UI.

Open Swagger UI