@pedroebineraivia/topic-scout-mcp-server
v1.0.0
Published
Topic Scout MCP Server for finding trending topics via NewsAPI
Maintainers
Readme
@topic-scout/mcp-server
Topic Scout MCP Server for finding trending topics via NewsAPI.
Installation
npm install -g @topic-scout/mcp-serverUsage
Command Line
npx -y @topic-scout/mcp-serverEnvironment Variables
NEWS_API_KEY: Your NewsAPI.org API key
Features
- search_news_articles: Search for news articles on specific topics
- get_news_sources: Get list of available news sources
Example Usage
# Set environment variable
export NEWS_API_KEY=your-api-key-here
# Run the server
npx -y @topic-scout/mcp-serverMCP Tools
search_news_articles
Search for news articles on a specific topic.
Parameters:
topic: The topic to search fortimeframe: Time frame for search (1d, 7d, 30d)max_articles: Maximum number of articles to returnlanguage: Language code (en, pt, etc.)
get_news_sources
Get list of available news sources.
Parameters:
category: News categorylanguage: Language code
License
MIT
