Developer Tools
actablesite.com
Provides APIs to query Medicare enrollment, revalidation, and monitoring data for healthcare compliance and analytics.
ENDPOINT 1
https://actablesite.com/mcp/pending-medicare
MCP server metadata
- Name
- medicare-enrollment-and-revalidation-data
- Version
- 1.3.3
Use the read-only tools as current public CMS evidence. Pending status does not prove approval, enrollment, credentialing, licensure, availability, interest, or buying intent. A revalidation due date does not prove submission, receipt, acceptance, or completion. Never start a paid run, open checkout, or attempt a purchase without explicit user confirmation.
Known tools 4
get_pending_medicare_behavioral_health_previewReturn 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.
Inferred read-onlycheck_medicare_revalidation_due_datesCheck up to 100 NPIs against the current public CMS Medicare Revalidation List.
Inferred read-onlyget_medicare_roster_watch_offerReturn the exact $9 monthly price, 20-NPI scope, baseline and reminder delivery, public-source limitations, checkout and cancellation paths, and automatic-fulfillment expectations.
Inferred read-onlyCONNECT 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.
ENDPOINT 2
https://actablesite.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.actablesite-com]
url = "https://actablesite.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"actablesite-com": {
"type": "http",
"url": "https://actablesite.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: actablesite-com
Remote MCP URL: https://actablesite.com/mcp
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": {
"actablesite-com": {
"url": "https://actablesite.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"actablesite-com": {
"type": "http",
"url": "https://actablesite.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "actablesite-com",
"transport": "streamable-http",
"url": "https://actablesite.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for actablesite.com was fetched 2026-09-06T20:07:02.350Z.
actablesite.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.