← testorax.com

INDIVIDUAL MCP TOOL

get_traversal_runtime

Get the Stateful Traversal Runtime substrate v1 result for a run — universal substrate (not app-specific) returning transition fingerprints, traversal memory (visitedStates / visitedRoutes / repeatedSelectors / noOpSelectors / modalBranches / authRedirects / deadEnds / branchDepth / branchBreadth), runtime novelty (uniqueTransitionRatio / repeatedTransitionRatio / noOpTransitionRatio / branchExpansionRatio / actionNoveltyScore / runtimeStagnationRisk), workflow continuity verdict (closed set: workflow_chains_detected / workflow_chains_partial / workflow_chains_blocked / workflow_dead_ends_present / no_workflow_signal — NOTE workflow_chains_verified is NEVER claimed by substrate), runtimeStagnationWarnings, doNotClaim.

testorax.comnone authenticationAvailability not checked

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 endpoint

testorax.com

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.testorax-com]
url = "https://testorax.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "testorax-com": {
      "type": "http",
      "url": "https://testorax.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: testorax-com
Remote MCP URL: https://testorax.com/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": {
    "testorax-com": {
      "url": "https://testorax.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "testorax-com": {
      "type": "http",
      "url": "https://testorax.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "testorax-com",
  "transport": "streamable-http",
  "url": "https://testorax.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools