Search Google News for current headlines on any topic. Returns titles, sources, links, dates, and snippets.
| Name | Type | Required | Description |
|---|---|---|---|
| query | string | required | News search query (e.g. 'solana', 'AI agents', 'federal reserve') |
// MCP tool call
{
"name": "news_headlines",
"arguments": {
"query": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}