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"
}
}
}
}