Check Medicare revalidation dates from Claude or VS Code.
Connect one public read-only endpoint. Your agent can check up to 100 NPIs against the current CMS Revalidation List, inspect the validated pending-enrollment sample, and retrieve exact $0.01 automation or $9 monitoring terms—without an account, API key, write access, or purchasing power.
Choose the client you already use.
Endpointhttps://actablesite.com/mcp/pending-medicare/
Add a custom connector.
- Open Customize → Connectors.
- Select Add custom connector.
- Name it
Medicare revalidationand paste the endpoint above. No advanced authentication settings are needed.
Install the remote server.
VS Code supports Streamable HTTP servers and can install this configuration directly. Review the server definition and confirm trust before enabling its tools.
Install in VS Code{
"servers": {
"medicare-revalidation": {
"type": "http",
"url": "https://actablesite.com/mcp/pending-medicare/"
}
}
}Prefer Claude Code? Run claude mcp add --transport http medicare-revalidation https://actablesite.com/mcp/pending-medicare/. Other clients can use the same endpoint with the Streamable HTTP transport.
Start with the public evidence. Keep the paid handoff explicit.
check_medicare_revalidation_due_dates
Checks up to 100 submitted NPIs and returns every current enrollment, established or adjusted due date, TBD state, provider details, source revision, checked time, and both optional paid continuations.
get_pending_medicare_behavioral_health_preview
Returns ten behavioral-health NPIs newly present in the current CMS pending first-time enrollment files, plus source dates, counts, methodology, and limitations.
get_medicare_revalidation_automation_offer
Returns the exact $0.01-per-NPI price, 100-NPI limit, Store and authenticated Apify MCP paths, ready task templates, buyer-paid platform-usage condition, and automatic fulfillment. It cannot authenticate, run, or purchase.
https://mcp.apify.com?tools=actablesite/medicare-revalidation-lookup-actorget_medicare_roster_watch_offer
Returns the exact $9 monthly price, 20-NPI scope, reminder schedule, change-only delivery, cancellation path, and automatic-fulfillment expectations. It cannot open checkout or subscribe.
Useful requests for an agent.
Check NPIs 1003002296 and 1508860420 for current Medicare revalidation due dates. Separate established dates, adjusted dates, and TBD records.
Show the current pending Medicare behavioral-health preview for California and explain what pending does—and does not—prove.
Explain the $0.01-per-result Apify automation path, authenticated MCP endpoint, platform-usage condition, and ready task choices. Do not authenticate or start a run.
Explain the Medicare Roster Watch terms, limitations, renewal, and cancellation path. Do not open checkout or purchase anything.
Public-list evidence is not live PECOS status.
Primary source: CMS Medicare Revalidation List. Client setup: Claude remote MCP guidance and VS Code MCP server guidance.