search_news

Pack: currents · Endpoint: https://gateway.pipeworx.io/currents/mcp

Search global news by keyword across Currents (70k+ sources). Filter by language, category, country, and date range. Example: search_news({ keywords: “artificial intelligence”, language: “en”, limit: 15 })

Parameters

NameTypeRequiredDescription
keywordsstringyesSearch query, e.g. “climate change”, “artificial intelligence”.
languagestringnoTwo-letter language code, e.g. “en”, “es”, “fr”. Default “en”.
categorystringnoOptional category filter, e.g. “technology”, “business”. Use list_categories to see options.
countrystringnoOptional two-letter country code, e.g. “US”, “GB”, “FR”.
start_datestringnoOptional ISO 8601 start of date range, e.g. “2026-01-01T00:00:00”.
end_datestringnoOptional ISO 8601 end of date range, e.g. “2026-02-01T00:00:00”.
limitnumbernoMax number of articles to return (default 15).
_apiKeystringnoOptional Currents API key. Omit to use the platform key.

Example call

curl -X POST https://gateway.pipeworx.io/currents/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_news","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "currents": {
      "url": "https://gateway.pipeworx.io/currents/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 9, 2026