← rtkmotion.io

INDIVIDUAL MCP TOOL

get_threat_sample

FREE live threat assessment sample — current threat level, confidence score, event distribution, and scan freshness for a monitored location.

rtkmotion.ionone 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

rtkmotion.io

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.rtk-motion-mcp]
url = "https://api.rtkmotion.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "rtk-motion-mcp": {
      "type": "http",
      "url": "https://api.rtkmotion.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: rtk-motion-mcp
Remote MCP URL: https://api.rtkmotion.io/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": {
    "rtk-motion-mcp": {
      "url": "https://api.rtkmotion.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "rtk-motion-mcp": {
      "type": "http",
      "url": "https://api.rtkmotion.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "rtk-motion-mcp",
  "transport": "streamable-http",
  "url": "https://api.rtkmotion.io/mcp"
}
MCP Inspector

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

Related tools

  • browse_catalog — Browse hierarchical catalog of motion-capture, threat-intel, and rehab-biomechanics datasets.
  • get_bvh — BVH skeletal animation for robotic_grappling_training or imitation_learning.
  • get_video_url — Multi-view grappling video for pose_estimation_training or technique_analysis.
  • get_robotarget — Multi-robot joint trajectories (NPZ) for sim_to_real_retargeting or imitation_learning.
  • get_trial_bvh — TRIAL — 5-second BVH skeletal sample (300 frames @ 60fps) from the Kimura side-control trial lesson.
  • get_trial_robotarget — TRIAL — 5-second robot-trajectory sample (300 frames @ 60fps NPZ) from the Kimura side-control trial lesson.
  • search_catalog — Full-text search across motion-capture, threat-intel, and rehab-biomechanics datasets.
  • get_threat_summary — Location threat assessment for risk_underwriting, facility_security_audit, or insurance_risk_modeling.