news_headlines

$0.005 USDC per call

Search Google News for current headlines on any topic. Returns titles, sources, links, dates, and snippets.

Parameters
NameTypeRequiredDescription
query string required News search query (e.g. 'solana', 'AI agents', 'federal reserve')
Example Call
// MCP tool call
{
  "name": "news_headlines",
  "arguments": {
    "query": ""
}
}
Connect
// Add to your MCP config — this tool is immediately available
{
  "mcpServers": {
    "toolbooth": { "url": "https://toolbooth.io/mcp" }
  }
}
Related Tools

Try it live in the playground