Skip to main content
Glama

Open Search MCP

by flyanima
MIT License
1
  • Apple
  • Linux

searx_news_search

Search for timely news articles across languages with privacy protection using customizable filters for time range, language, and results limit.

Instructions

Search for news using Searx with privacy protection

Input Schema

NameRequiredDescriptionDefault
languageNoNews language (e.g., "en", "zh", "es", "fr")en
maxResultsNoMaximum number of news articles to return
queryYesNews search query
timeRangeNoTime range filter: day, week, month, yearweek

Input Schema (JSON Schema)

{ "properties": { "language": { "default": "en", "description": "News language (e.g., \"en\", \"zh\", \"es\", \"fr\")", "type": "string" }, "maxResults": { "default": 15, "description": "Maximum number of news articles to return", "maximum": 50, "minimum": 1, "type": "number" }, "query": { "description": "News search query", "type": "string" }, "timeRange": { "default": "week", "description": "Time range filter: day, week, month, year", "enum": [ "day", "week", "month", "year" ], "type": "string" } }, "required": [ "query" ], "type": "object" }

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/flyanima/open-search-mcp'

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