INDIVIDUAL MCP TOOL
get_pending_medicare_behavioral_health_preview
Return the current validated 10-row public preview of behavioral-health NPIs newly present in CMS pending first-time Medicare enrollment files, with source dates, national counts, limitations, and an optional buyer-funded full-edition handoff.
LIVE ENDPOINT
https://actablesite.com/mcp/pending-medicare
Connect to this endpoint to inspect the live schema for get_pending_medicare_behavioral_health_preview and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.medicare-enrollment-and-revalidation-data]
url = "https://actablesite.com/mcp/pending-medicare"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"medicare-enrollment-and-revalidation-data": {
"type": "http",
"url": "https://actablesite.com/mcp/pending-medicare"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: medicare-enrollment-and-revalidation-data
Remote MCP URL: https://actablesite.com/mcp/pending-medicare
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"medicare-enrollment-and-revalidation-data": {
"url": "https://actablesite.com/mcp/pending-medicare"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"medicare-enrollment-and-revalidation-data": {
"type": "http",
"url": "https://actablesite.com/mcp/pending-medicare"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "medicare-enrollment-and-revalidation-data",
"transport": "streamable-http",
"url": "https://actablesite.com/mcp/pending-medicare"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
check_medicare_revalidation_due_dates— Check up to 100 NPIs against the current public CMS Medicare Revalidation List.get_medicare_revalidation_automation_offer— Return the exact $0.get_medicare_roster_watch_offer— Return the exact $9 monthly price, 20-NPI scope, baseline and reminder delivery, public-source limitations, checkout and cancellation paths, and automatic-fulfillment expectations.