Agent-to-agent paid data marketplace MCP server: 4D motion capture, rehab biomechanics, threat intelligence, and commercial-carrier truck-sighting intelligence (RTK Spotter). 21 tools (10 free + 11 paid). Gasless USDC via x402 (EIP-3009).
git clone https://github.com/RTKMotion/motion-intelligence{
"mcpServers": {
"motion-intelligence": {
"command": "node",
"args": ["/path/to/motion-intelligence/dist/index.js"]
}
}
}Resumen de MCP Servers
# RTK Motion Intelligence — MCP Server
[](https://smithery.ai/servers/RTKMotion/motion-intelligence)
> Agent-to-agent paid data marketplace. Motion capture, rehab biomechanics, threat intelligence, and commercial-carrier truck-sighting intelligence (RTK Spotter). 21 MCP tools, gasless USDC payments via x402 (EIP-3009).
## 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)
- **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`):
```json
{
"mcpServers": {
"rtk-motion": {
"type": "streamable-http",
"url": "https://api.rtkmotion.io/mcp"
}
}
}
```
Restart your client. The 21 tools become available.
See [`examples/`](./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 data
- `search_catalog` — full-text search across motion capture, rehab, threat, and Spotter datasets
- `get_mocap_sample` — first 5 s of BVH skeletal animation (300 frames at 60 fps)
- `get_calibration` — multi-camera capture-rig calibration
- `get_threat_profile` — monitored location profile (assets, feeds, scan interval)
- `get_threat_sample` — current threat assessment sample
- `get_rehab_profile` — patient demographics, injury history, medications
- `get_rehab_sample` — rehab biomechanics sample
- `get_spotter_carrier_profile` — commercial-carrier coverage + de-identification posture
- `get_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 via the [x402 payment protocol](https://www.x402.org/) on Base, Ethereum, or Solana. The preferred path is gasless x402 `exact` / EIP-3009 — the agent signs a single-use transfer authorization and passes it as `x_payment` (no gas for the buyer); a legacy on-chain `payment_tx` is also accepted (and is the path for Solana). Full pricing detail at [`api.rtkmotion.io/pricing`](https://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`](https://api.rtkmotion.io/.well-known/jwks.json).
## Discovery surfaces
| Surface | URL |
|---|---|
| Smithery catalog | [`smithery.ai/servers/RTKMotion/motion-intelligence`](https://smithery.ai/servers/RTKMotion/motion-intelligence) |
| MCP Server Registry | `io.rtkmotion/data` ([listing](https://registry.modelcontextprotocol.io/v0/servers?search=rtkmotion)) |
| A2A Agent Card | [`api.rtkmotion.io/.well-known/agent.json`](https://api.rtkmotion.io/.well-known/agent.json) |
| x402 Manifest | [`api.rtkmotion.io/.well-known/x402`](https://api.rtkmotion.io/.well-known/x402) |
| OpenAPI 3.1 | [`api.rtkmotion.io/openapi.json`](https://api.rtkmotion.io/openapi.json) |
| Live data catalog (free) | [`api.rtkmotion.io/catalog`](https://api.rtkmotion.io/catalog) |
## Use cases
- **Robotics** — Motion capture for sim-to-real kinematic retargeting (MoveIt/ROS/Isaac compatible NPZ trajectories)
- **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.
## 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`](mailto:support@rtkmotion.io).
## License
The contents of this repository (README, examples, configuration files) are released under the MIT License — see [LICENSE](./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`](https://api.rtkmotion.io/.well-known/x402) and at [`rtkmotion.io/legal`](https://www.rtkmotion.io/legal).
Lo que la gente pregunta sobre motion-intelligence
¿Qué es RTKMotion/motion-intelligence?
+
RTKMotion/motion-intelligence es mcp servers para el ecosistema de Claude AI. Agent-to-agent paid data marketplace MCP server: 4D motion capture, rehab biomechanics, threat intelligence, and commercial-carrier truck-sighting intelligence (RTK Spotter). 21 tools (10 free + 11 paid). Gasless USDC via x402 (EIP-3009). Tiene 1 estrellas en GitHub y se actualizó por última vez 13d ago.
¿Cómo se instala motion-intelligence?
+
Puedes instalar motion-intelligence clonando el repositorio (https://github.com/RTKMotion/motion-intelligence) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar RTKMotion/motion-intelligence?
+
RTKMotion/motion-intelligence aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene RTKMotion/motion-intelligence?
+
RTKMotion/motion-intelligence es mantenido por RTKMotion. La última actividad registrada en GitHub es de 13d ago, con 0 issues abiertos.
¿Hay alternativas a motion-intelligence?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega motion-intelligence en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/rtkmotion-motion-intelligence)<a href="https://claudewave.com/repo/rtkmotion-motion-intelligence"><img src="https://claudewave.com/api/badge/rtkmotion-motion-intelligence" alt="Featured on ClaudeWave: RTKMotion/motion-intelligence" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!