@simplejacks/news-mcp
Related Servers
Alternatives to @simplejacks/news-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceEnables agents to query news and research metadata through MCP tools, either by wrapping a compatible news platform or enabling public provider adapters, while preserving attribution and publisher credit.33 npm1MIT
- FlicenseNot gradedqualityCmaintenanceEnables global news retrieval across multiple countries and categories (world, country, technology, science) via RSS feeds, exposing reusable MCP tools for fetching and searching news articles with no API keys required.-
- AlicenseNot gradedqualityBmaintenanceEnables agents to discover supported news topics, read source-linked articles, and retrieve changes from a saved cursor. It exposes standard Streamable HTTP MCP tools alongside the news API endpoints for fresh news ingestion and reliable updates.4 npm1MIT
- AlicenseNot gradedqualityCmaintenanceEnables access to Syracuse Company news API for registering accounts and fetching stories by location, industry, or organization. Supports local and remote MCP server modes.MIT
- AlicenseNot gradedqualityBmaintenanceEnables agents to discover feeds for a site, retrieve dated feed items as clean JSON, and perform keyless news searches across Google News and Bing News with deduplication and publisher attribution.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to query news articles from TheNewsAPI.com through natural-language prompts, exposing search, top stories, headlines, similar articles, article lookup, and source listing as MCP tools.MIT
TDQS
Scored across 5 tools
Each tool maps to a distinct endpoint with a clear purpose: citation file, current edition, feed, curated content, and robots. There is minor potential confusion between get_edition and get_feed since both serve current newspaper content, but the endpoint names and descriptions keep them mostly separable.
All five tools follow the same get_<resource> snake_case convention, making the naming pattern predictable and easy to guess. No mixed styles or vague verbs are present.
Five tools is well-scoped for a read-only news retrieval server. Each tool represents a distinct public endpoint, and none feel redundant or excessive.
The tool surface covers the main public newspaper resources: citation info, current edition, feed, curated content, and robots. It does not include search or article-level fetching, but for the apparent purpose of exposing the newspaper's public JSON/txt endpoints, the coverage is adequate.