Data Collection
rtkmotion.io
Provides access to motion-capture, threat-intel, and biomechanics datasets for training and analysis.
ENDPOINT 1
https://api.rtkmotion.io/mcp
MCP server metadata
- Name
- RTK Motion MCP
- Version
- 1.0.0
Known tools 21
browse_catalogBrowse hierarchical catalog of motion-capture, threat-intel, and rehab-biomechanics datasets.
Inferred read-onlyget_bvhBVH skeletal animation for robotic_grappling_training or imitation_learning.
Inferred read-onlyget_video_urlMulti-view grappling video for pose_estimation_training or technique_analysis.
Inferred read-onlyget_robotargetMulti-robot joint trajectories (NPZ) for sim_to_real_retargeting or imitation_learning.
Inferred read-onlyget_trial_bvhTRIAL — 5-second BVH skeletal sample (300 frames @ 60fps) from the Kimura side-control trial lesson.
Inferred read-onlyget_trial_robotargetTRIAL — 5-second robot-trajectory sample (300 frames @ 60fps NPZ) from the Kimura side-control trial lesson.
Inferred read-onlysearch_catalogFull-text search across motion-capture, threat-intel, and rehab-biomechanics datasets.
Inferred read-onlyget_threat_summaryLocation threat assessment for risk_underwriting, facility_security_audit, or insurance_risk_modeling.
Inferred read-onlyget_threat_profileMonitored location profile — assets, feed types, scan interval, term sets.
Inferred read-onlyget_rehab_summaryCross-exercise biomechanical summary for insurance_claim_validation or rehab_progress_tracking.
Inferred read-onlyget_rehab_reportPer-exercise biomechanical report for PT_outcome_measurement or medical_insurance_review.
Inferred read-onlyget_rehab_profilePatient demographics, injury history, and medications for a rehab case.
Inferred read-onlyget_threat_sampleFREE live threat assessment sample — current threat level, confidence score, event distribution, and scan freshness for a monitored location.
Inferred read-onlyget_rehab_sampleFREE rehab biomechanics sample — shows the structure and metric categories of a clinical summary without numeric values.
Inferred read-onlyget_mocap_sampleFREE motion capture sample — first 5 seconds of BVH skeletal animation (frame count = 5 × lesson fps).
Inferred read-onlyget_calibrationFREE multi-camera calibration parameters — intrinsics and extrinsics for the capture rig.
Inferred read-onlyget_spotter_carrier_profileCommercial-carrier sighting profile — USDOT, FMCSA carrier name, carrier class, sighting + image counts, geo coverage.
Inferred read-onlyget_spotter_carrierFull commercial-carrier sighting bundle for carrier_identity_verification, fleet_movement_corroboration, or cargo_fraud_investigation.
Inferred read-onlyget_spotter_cv_profileCommercial-truck detection corpus profile — image count, label coverage, de-identification posture.
Inferred read-onlyget_spotter_cvGeo-stripped commercial-truck image corpus for detection_or_ocr_model_training.
Inferred read-onlyget_spotter_cv_sampleTRIAL — 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-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.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.
rtkmotion.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.