Productivity
artificl.us
Manages healthcare provider credentialing, tracks billing risks, and exports credentialing reports.
ENDPOINT 1
https://credcycle.artificl.us/mcp
MCP server metadata
- Name
- credcycle
- Version
- 0.1.0
Known tools 5
search_credentialsSearch provider credentials by provider name, payer, or credential type.
Inferred read-onlylist_billing_at_riskList providers with a lapsed or missing credential or payer enrolment — the ones whose claims are denying or about to.
Inferred read-onlyget_credentials_dueList credentials and payer cycles due within the next N days (default 90), including CAQH attestations and re-credentialing packets.
Inferred read-onlyget_credentialing_summaryGet the credentialing summary: totals for tracked credentials, action needed, lapsed with billing at risk, due in 30 days, and sitting with the payer.
Inferred read-onlyexport_credentialing_reportExport the full credentialing report as CSV text (provider, credential, due date, status, follow-up history).
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.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.
ENDPOINT 2
https://deawatch.artificl.us/mcp
MCP server metadata
- Name
- deawatch
- Version
- 0.1.0
Known tools 5
search_registrationsSearch controlled substance registrations by prescriber name, registration type, or location.
Inferred read-onlylist_cannot_prescribeList prescribers whose DEA registration or state controlled substance licence has expired — the practitioners who cannot legally write controlled prescriptions right now.
Potential side effectsget_registrations_expiringList controlled substance registrations expiring within the next N days (default 90), including state CSRs and mid-level registrations.
Inferred read-onlyget_authority_summaryGet the controlled substance authority summary: totals for tracked registrations, renewals not started, expired, due in 30 days, and awaiting issue.
Inferred read-onlyexport_registration_reportExport the full controlled substance registration report as CSV text (prescriber, registration, expiry, status, reminder history).
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.deawatch]
url = "https://deawatch.artificl.us/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"deawatch": {
"type": "http",
"url": "https://deawatch.artificl.us/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: deawatch
Remote MCP URL: https://deawatch.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": {
"deawatch": {
"url": "https://deawatch.artificl.us/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"deawatch": {
"type": "http",
"url": "https://deawatch.artificl.us/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "deawatch",
"transport": "streamable-http",
"url": "https://deawatch.artificl.us/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://driverfile.artificl.us/mcp
MCP server metadata
- Name
- driverfile
- Version
- 0.1.0
Known tools 5
search_dq_itemsSearch driver qualification file items by driver name or item type.
Inferred read-onlylist_audit_risksList driver qualification file items that are missing or out of date — the items that would be findings in a DOT compliance review today.
Inferred read-onlyget_items_dueList DQ file items coming due within the next N days (default 30), including medical cards, MVR reviews, and Clearinghouse queries.
Inferred read-onlyget_dq_summaryGet the driver qualification file summary: totals for tracked items, missing from file, out of date, due in 14 days, and awaiting filing.
Inferred read-onlyexport_dq_reportExport the full driver qualification file report as CSV text (driver, item, due date, status, chase history).
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.driverfile]
url = "https://driverfile.artificl.us/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"driverfile": {
"type": "http",
"url": "https://driverfile.artificl.us/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: driverfile
Remote MCP URL: https://driverfile.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": {
"driverfile": {
"url": "https://driverfile.artificl.us/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"driverfile": {
"type": "http",
"url": "https://driverfile.artificl.us/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "driverfile",
"transport": "streamable-http",
"url": "https://driverfile.artificl.us/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 4
https://hooddue.artificl.us/mcp
MCP server metadata
- Name
- hooddue
- Version
- 0.1.0
Known tools 5
search_servicesSearch kitchen compliance intervals by area, system, service type, or permit.
Inferred read-onlylist_overdue_servicesList overdue fire safety and health compliance intervals — the ones that create insurance and inspection exposure right now.
Potential side effectsget_services_dueList services and permits due within the next N days (default 30), including hood cleanings, suppression inspections, and permit renewals.
Inferred read-onlyget_compliance_summaryGet the kitchen compliance summary: totals for tracked intervals, not scheduled, overdue with policy risk, due this week, and awaiting tags.
Inferred read-onlyexport_compliance_logExport the full kitchen compliance log as CSV text (area, service, next due, status, chase history).
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.hooddue]
url = "https://hooddue.artificl.us/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hooddue": {
"type": "http",
"url": "https://hooddue.artificl.us/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hooddue
Remote MCP URL: https://hooddue.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": {
"hooddue": {
"url": "https://hooddue.artificl.us/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hooddue": {
"type": "http",
"url": "https://hooddue.artificl.us/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hooddue",
"transport": "streamable-http",
"url": "https://hooddue.artificl.us/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 5
https://liftlog.artificl.us/mcp
MCP server metadata
- Name
- liftlog
- Version
- 0.1.0
Known tools 5
search_requirementsSearch lift compliance requirements by operator name, machine, or requirement type.
Inferred read-onlylist_citable_itemsList overdue or missing compliance items — the ones that would be citable in an OSHA inspection or damaging in an injury investigation.
Inferred read-onlyget_requirements_dueList operator evaluations, inspections, and maintenance intervals due within the next N days (default 30).
Inferred read-onlyget_lift_summaryGet the lift compliance summary: totals for tracked requirements, not done, overdue and citable, due this week, and awaiting records.
Inferred read-onlyexport_lift_logExport the full lift compliance log as CSV text (operator or machine, requirement, next due, status, chase history).
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.liftlog]
url = "https://liftlog.artificl.us/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"liftlog": {
"type": "http",
"url": "https://liftlog.artificl.us/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: liftlog
Remote MCP URL: https://liftlog.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": {
"liftlog": {
"url": "https://liftlog.artificl.us/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"liftlog": {
"type": "http",
"url": "https://liftlog.artificl.us/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "liftlog",
"transport": "streamable-http",
"url": "https://liftlog.artificl.us/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 6
https://subproof.artificl.us/mcp
MCP server metadata
- Name
- subproof
- Version
- 0.1.0
Known tools 5
list_uninsured_subsList subcontractors with lapsed or missing insurance documents — the ones creating liability exposure right now.
Inferred read-onlyget_expiring_coverList subcontractor documents expiring within the next N days (default 30) so certificates can be renewed before a sub goes uncovered.
Inferred read-onlyget_compliance_summaryGet the subcontractor compliance summary: totals for tracked, not received, lapsed cover, lapsing this week, and awaiting check.
Inferred read-onlyexport_compliance_reportExport the full subcontractor compliance report as CSV text (sub, document, due date, status, request history).
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.subproof]
url = "https://subproof.artificl.us/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"subproof": {
"type": "http",
"url": "https://subproof.artificl.us/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: subproof
Remote MCP URL: https://subproof.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": {
"subproof": {
"url": "https://subproof.artificl.us/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"subproof": {
"type": "http",
"url": "https://subproof.artificl.us/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "subproof",
"transport": "streamable-http",
"url": "https://subproof.artificl.us/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 7
https://vendorping.artificl.us/mcp
MCP server metadata
- Name
- vendorping
- Version
- 0.1.0
Known tools 5
search_vendor_docsSearch tracked vendor documents by vendor name or document type.
Inferred read-onlylist_missing_docsList every vendor document that is still missing (not yet received), most critical first — expired/overdue at the top, then by days remaining.
Inferred read-onlyget_expiring_docsList vendor documents expiring within the next N days (default 30), including ones already received, so renewals can be requested before they lapse.
Inferred read-onlyget_compliance_summaryGet the compliance dashboard summary: totals for tracked, missing, expired/overdue, due this week, and awaiting review.
Inferred read-onlyexport_vendor_reportExport the full vendor document report as CSV text (vendor, doc type, due date, status, request history).
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.vendorping]
url = "https://vendorping.artificl.us/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vendorping": {
"type": "http",
"url": "https://vendorping.artificl.us/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vendorping
Remote MCP URL: https://vendorping.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": {
"vendorping": {
"url": "https://vendorping.artificl.us/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vendorping": {
"type": "http",
"url": "https://vendorping.artificl.us/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vendorping",
"transport": "streamable-http",
"url": "https://vendorping.artificl.us/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.