RTK Motion โ Motion Capture, Biomechanics, Threat & Fleet Intelligence
CommunityIncomplete39/100Claimstreamable-httpMITupdated 1mo ago
Agent-to-agent paid data marketplace. Two-person (dyadic) motion capture in a shared coordinate frame, rehab biomechanics, threat intelligence, and commercial-carrier truck-sighting intelligence (RTK Spotter). 21 MCP tools, gasless USDC payments via x402 (EIP-3009).
What can you do with RTK Motion โ Motion Capture, Biomechanics, Threat & Fleet Intelligence?
RTK Motion Intelligence โ MCP Server
Agent-to-agent paid data marketplace. Two-person (dyadic) motion capture in a shared coordinate frame, rehab biomechanics, threat intelligence, and commercial-carrier truck-sighting intelligence (RTK Spotter). 21 MCP tools, gasless USDC payments via x402 (EIP-3009).
rtkmotion.io ยท Developer docs ยท Live catalog ยท Pricing ยท Shared-frame mocap spec
What is this?
A live, hosted Model Context Protocol server providing agent-to-agent paid access to:
- 4D Motion Capture โ BVH skeletal animation, multi-view video, robot-ready joint trajectories (NPZ). Two-person (dyadic) capture in a shared coordinate frame: both actors' global root translation and orientation are preserved in one capture-volume frame, so contact, separation and relative pose are recoverable directly from the files. Most released datasets canonicalize each actor to its own origin, which destroys inter-actor geometry irreversibly โ see the specification and its pre-purchase verification procedure
- Rehabilitation Biomechanics โ cross-exercise summaries, per-exercise reports, ROM and asymmetry metrics
- Location Threat Intelligence โ confidence-scored alerts, event distribution, temporal context
- RTK Spotter โ Commercial Vehicle Intelligence โ de-identified commercial-carrier truck sightings (per-USDOT bundles) plus a geo-stripped truck-recognition CV/OCR training corpus. Commercial carriers only; faces + bystander plates blurred; FMCSA-public labels (USDOT, carrier, equipment)
The server runs at https://api.rtkmotion.io/mcp on Cloudflare Workers, using the streamable-HTTP MCP transport.
This repository is the public-facing manifest for catalog discovery. The server itself is hosted, not installable from this repo.
Quick start
Add to Claude Desktop / Cursor / Cline / Continue
Add to your client's MCP config (e.g. ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"rtk-motion": {
"type": "streamable-http",
"url": "https://api.rtkmotion.io/mcp"
}
}
}
Restart your client. The 21 tools become available.
See examples/ for ready-to-use config snippets and a minimal Python connect script.
Free tools (no payment, 10 total)
browse_catalogโ hierarchical catalog of all datasearch_catalogโ full-text search across motion capture, rehab, threat, and Spotter datasetsget_mocap_sampleโ first 5 s of BVH skeletal animation (300 frames at 60 fps)get_calibrationโ multi-camera capture-rig calibrationget_threat_profileโ monitored location profile (assets, feeds, scan interval)get_threat_sampleโ current threat assessment sampleget_rehab_profileโ patient demographics, injury history, medicationsget_rehab_sampleโ rehab biomechanics sampleget_spotter_carrier_profileโ commercial-carrier coverage + de-identification postureget_spotter_cv_profileโ truck CV/OCR corpus profile (image count, label schema)
Paid tools (USDC via x402, 11 total)
| Tool | Price | Output |
|---|---|---|
get_bvh |
$10 | Full BVH skeletal animation |
get_video_url |
$5 | Multi-view grappling video |
get_robotarget |
$15 | Robot-ready joint trajectories (NPZ, MoveIt/ROS/Isaac compatible) |
get_trial_bvh |
$0.25 | Trial BVH slice (5 s) โ evaluate quality |
get_trial_robotarget |
$0.25 | Trial NPZ trajectory (5 s) โ evaluate quality |
get_threat_summary |
$0.50 โ $1.00 | Location threat assessment (lite / full) |
get_rehab_summary |
$0.50 | Cross-exercise biomechanical summary |
get_rehab_report |
$0.25 | Per-exercise biomechanical report |
get_spotter_carrier |
$5 | Per-USDOT commercial-carrier sighting bundle (de-identified crops + trail) |
get_spotter_cv_sample |
$0.25 | Trial slice of the truck CV/OCR corpus |
get_spotter_cv |
$50 | Full geo-stripped truck-recognition CV/OCR training corpus |
Payment in USDC via the x402 payment protocol. Which networks are available depends on the flow:
| Flow | Networks | How |
|---|---|---|
Gasless x402 exact / EIP-3009 (preferred) |
Base | Agent signs a single-use transfer authorization and passes it as x_payment โ no gas for the buyer |
On-chain payment_tx (legacy, MCP tools) |
Base ยท Ethereum ยท Solana | Send USDC, then supply the settled transaction hash |
HTTP /paid/* routes |
Base only | CDP-facilitated; the 402 challenge advertises eip155:8453 |
Full pricing detail at api.rtkmotion.io/pricing.
Provenance
Every paid record is signed with ECDSA (secp256k1) by 0x6C11F8a21f7ca922F483Ed21C3b6c2d9B305B10C. Verification key (JWKS) at api.rtkmotion.io/.well-known/jwks.json.
Discovery surfaces
| Surface | URL |
|---|---|
| Website | rtkmotion.io ยท developer docs |
| Glama connector | glama.ai/mcp/servers/RTKMotion/motion-intelligence |
| Smithery catalog | smithery.ai/servers/RTKMotion/motion-intelligence |
| MCP Server Registry | io.rtkmotion/data (listing) |
| A2A Agent Card | api.rtkmotion.io/.well-known/agent.json |
| x402 Manifest | api.rtkmotion.io/.well-known/x402 |
| OpenAPI 3.1 | api.rtkmotion.io/openapi.json |
| Live data catalog (free) | api.rtkmotion.io/catalog |
Use cases
- Robotics โ Motion capture for sim-to-real kinematic retargeting (MoveIt/ROS/Isaac compatible NPZ trajectories). Dyadic captures support two-person interaction and contact-rich manipulation work that single-actor corpora cannot express
- Human interaction / HOI modelling โ Two-person motion in one shared coordinate frame, so contact, separation and relative pose are recoverable per frame rather than approximated
- Insurance / Underwriting โ Validate rehab claims with objective biomechanical data; assess facility risk via threat intelligence; vet commercial carriers via Spotter sighting bundles
- Physical Therapy โ Track patient progress with per-exercise biomechanical reports
- Security & Compliance โ Location threat audits, confidence-scored alerting
- Fleet & Logistics / Computer Vision โ Commercial-carrier movement corroboration and cargo-fraud investigation from de-identified truck sightings; train truck-recognition detection/OCR models on the geo-stripped CV corpus
Latency
< 500 ms typical for free tools. Cloudflare Workers global edge deployment.
Specifications
- Shared-Frame Multi-Actor Motion Capture โ a delivery specification
โ a vendor-neutral spec for delivering multi-actor mocap without destroying
inter-actor geometry, with a pre-purchase verification procedure a buyer can
run against any supplier. Draft, published for comment.
Canonical URL:
https://github.com/RTKMotion/motion-intelligence/blob/main/docs/SHARED_FRAME_MOCAP_SPEC.md
Source
This is a manifest repository for the hosted MCP server. The server implementation runs on Cloudflare Workers; the implementation source is private. For technical questions, partnership, or custom integration: support@rtkmotion.io.
License
The contents of this repository (README, examples, configuration files) are released under the MIT License โ see LICENSE.
The data products served by the MCP server are separately licensed via the per-purchase terms documented at api.rtkmotion.io/.well-known/x402 and at rtkmotion.io/legal.
Install
Add RTK Motion โ Motion Capture, Biomechanics, Threat & Fleet Intelligence to your client. Pick the one you use.
claude mcp add --transport http rtk-motion-motion-capture-biomechanics-t https://api.rtkmotion.io/mcpcodex mcp add rtk-motion-motion-capture-biomechanics-t --url https://api.rtkmotion.io/mcp{
"mcpServers": {
"rtk-motion-motion-capture-biomechanics-t": {
"url": "https://api.rtkmotion.io/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"rtk-motion-motion-capture-biomechanics-t": {
"type": "http",
"url": "https://api.rtkmotion.io/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"rtk-motion-motion-capture-biomechanics-t": {
"url": "https://api.rtkmotion.io/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"rtk-motion-motion-capture-biomechanics-t": {
"serverUrl": "https://api.rtkmotion.io/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation25/25
- Maintenance25/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 27 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.3.0Latest | Jul 28, 2026 |
| 1.2.0 | Apr 29, 2026 |
| 1.1.0 | Apr 2, 2026 |
| 1.0.0 | Mar 14, 2026 |