← artificl.us

INDIVIDUAL MCP TOOL

export_credentialing_report

Export the full credentialing report as CSV text (provider, credential, due date, status, follow-up history).

artificl.usnone authenticationAvailability not checked

LIVE ENDPOINT

https://credcycle.artificl.us/mcp

No auth detected

Connect to this endpoint to inspect the live schema for export_credentialing_report and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent server

artificl.us

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.
  • 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.