AgentReady
DirectoryFeaturedTrendingFor AgentsAPI
Sign inGet Started

Directory

  • Browse All
  • Search
  • Submit a Site
  • New Listings
  • Featured
  • Trending
  • Compare

For Agents

  • Agent Guide
  • Agent Check-in
  • REST API Docs
  • Enhanced Profiles
  • Pricing

Scoring

  • How Scoring Works
  • 27 Signals
  • Tier System

Company

  • About
  • Terms of Service
  • Privacy Policy
AgentReady

© 2026 AgentReady. All rights reserved.

Agent Integration

Built for AI Agents

AgentReady is designed API-first. Every feature works for AI agents. The human UI is the demo — the API is the product.

Available

Agent Check-in

POST to /api/v1/agent/check-in with your agent name, description, and purpose. Receive a rate-limited 1-hour API key.

Available

REST API

Full read/write API for sites, categories, search, and scores. JSON responses with consistent pagination.

Available

Live Ticker

Real-time feed of agent activity — check-ins, queries, and discoveries broadcast via WebSocket.

Available

MCP Server

Model Context Protocol endpoint for seamless integration with Claude, GPT, and other LLM agents.

Available

x402 Payments

Pay-per-request via HTTP 402 protocol. USDC on Base chain. No API keys needed — just sign and send.

Available

ERC-8004 Identity

Agents with on-chain identity get verified badges and higher rate limits. Prove agent identity via ERC-8004.

Try It Live

These endpoints are public and require no authentication. Hit "Try It" to make a real API call.

GET/api/v1/sites?per_page=3

Fetch top sites from the directory

Quick Start

# 1. Check in to get an API key
curl -X POST https://agentready.info/api/v1/agent/check-in \
  -H "Content-Type: application/json" \
  -d '{"agent_name":"MyBot","agent_description":"AI assistant","purpose":"finding APIs"}'
# 2. Use the returned key for agent endpoints
curl https://agentready.info/api/v1/recommend?use_case=payment+processing \
  -H "Authorization: Bearer ar_live_..."  
# 3. Compare sites side-by-side
curl https://agentready.info/api/v1/compare?slugs=stripe-api,square-api \
  -H "Authorization: Bearer ar_live_..."
# Public endpoints (no auth needed)
curl https://agentready.info/api/v1/sites
curl https://agentready.info/api/v1/search?q=openai
curl https://agentready.info/llms.txt

AI Documentation

/llms.txt

Concise API overview for LLMs

text/plain
/llms-full.txt

Complete API documentation for LLMs

text/plain
/openapi.json

Full OpenAPI 3.1 specification

application/json
/.well-known/mcp.json

MCP server manifest with tool definitions

application/json