INDIVIDUAL MCP TOOL
find_next_nine
Builds a bounded Dependability Brief from a named system, intolerable failure, and decision deadline.
LIVE ENDPOINT
https://99xlab.com/api/mcp
Connect to this endpoint to inspect the live schema for find_next_nine 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
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.99xlab-public-lab]
url = "https://99xlab.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"99xlab-public-lab": {
"type": "http",
"url": "https://99xlab.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: 99xlab-public-lab
Remote MCP URL: https://99xlab.com/api/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": {
"99xlab-public-lab": {
"url": "https://99xlab.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"99xlab-public-lab": {
"type": "http",
"url": "https://99xlab.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "99xlab-public-lab",
"transport": "streamable-http",
"url": "https://99xlab.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Searches bounded public 99xlab material.fetch— Fetches one public source returned by search using its stable source ID.search_99xlab_knowledge— Returns a concise answer from the approved public 99xlab position and labels whether it is supported or still needs a human.build_decision_brief— Packages supplied facts, unknowns, and a next test into a portable brief.plan_99xlab_journey— Use this when a visitor asks where to go next, what to do next, to be shown around, or to continue on 99xlab.com.