agentweb-mcp 1.1.1 → 1.1.3
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 +3 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
[](https://www.npmjs.com/package/agentweb-mcp)
|
|
5
5
|
[](https://opensource.org/licenses/MIT)
|
|
6
6
|
[](https://modelcontextprotocol.io)
|
|
7
|
+
[](https://glama.ai/mcp/servers/zerabic/agentweb-mcp)
|
|
8
|
+
[](https://github.com/zerabic/agentweb-mcp/blob/main/Dockerfile)
|
|
7
9
|
[](https://agentweb.live)
|
|
8
10
|
|
|
9
11
|
MCP (Model Context Protocol) server for [AgentWeb.live](https://agentweb.live) — a free, agent-first business directory API with **12M+ businesses across 231 countries**.
|
|
@@ -222,8 +224,7 @@ npm run build
|
|
|
222
224
|
|
|
223
225
|
- **Get an API key:** https://agentweb.live/#signup
|
|
224
226
|
- **API docs:** https://api.agentweb.live/docs
|
|
225
|
-
- **Issues:** https://github.com/zerabic/agentweb-mcp/issues
|
|
226
|
-
- **Email:** ms.olsen@outlook.com
|
|
227
|
+
- **Issues / contact:** https://github.com/zerabic/agentweb-mcp/issues
|
|
227
228
|
|
|
228
229
|
## License
|
|
229
230
|
|
package/dist/index.js
CHANGED