← artificl.us

INDIVIDUAL MCP TOOL

export_registration_report

Export the full controlled substance registration report as CSV text (prescriber, registration, expiry, status, reminder history).

artificl.usnone authenticationAvailability not checked

LIVE ENDPOINT

https://deawatch.artificl.us/mcp

No auth detected

Connect to this endpoint to inspect the live schema for export_registration_report 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

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

Related tools

  • search_registrations — Search controlled substance registrations by prescriber name, registration type, or location.
  • list_cannot_prescribe — List prescribers whose DEA registration or state controlled substance licence has expired — the practitioners who cannot legally write controlled prescriptions right now.
  • get_registrations_expiring — List controlled substance registrations expiring within the next N days (default 90), including state CSRs and mid-level registrations.
  • get_authority_summary — Get the controlled substance authority summary: totals for tracked registrations, renewals not started, expired, due in 30 days, and awaiting issue.