world-news-api
World News API publishes a first-party MCP server that exposes eight news tools over stdio. It is a locally installed npm package - there is no hosted remote MCP endpoint - so a human installs and runs it on a machine before any agent can reach the API through it. The server proxies the same REST operations documented in the provider's OpenAPI 3 document and authenticates with the same API key, supplied through the WORLD_NEWS_API_KEY environment variable rather than a per-request header.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Documentation
Documentation link · transport stdio
Tools
search_news— Search and filter news by text, date, location, category, language, and moreget_top_news— Get the top news from a country in a language for a specific dateretrieve_newspaper_front_page— Get the front pages of newspapers from around the worldretrieve_news_articles— Retrieve information about one or more news articles by their IDsextract_news— Extract a news article from a website to a well-structured JSON objectextract_news_links— Extract news links from a news websitesearch_news_sources— Search whether a news source is being monitored by the World News APIget_geo_coordinates— Retrieve the latitude and longitude of a location name for use in location-filter
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.