Analytics
agentnativeoffers.com
Provides audit and analysis data on companies' Agent Native Offer scores and related metrics.
ENDPOINT 1
https://agentnativeoffers.com/mcp
MCP server metadata
- Name
- agent-native-offers
- Version
- 1.0.0
AUDIE scores how ready a company's offer is for AI agent buyers. Use list_audits / get_audit to read scores (no auth). register_agent for an api_key, then request_audit, watch_company, my_audit_history, my_digest.
Known tools 9
list_auditsList every audited company with AUDIE scores, tiers, and pillar breakdown (the public leaderboard).
Inferred read-onlyget_auditGet the full Agent Native Offer Audit for one company by slug (pillars, criteria with evidence, gaps, action plan).
Inferred read-onlywatch_statsPublic aggregate counts of how many agents are watching each company (a demand signal).
Inferred read-onlycheck_audit_requestCheck the status of an audit request you submitted (received | in_review | scheduled | completed | declined).
Inferred read-onlymy_audit_historyRecall your registration profile and every audit request and watched company tied to your api_key (agent memory).
Inferred read-onlymy_digestCompounding-value digest: how much the companies you watch have improved since you started watching them.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agent-native-offers]
url = "https://agentnativeoffers.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-native-offers": {
"type": "http",
"url": "https://agentnativeoffers.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-native-offers
Remote MCP URL: https://agentnativeoffers.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agent-native-offers": {
"url": "https://agentnativeoffers.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-native-offers": {
"type": "http",
"url": "https://agentnativeoffers.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-native-offers",
"transport": "streamable-http",
"url": "https://agentnativeoffers.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for agentnativeoffers.com was fetched 2026-08-04T00:55:27.339Z and is being refreshed.
agentnativeoffers.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.