recent_changes
ActiveTool of Brave Search
"What's new with X" / "latest on Y" / "what happened to Z this week / month / quarter" / "updates on Acme" / "news on Tesla recently" / "what's happening with Apple" — change feed for a company in the last N days/weeks/months in ONE parallel call. Fans out to SEC EDGAR (filings since `since`), GDELT→GNews fallback (news mentions in window — GDELT preferred, GNews when rate-limited or 5xx), USPTO (patents granted; PatentsView API sunset May 2025 so this soft-fails until reactivated). `since` accepts ISO date ("2026-04-01") or relative shorthand ("7d", "30d", "3m", "1y"). Returns structured changes[] grouped by source + total_changes count + pipeworx:// citation URIs. Use entity_profile instead when you want the static profile (filings + fundamentals + LEI + patents) regardless of window.
Parameters schema
{
"type": "object",
"required": [
"type",
"value",
"since"
],
"properties": {
"type": {
"enum": [
"company"
],
"type": "string",
"description": "Entity type. Only \"company\" supported today."
},
"since": {
"type": "string",
"description": "Window start — ISO date (\"2026-04-01\") or relative (\"7d\", \"30d\", \"3m\", \"1y\"). Use \"30d\" or \"1m\" for typical monitoring."
},
"value": {
"type": "string",
"description": "Ticker (e.g., \"AAPL\") or zero-padded CIK (e.g., \"0000320193\")."
}
}
}Parent server
Brave Search
https://github.com/pipeworx-io/mcp-brave-search
1/7 registries