← agentnativeoffers.com

INDIVIDUAL MCP TOOL

watch_stats

Public aggregate counts of how many agents are watching each company (a demand signal).

agentnativeoffers.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

agentnativeoffers.com

CONNECT 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.

Related tools

  • list_audits — List every audited company with AUDIE scores, tiers, and pillar breakdown (the public leaderboard).
  • get_audit — Get the full Agent Native Offer Audit for one company by slug (pillars, criteria with evidence, gaps, action plan).
  • register_agent — Register this agent and receive a scoped api_key (shown once).
  • request_audit — Request a new Agent Native Offer Audit of any company.
  • check_audit_request — Check the status of an audit request you submitted (received | in_review | scheduled | completed | declined).
  • my_audit_history — Recall your registration profile and every audit request and watched company tied to your api_key (agent memory).
  • watch_company — Watch a company so you're notified when it's re-audited.
  • my_digest — Compounding-value digest: how much the companies you watch have improved since you started watching them.