送信

AgentWeb — Business Directory + Live Local + Travel for AI Agents

@zerabic

Free MCP for AI agents: search 72M+ businesses across 195 countries (phone, email, hours, geo) — never returns empty. Plus live local search (real-time ratings/hours/phone) and real-time travel — flights, hotels, cars, attractions, weather, currency — with booking links. 23 tools, free key.
概要

AgentWeb is the free data layer for AI agents — one MCP install gives your agent real-world data.

It serves 72M+ businesses across 195 countries with phone, email, opening hours, address and geo, and never returns empty: if a business isn't indexed yet, AgentWeb finds it live and saves it.

Beyond the directory it also does live local business search (real-time ratings, today's hours, current phone numbers) and real-time travel — flights, hotels, car rentals, attractions, weather and currency — all returning structured data with working booking links.

Includes 23 tools, prose output (about 60% fewer tokens than JSON), and agent memory. Free API key, instant signup, no credit card.

Install: npx -y agentweb-mcp (set AGENTWEB_API_KEY). Free key and docs at https://agentweb.live/#signup and https://agentweb.live/install.md

サーバー設定

{
  "mcpServers": {
    "agentweb": {
      "command": "npx",
      "args": [
        "-y",
        "agentweb-mcp"
      ],
      "env": {
        "AGENTWEB_API_KEY": "your_key_here"
      }
    }
  }
}