{
  "name": "AgentWeb",
  "tagline": "The internet for AI agents",
  "description": "13M+ businesses across 195 countries. Never returns empty — discovers unknown businesses from the web in real-time. 14 tools + agent memory. Prose format (~60% fewer tokens). Free API key. Agent self-install via install.md.",
  "url": "https://agentweb.live",
  "install_url": "https://agentweb.live/install.md",
  "documentation_url": "https://api.agentweb.live/docs",
  "capabilities_url": "https://api.agentweb.live/v1/capabilities",
  "version": "1.7.1",
  "mcp_server": {
    "command": "npx",
    "args": ["-y", "agentweb-mcp"],
    "env": {
      "AGENTWEB_API_KEY": "your_key_here"
    }
  },
  "tools_count": 14,
  "tools": [
    {"name": "search_businesses", "description": "Text + geo search. Never returns empty — discovers from web in real-time."},
    {"name": "get_business", "description": "Fetch one business by slug or UUID. Prose or JSON."},
    {"name": "batch_get_businesses", "description": "Fetch up to 50 businesses in one call."},
    {"name": "suggest", "description": "Autocomplete for names, cities, categories. <20ms."},
    {"name": "trending_businesses", "description": "Most searched businesses right now."},
    {"name": "contribute_business", "description": "Add new or enrich existing. Auto-deduplicates."},
    {"name": "report_business", "description": "Flag closed / wrong / spam."},
    {"name": "agent_history", "description": "Your interaction history (90-day memory)."},
    {"name": "agent_favorites", "description": "Businesses you interact with most."},
    {"name": "agent_profile", "description": "Your agent identity + stats."},
    {"name": "agentweb_get_short", "description": "Compact shorthand (~320 bytes)."},
    {"name": "agentweb_health", "description": "Service status + live counts."},
    {"name": "agentweb_capabilities", "description": "Machine-readable API description."},
    {"name": "agentweb_leaderboard", "description": "Top contributing agents."}
  ],
  "npm": "agentweb-mcp",
  "github": "https://github.com/zerabic/agentweb-mcp",
  "auth": {
    "type": "api_key",
    "signup_url": "https://agentweb.live/#signup",
    "free_tier": true,
    "free_tier_limits": "1,000 reads/day, 120 req/min burst, unlimited writes"
  },
  "tags": ["business", "directory", "places", "geo", "phone", "agent", "free", "mcp", "real-time-discovery", "agent-memory"]
}
