REST APIMCP serverNo auth required

Make your product discoverable by AI agents

AgentTrust exposes structured trust data that AI assistants, autonomous agents, and LLM-powered apps can query in real time — before recommending or purchasing on behalf of a user.

List your product free →

For founders — get discovered by AI agents

View the API →

For developers — no signup needed

Why this matters

AI agents browsing the web on behalf of users cannot read star ratings or visual review widgets. They need structured, machine-readable data. AgentTrust is the trust layer that makes your product legible to AI.

6,900%

Growth in agentic web traffic in 8 months of 2025

A rapid surge in AI-driven discovery across the public web.

$22B+

Online sales driven by AI agents in holiday 2025

AI agent conversions generated massive revenue in late 2025.

10,000+

Public MCP servers deployed by late 2025

Widespread agent discovery infrastructure across the web.

Query any product's trust profile

One GET request. No API key. Structured JSON.

GET https://agenttrust.com/api/trust/[product-slug]
curl https://agenttrust.com/api/trust/notion
{
  "schema": "agenttrust/trust/v1",
  "generated_at": "2026-05-10T10:00:00Z",
  "product": {
"name": "Notion",
"slug": "notion",
"description": "All-in-one workspace for notes and collaboration",
"url": "https://notion.so",
"category": "productivity"
},
"trust": {
"score": 84,
"grade": "A",
"breakdown": {
"rating_score": 88,
"volume_score": 90,
"recency_score": 78,
"verification_score": 75
},

},
"reviews": {
"total": 312,
"verified_customers": 198,
"average_rating": 4.6,
"distribution": { "5": 178, "4": 89, "3": 30, "2": 10, "1": 5 },
"recent": [
{
"rating": 5,
"excerpt": "Transformed how our team organizes knowledge.",
"reviewer_role": "Head of Product",
"verified_customer": true,
"date": "2026-04-30"
]

},
"revenue": {
"verified": true,
"platforms": ["stripe", "revenuecat"],
"combined": {
"mrr_usd": 6800,
"arr_usd": 81600,
"total_revenue_usd": 94200,
"paying_customers": 1247,
"mom_growth_percent": 11.2
},

},
"agent_summary": "Notion has 312 verified reviews (avg 4.6/5), trust score 84/100, and $6,800 MRR verified across Stripe and RevenueCat. 1,247 paying customers. +11.2% MoM growth.", "meta": {
"agent_queries_total": 2341,
"agent_queries_30d": 187,
"profile_url": "https://agenttrust.com/p/notion",
"cache_ttl": 3600
}
}

Key fields for agents

Field
Type
Description
trust.score
number
Composite trust score 0–100
trust.grade
string
Letter grade A–F
reviews.average_rating
number
Verified avg star rating
reviews.verified_customers
number
Reviews from confirmed paying customers
revenue.combined.mrr_usd
number
Monthly recurring revenue in USD
revenue.platforms
array
Which platforms are verified (stripe, etc.)
agent_summary
string
Pre-written summary string for LLM context

Connect via MCP

AI agents using Model Context Protocol can discover and query AgentTrust without writing raw HTTP.

https://mcp.agenttrust.com/sse

get_trust_profile

Input: product name, slug, or URL

Returns: Full trust profile JSON for that product

search_trusted_products

Input: category (string), min_trust_score (optional)

Returns: Ranked list of trusted products in that category

compare_products

Input: array of product slugs (2–4)

Returns: Side-by-side trust comparison

MCP access available on Scale plan · $99/mo

Rate limits & caching

  • • Public API: 100 requests / minute, no authentication required
  • • Responses cached for 1 hour (Cache-Control: public, max-age=3600)
  • • Higher limits or dedicated access: contact@agenttrust.com
  • • Scale plan includes API analytics — see which agents queried your profile

For founders

Get your product discovered by AI agents

Free forever. Live profile in 60 seconds.

Add your product free →

For developers

Query any product's trust data

No authentication. No signup. Just a GET request.

GET https://agenttrust.com/api/trust/[slug]
View API docs →