← Registry

Data Collection

rtkmotion.io

Provides access to motion-capture, threat-intel, and biomechanics datasets for training and analysis.

x402 supported1 endpoint21 known toolsFirst detected July 17, 2026Last detected August 29, 2026

ENDPOINT 1

https://api.rtkmotion.io/mcp

No auth detected

MCP server metadata

Name
RTK Motion MCP
Version
1.0.0
Capabilities
tools.listChanged

Known tools 21

browse_catalog

Browse hierarchical catalog of motion-capture, threat-intel, and rehab-biomechanics datasets.

Inferred read-only
get_bvh

BVH skeletal animation for robotic_grappling_training or imitation_learning.

Inferred read-only
get_video_url

Multi-view grappling video for pose_estimation_training or technique_analysis.

Inferred read-only
get_robotarget

Multi-robot joint trajectories (NPZ) for sim_to_real_retargeting or imitation_learning.

Inferred read-only
get_trial_bvh

TRIAL — 5-second BVH skeletal sample (300 frames @ 60fps) from the Kimura side-control trial lesson.

Inferred read-only
get_trial_robotarget

TRIAL — 5-second robot-trajectory sample (300 frames @ 60fps NPZ) from the Kimura side-control trial lesson.

Inferred read-only
search_catalog

Full-text search across motion-capture, threat-intel, and rehab-biomechanics datasets.

Inferred read-only
get_threat_summary

Location threat assessment for risk_underwriting, facility_security_audit, or insurance_risk_modeling.

Inferred read-only
get_threat_profile

Monitored location profile — assets, feed types, scan interval, term sets.

Inferred read-only
get_rehab_summary

Cross-exercise biomechanical summary for insurance_claim_validation or rehab_progress_tracking.

Inferred read-only
get_rehab_report

Per-exercise biomechanical report for PT_outcome_measurement or medical_insurance_review.

Inferred read-only
get_rehab_profile

Patient demographics, injury history, and medications for a rehab case.

Inferred read-only
get_threat_sample

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

Inferred read-only
get_rehab_sample

FREE rehab biomechanics sample — shows the structure and metric categories of a clinical summary without numeric values.

Inferred read-only
get_mocap_sample

FREE motion capture sample — first 5 seconds of BVH skeletal animation (frame count = 5 × lesson fps).

Inferred read-only
get_calibration

FREE multi-camera calibration parameters — intrinsics and extrinsics for the capture rig.

Inferred read-only
get_spotter_carrier_profile

Commercial-carrier sighting profile — USDOT, FMCSA carrier name, carrier class, sighting + image counts, geo coverage.

Inferred read-only
get_spotter_carrier

Full commercial-carrier sighting bundle for carrier_identity_verification, fleet_movement_corroboration, or cargo_fraud_investigation.

Inferred read-only
get_spotter_cv_profile

Commercial-truck detection corpus profile — image count, label coverage, de-identification posture.

Inferred read-only
get_spotter_cv

Geo-stripped commercial-truck image corpus for detection_or_ocr_model_training.

Inferred read-only
get_spotter_cv_sample

TRIAL — a 10-crop slice of the geo-stripped commercial-truck detection corpus, to evaluate crop + de-identification quality before the full corpus (get_spotter_cv, $50).

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for rtkmotion.io was fetched 2026-08-03T14:04:16.143Z and is being refreshed.

Trust status Neutral

rtkmotion.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.