Skip to main content
Glama

News MCP Server

search_news

Search for news articles across multiple APIs with automatic failover. Retrieve relevant results in over 20 languages without managing API quotas or limits.

Instructions

Search for news articles using multiple news APIs with automatic failover. The system intelligently switches between different news APIs when one reaches its limit or fails.

Input Schema

NameRequiredDescriptionDefault
languageNoLanguage code for news articles (e.g., 'en', 'zh', 'es')en
limitNoMaximum number of articles to return (1-10)
queryYesSearch query for news articles (keywords, topics, etc.)

Input Schema (JSON Schema)

{ "properties": { "language": { "default": "en", "description": "Language code for news articles (e.g., 'en', 'zh', 'es')", "type": "string" }, "limit": { "default": 5, "description": "Maximum number of articles to return (1-10)", "maximum": 10, "minimum": 1, "type": "number" }, "query": { "description": "Search query for news articles (keywords, topics, etc.)", "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from News MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/guangxiangdebizi/news-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server