You're viewing a demo portfolio

Join the waitlist
PRSM

recent_changes

Active

Tool of Stripe_connect

declared in 0.1.0

"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\")."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Stripe_connect

https://github.com/pipeworx-io/mcp-stripe_connect

1/7 registries
View full server →
recent_changes — Stripe_connect — PRSM MCP