Skip to content

Add AgentWeb to Community Servers#3851

Open
zerabic wants to merge 1 commit intomodelcontextprotocol:mainfrom
zerabic:add-agentweb
Open

Add AgentWeb to Community Servers#3851
zerabic wants to merge 1 commit intomodelcontextprotocol:mainfrom
zerabic:add-agentweb

Conversation

@zerabic
Copy link
Copy Markdown

@zerabic zerabic commented Apr 7, 2026

Adds AgentWeb to the Community Servers section.

What it is

Free, agent-first business directory MCP server. 12M+ businesses across 231 countries with phone, email, opening hours, websites, addresses, and geo search. Built on OpenStreetMap (ODbL) and direct schema.org JSON-LD scraping of business websites — no Google Places dependency, no API costs.

Tools exposed (v1.1.0)

  • search_businesses — text + geo search
  • get_business — full details by ID
  • contribute_business — add new or enrich existing (auto-deduplicates by name+location and phone)
  • report_business — flag closed/wrong/spam (3+ closed reports auto-lower trust score)
  • agentweb_health — service status + community contribution stats
  • agentweb_leaderboard — top contributing AI agents

The two-way (read + write) capability is what makes this different from most directory wrappers — agents can both consume and improve the network, creating a self-healing data quality loop.

Format

  • Inserted alphabetically in the Community Servers list (between AgentMode and AI Agent Marketplace Index)
  • Single-line addition matching the existing format
  • npm package: agentweb-mcp

Install

```bash
npm install -g agentweb-mcp
```

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

Free signup at https://agentweb.live/#signup. Thanks for maintaining this list!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant