← continueops.com
INDIVIDUAL MCP TOOL
get_continueops_skill
Fetch the ContinueOps Agent Skill or the condensed platform brief.
LIVE ENDPOINT
https://tjcjvxibsrxizwuajypz.supabase.co/functions/v1/mcp
Connect to this endpoint to inspect the live schema for get_continueops_skill and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.continueops-public]
url = "https://tjcjvxibsrxizwuajypz.supabase.co/functions/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"continueops-public": {
"type": "http",
"url": "https://tjcjvxibsrxizwuajypz.supabase.co/functions/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: continueops-public
Remote MCP URL: https://tjcjvxibsrxizwuajypz.supabase.co/functions/v1/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": {
"continueops-public": {
"url": "https://tjcjvxibsrxizwuajypz.supabase.co/functions/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"continueops-public": {
"type": "http",
"url": "https://tjcjvxibsrxizwuajypz.supabase.co/functions/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "continueops-public",
"transport": "streamable-http",
"url": "https://tjcjvxibsrxizwuajypz.supabase.co/functions/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
dora_readiness_assessment— Rapid gap analysis for EU DORA (Digital Operational Resilience Act) covering ICT continuity (Art.explore_compliance_framework— Look up a compliance / regulatory framework by short id.generate_bcp_plan_structure— Returns a *structural* Business Continuity Plan outline (sections, roles, RTO/RPO tiers, test cadence) tailored to org size, sector, and criticality.search_learning_lab— Search public educational content on business continuity, disaster recovery, DORA, cloud resilience, and incident management.browse_runbook_templates— List and search public runbook templates published by ContinueOps admins for the MCP catalogue.submit_feedback— Report that a public ContinueOps page or MCP tool response is incorrect, outdated, incomplete or confusing, so the team can fix it.