INDIVIDUAL MCP TOOL
get_credentialing_summary
Get the credentialing summary: totals for tracked credentials, action needed, lapsed with billing at risk, due in 30 days, and sitting with the payer.
LIVE ENDPOINT
https://credcycle.artificl.us/mcp
Connect to this endpoint to inspect the live schema for get_credentialing_summary 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.credcycle]
url = "https://credcycle.artificl.us/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"credcycle": {
"type": "http",
"url": "https://credcycle.artificl.us/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: credcycle
Remote MCP URL: https://credcycle.artificl.us/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": {
"credcycle": {
"url": "https://credcycle.artificl.us/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"credcycle": {
"type": "http",
"url": "https://credcycle.artificl.us/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "credcycle",
"transport": "streamable-http",
"url": "https://credcycle.artificl.us/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_credentials— Search provider credentials by provider name, payer, or credential type.list_billing_at_risk— List providers with a lapsed or missing credential or payer enrolment — the ones whose claims are denying or about to.get_credentials_due— List credentials and payer cycles due within the next N days (default 90), including CAQH attestations and re-credentialing packets.export_credentialing_report— Export the full credentialing report as CSV text (provider, credential, due date, status, follow-up history).