@fundzwatch/mcp-server 1.2.1 → 1.2.2
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/package.json +2 -2
- package/server.json +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fundzwatch/mcp-server",
|
|
3
|
-
"version": "1.2.
|
|
4
|
-
"mcpName": "io.github.
|
|
3
|
+
"version": "1.2.2",
|
|
4
|
+
"mcpName": "io.github.Fund-z/fundzwatch",
|
|
5
5
|
"description": "MCP server for FundzWatch.ai \u2014 real-time business-event intelligence for AI agents: 14 tools (7 key-less) covering AI-scored leads, funding & exec moves, UCC refinancing windows, and Form 5500 benefit-plan signals",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"bin": {
|
package/server.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
|
-
"name": "io.github.
|
|
4
|
-
"description": "
|
|
3
|
+
"name": "io.github.Fund-z/fundzwatch",
|
|
4
|
+
"description": "Business-event intelligence for AI agents: funding, exec moves, UCC and benefit-plan signals.",
|
|
5
5
|
"version": "1.2.1",
|
|
6
6
|
"repository": {
|
|
7
7
|
"url": "https://github.com/Fund-z/fundzwatch-mcp",
|
|
@@ -20,11 +20,11 @@
|
|
|
20
20
|
"environmentVariables": [
|
|
21
21
|
{
|
|
22
22
|
"name": "FUNDZWATCH_API_KEY",
|
|
23
|
-
"description": "FundzWatch API key (optional
|
|
23
|
+
"description": "FundzWatch API key (optional \u2014 7 tools work without it). Free key at https://fundzwatch.ai/onboarding",
|
|
24
24
|
"isRequired": false,
|
|
25
25
|
"isSecret": true
|
|
26
26
|
}
|
|
27
27
|
]
|
|
28
28
|
}
|
|
29
29
|
]
|
|
30
|
-
}
|
|
30
|
+
}
|