INDIVIDUAL MCP TOOL
cqc_provider_info
Free discovery metadata: jurisdiction, decision tools, payment mode and x402 prices.
LIVE ENDPOINT
https://cqc-provider-mcp-production.up.railway.app/mcp
Connect to this endpoint to inspect the live schema for cqc_provider_info and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
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.cqc-provider-regulatory-decision-layer]
url = "https://cqc-provider-mcp-production.up.railway.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cqc-provider-regulatory-decision-layer": {
"type": "http",
"url": "https://cqc-provider-mcp-production.up.railway.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cqc-provider-regulatory-decision-layer
Remote MCP URL: https://cqc-provider-mcp-production.up.railway.app/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": {
"cqc-provider-regulatory-decision-layer": {
"url": "https://cqc-provider-mcp-production.up.railway.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cqc-provider-regulatory-decision-layer": {
"type": "http",
"url": "https://cqc-provider-mcp-production.up.railway.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cqc-provider-regulatory-decision-layer",
"transport": "streamable-http",
"url": "https://cqc-provider-mcp-production.up.railway.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
cqc_source_status— Free freshness/status audit for monitored official CQC evidence, including source conflicts and changes.cqc_registration_scope_preflight— Identify CQC regulated activities and registration need after modeled exceptions.cqc_location_preflight— Determine whether premises/address should be registered as a CQC location, including home care, care homes, primary care, diagnostics, ambulance and remote/online patterns.cqc_provider_structure_preflight— Determine nominated-individual and registered-manager requirements from provider legal entity and management facts.cqc_application_readiness— Check CQC new-provider application readiness and identify blocking premises, staff, DBS, role or supporting-document gaps.cqc_registration_change_preflight— Route an existing-provider CQC registration change to the correct forms, companion manager actions, timing and approval gates.cqc_statutory_notification_preflight— Determine whether a CQC statutory notification is required and return the correct route, channel, deadline, exceptions and evidence.cqc_required_documents— Return core and curated service-specific CQC supporting documents plus conditional and review-required items.