google-news-trends-mcp 0.2.2__py3-none-any.whl → 0.2.4__py3-none-any.whl
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.
- {google_news_trends_mcp-0.2.2.dist-info → google_news_trends_mcp-0.2.4.dist-info}/METADATA +7 -7
- {google_news_trends_mcp-0.2.2.dist-info → google_news_trends_mcp-0.2.4.dist-info}/RECORD +6 -6
- {google_news_trends_mcp-0.2.2.dist-info → google_news_trends_mcp-0.2.4.dist-info}/WHEEL +0 -0
- {google_news_trends_mcp-0.2.2.dist-info → google_news_trends_mcp-0.2.4.dist-info}/entry_points.txt +0 -0
- {google_news_trends_mcp-0.2.2.dist-info → google_news_trends_mcp-0.2.4.dist-info}/licenses/LICENSE +0 -0
- {google_news_trends_mcp-0.2.2.dist-info → google_news_trends_mcp-0.2.4.dist-info}/top_level.txt +0 -0
@@ -1,13 +1,13 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: google-news-trends-mcp
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.4
|
4
4
|
Summary: An MCP server to access RSS feeds of Google News and Google Trends
|
5
5
|
Author-email: Jesse Manek <jesse.manek@gmail.com>
|
6
6
|
License-Expression: MIT
|
7
7
|
Project-URL: Homepage, https://github.com/jmanek/google-news-trends-mcp
|
8
8
|
Project-URL: Repository, https://github.com/jmanek/google-news-trends-mcp
|
9
9
|
Project-URL: Issues, https://github.com/jmanek/google-news-trends-mcp/issues
|
10
|
-
Keywords: google,news,trends,mcp,fastmcp,llm,nlp
|
10
|
+
Keywords: google,news,rss,trends,mcp,fastmcp,llm,nlp
|
11
11
|
Requires-Python: >=3.10.18
|
12
12
|
Description-Content-Type: text/markdown
|
13
13
|
License-File: LICENSE
|
@@ -27,14 +27,14 @@ Dynamic: license-file
|
|
27
27
|
|
28
28
|
# Google News Trends MCP
|
29
29
|
|
30
|
-
An MCP server
|
30
|
+
An MCP server that slurps data from Google News and Google Trends RSS endpoints, optionally distills it with LLM/NLP, and barfs out structured results.
|
31
31
|
|
32
32
|
## Features
|
33
33
|
|
34
|
-
-
|
35
|
-
-
|
36
|
-
- Google Trends
|
37
|
-
-
|
34
|
+
- Trawl Google News RSS feeds for articles based on keyword, location, topic
|
35
|
+
- Ingest top news stories from Google News
|
36
|
+
- Snag trending search terms from Google Trends based on geographic input
|
37
|
+
- Plug in LLM/NLP pipelines to condense article payloads and extract key concepts
|
38
38
|
|
39
39
|
## Installation
|
40
40
|
|
@@ -3,9 +3,9 @@ google_news_trends_mcp/__main__.py,sha256=ysiAk_xpnnW3lrLlzdIQQa71tuGBRT8WocbecB
|
|
3
3
|
google_news_trends_mcp/cli.py,sha256=IZ4UdAQ-tBnfutLcd3lGwsukpkYbdaJyuXZf7vddfLs,4383
|
4
4
|
google_news_trends_mcp/news.py,sha256=pTAUTrM8Rkp8GaTPOLOo7BkFx9mePdQeCON7C6Q32aA,12489
|
5
5
|
google_news_trends_mcp/server.py,sha256=TYVOnUVFQk2RQTGRVyHqoOMrADlHvFmfkN-0TmsuEO8,13394
|
6
|
-
google_news_trends_mcp-0.2.
|
7
|
-
google_news_trends_mcp-0.2.
|
8
|
-
google_news_trends_mcp-0.2.
|
9
|
-
google_news_trends_mcp-0.2.
|
10
|
-
google_news_trends_mcp-0.2.
|
11
|
-
google_news_trends_mcp-0.2.
|
6
|
+
google_news_trends_mcp-0.2.4.dist-info/licenses/LICENSE,sha256=5dsv2ZI5EZIer0a9MktVmILVrlp5vqH_0tPIe3bRLgE,1067
|
7
|
+
google_news_trends_mcp-0.2.4.dist-info/METADATA,sha256=dfI_2GrPtr_koLN8OR7serg7Mk_5UrdBHB8ObSgFUkc,4570
|
8
|
+
google_news_trends_mcp-0.2.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
9
|
+
google_news_trends_mcp-0.2.4.dist-info/entry_points.txt,sha256=eVT3xd6YJQgsWAUBwhnffuwhXNF7yyt_uco6fjBy-1o,130
|
10
|
+
google_news_trends_mcp-0.2.4.dist-info/top_level.txt,sha256=RFheDbzhNnEV_Y3iFNm7jhRhY1P1wQgfiYqVpXCTD_U,23
|
11
|
+
google_news_trends_mcp-0.2.4.dist-info/RECORD,,
|
File without changes
|
{google_news_trends_mcp-0.2.2.dist-info → google_news_trends_mcp-0.2.4.dist-info}/entry_points.txt
RENAMED
File without changes
|
{google_news_trends_mcp-0.2.2.dist-info → google_news_trends_mcp-0.2.4.dist-info}/licenses/LICENSE
RENAMED
File without changes
|
{google_news_trends_mcp-0.2.2.dist-info → google_news_trends_mcp-0.2.4.dist-info}/top_level.txt
RENAMED
File without changes
|