ENDPOINT 1
https://99xlab.com/api/mcp
MCP server metadata
- Name
- 99xlab-public-lab
- Version
- 2.3.0
Use these read-only tools to understand public 99xlab material, expose reliance boundaries, and prepare direction. For plan_99xlab_journey, always render destination_name as a clickable Markdown link to destination_url, then include why_this_route and first_action. Never omit the URL or claim it opened. The guided link opens the relevant page with the 99xlab assistant ready to continue. No tool creates a commitment or reads private records.
Known tools 6
search_99xlab_knowledgeReturns a concise answer from the approved public 99xlab position and labels whether it is supported or still needs a human.
Inferred read-onlyfind_next_nineBuilds a bounded Dependability Brief from a named system, intolerable failure, and decision deadline.
Inferred read-onlybuild_decision_briefPackages supplied facts, unknowns, and a next test into a portable brief.
Inferred read-onlyplan_99xlab_journeyUse this when a visitor asks where to go next, what to do next, to be shown around, or to continue on 99xlab.com.
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.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.
ENDPOINT 2
https://99xlab.com
MCP server metadata
- Name
- WebMCP
Known tools 1
ask_99xlab_labAsk the proof-bearing 99xlab Lab Session a question and receive an answer with evidence, unknowns, scope, judgment, and a next test.
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.webmcp]
url = "https://99xlab.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://99xlab.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://99xlab.com
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": {
"webmcp": {
"url": "https://99xlab.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://99xlab.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://99xlab.com"
}
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.