dynamicfeed-mcp 1.0.0 → 1.0.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/LICENSE +21 -0
- package/README.md +5 -5
- package/package.json +7 -4
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Dynamic Feed (dynamicfeed.ai)
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# dynamicfeed-mcp
|
|
2
2
|
|
|
3
3
|
Local **stdio MCP server** for [Dynamic Feed](https://dynamicfeed.ai) — the fresh, live data AI models
|
|
4
|
-
don't have on their own:
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
don't have on their own: weather, software versions, CVEs **& actively-exploited vulns**, sanctions,
|
|
5
|
+
global disasters, earthquakes/wildfires/drought, satellites & space weather, flights, AI models
|
|
6
|
+
and more — **38 tools across 14 verticals**, all commercially-licensed & keyless.
|
|
7
7
|
|
|
8
8
|
This bridge speaks MCP over **stdio** to your local client and proxies to the remote Dynamic Feed endpoint
|
|
9
9
|
over ordinary outbound HTTPS — so it works through corporate firewalls/VPNs that block remote SSE streams,
|
|
@@ -40,8 +40,8 @@ appear.
|
|
|
40
40
|
|
|
41
41
|
## Example tools
|
|
42
42
|
|
|
43
|
-
`
|
|
43
|
+
`sports_pulse` · `current_weather` · `exploited_vulnerabilities` · `software_version` ·
|
|
44
44
|
`global_disasters` · `earthquakes` · `wildfires` · `satellite_position` · `space_weather` ·
|
|
45
|
-
`
|
|
45
|
+
`security_advisories` · `air_quality` · `live_flights` · `china_data` … and more.
|
|
46
46
|
|
|
47
47
|
MIT · [dynamicfeed.ai](https://dynamicfeed.ai)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dynamicfeed-mcp",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Local stdio MCP server for Dynamic Feed
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "Local stdio MCP server for Dynamic Feed \u2014 live data AI models lack (prices, weather, CVEs & exploited vulns, internet outages, global disasters, satellites/space, world news + more). Bridges any MCP client to dynamicfeed.ai; works through firewalls that block remote SSE.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"dynamicfeed-mcp": "index.js"
|
|
@@ -32,6 +32,9 @@
|
|
|
32
32
|
"author": "Dynamic Feed (https://dynamicfeed.ai)",
|
|
33
33
|
"repository": {
|
|
34
34
|
"type": "git",
|
|
35
|
-
"url": "https://github.com/
|
|
35
|
+
"url": "git+https://github.com/dynamicfeed/dynamicfeed-mcp.git"
|
|
36
|
+
},
|
|
37
|
+
"bugs": {
|
|
38
|
+
"url": "https://github.com/dynamicfeed/dynamicfeed-mcp/issues"
|
|
36
39
|
}
|
|
37
|
-
}
|
|
40
|
+
}
|