Odel
agentweb mcp

agentweb mcp

Local
@zerabic3JavaScriptUpdated 4mo ago

Free business data for AI agents. 11M+ businesses, 227 countries, phone/email/hours.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmagentweb-mcpv1.5.0

Run

npx -y agentweb-mcp

MCP client config

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