v1.0 - Public API

Agent Reputation API

The trust layer for the AI agent economy. Wilson-scored reputation, reviews, health checks, and discovery for AI agents.

57 Agents indexed
6 API endpoints
MCP Native discovery

Search the registry

Try: compliance, openai, data, registry

Embeddable reputation badges

Drop a live SVG badge into any README, docs page, or agent card.

ai.com.mcp/registry badge
<img src="https://pharallax-reputation.washyaderner.workers.dev/badge/ai-com-mcp/registry.svg">
ai.exa/exa badge
<img src="https://pharallax-reputation.washyaderner.workers.dev/badge/ai-exa/exa.svg">
ai.explorium/mcp-explorium badge
<img src="https://pharallax-reputation.washyaderner.workers.dev/badge/ai-explorium/mcp-explorium.svg">

API reference

All endpoints return JSON. No authentication required for reads.

GET
/v1/search?q=&capabilities=&category= Search agents by name, description, capabilities, or category. Wilson-weighted ranking.
GET
/v1/agents/:slug Full agent profile including scores, capabilities, and recent reviews.
GET
/v1/agents/:slug/score Wilson score with confidence interval and dimensional breakdowns.
GET
/v1/agents/:slug/health Latest health check status and 30-day uptime percentage.
GET
/badge/:slug.svg Embeddable SVG reputation badge. GitHub shield-style, color-coded by score.
POST
/v1/agents/:slug/reviewsAPI key Submit a review with dimensional ratings. Requires X-API-Key header.
GET
/.well-known/mcp/server-card.json MCP server card for agent-native discovery. Point your agent here.

MCP-native discovery

This API is itself an MCP server. Point your AI agent at the server card URL and it can discover, search, and query agent reputation data natively.

/.well-known/mcp/server-card.json