agentweb-mcp 1.18.0 → 1.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -5
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
MCP server for [AgentWeb.live](https://agentweb.live) — the agent-native business directory.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
**70M+ businesses across 195 countries** plus **live local business search** (real-time ratings, hours, phone) and **real-time travel** (flights, hotels, car rentals, attractions, buses, weather, currency). Phone, email, hours, address, geo, social links. Returns markdown prose by default (~60% fewer tokens than JSON). Free API key, instant signup. **Never returns empty** — discovers unknown businesses from the web in real-time.
|
|
6
6
|
|
|
7
7
|
## Install
|
|
8
8
|
|
|
@@ -41,16 +41,30 @@ Config file locations:
|
|
|
41
41
|
|
|
42
42
|
3. Restart your client.
|
|
43
43
|
|
|
44
|
-
## Tools (
|
|
44
|
+
## Tools (23)
|
|
45
45
|
|
|
46
46
|
### Search & discovery
|
|
47
47
|
|
|
48
48
|
| Tool | Description |
|
|
49
49
|
|---|---|
|
|
50
|
-
| `search_businesses` | Text + geo search across
|
|
50
|
+
| `search_businesses` | Text + geo search across 70M+ businesses. Returns prose by default. |
|
|
51
|
+
| `local_search` | **Live** local business search — freshest data on the web. Real-time ratings, review counts, phone, today's hours, website, address, geo. Use for "X near Y" or when you need current info. |
|
|
51
52
|
| `suggest` | Autocomplete for business names, cities, categories. Fast (<20ms). |
|
|
52
53
|
| `trending_businesses` | Most searched businesses right now. Filter by category/city/country. |
|
|
53
54
|
|
|
55
|
+
### Travel & real-time (live data, with booking links)
|
|
56
|
+
|
|
57
|
+
| Tool | Description |
|
|
58
|
+
|---|---|
|
|
59
|
+
| `search_flights` | Flights across multiple sources (booking.com + kiwi.com), cheapest first. Airlines, prices, times, stops, booking links. |
|
|
60
|
+
| `search_hotels` | Hotels across multiple sources, cheapest first. Name, price, stars, rating, booking links. |
|
|
61
|
+
| `search_cars` | Car rentals — vehicle, supplier, price, transmission, booking links. |
|
|
62
|
+
| `search_attractions` | Tours, activities & tickets — price, rating, duration, free-cancellation, booking links. |
|
|
63
|
+
| `flixbus_search` | Bus/train routes across Europe — prices, times, transfers, booking links. |
|
|
64
|
+
| `kiwi_search_flights` | Flights via Kiwi.com (aggregates all airlines) — often cheaper. |
|
|
65
|
+
| `weather_forecast` | Current conditions + up to 14-day forecast with packing advisories. |
|
|
66
|
+
| `currency_convert` | Live ECB exchange rates, 30+ currencies. |
|
|
67
|
+
|
|
54
68
|
### Read
|
|
55
69
|
|
|
56
70
|
| Tool | Description |
|
|
@@ -88,8 +102,10 @@ After installing, just ask your agent:
|
|
|
88
102
|
|
|
89
103
|
- "Find Italian restaurants in Rome that are open right now"
|
|
90
104
|
- "What's the phone number of Blue Bottle Coffee in San Francisco?"
|
|
91
|
-
- "
|
|
92
|
-
- "
|
|
105
|
+
- "Find the cheapest flight from Copenhagen to Rome on April 25"
|
|
106
|
+
- "List hotels in Tokyo under $200/night next weekend"
|
|
107
|
+
- "Rent a car at FCO airport for 3 days and show me the cheapest option"
|
|
108
|
+
- "What's the weather in Barcelona for the next 5 days?"
|
|
93
109
|
|
|
94
110
|
## Free tier
|
|
95
111
|
|
package/dist/index.js
CHANGED