You're viewing a demo portfolio

Join the waitlist
PRSM

news_search

Active

Tool of Brave Search

declared in 0.1.0

News-specific search with publication metadata. Returns title, URL, source, age, snippet, and breaking-news flag.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "q": "stock market news"
    },
    {
      "q": "technology companies earnings",
      "count": 10,
      "country": "gb",
      "freshness": "pd",
      "search_lang": "en"
    }
  ],
  "required": [
    "q"
  ],
  "properties": {
    "q": {
      "type": "string",
      "description": "Search query"
    },
    "count": {
      "type": "number",
      "description": "Results (1-20, default 10)"
    },
    "offset": {
      "type": "number",
      "description": "0-9 page offset"
    },
    "country": {
      "type": "string",
      "description": "2-letter country code"
    },
    "freshness": {
      "type": "string",
      "description": "pd | pw | pm | py"
    },
    "search_lang": {
      "type": "string",
      "description": "2-letter language"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Brave Search

https://github.com/pipeworx-io/mcp-brave-search

1/7 registries
View full server →
news_search — Brave Search — PRSM MCP