Summary
Real recorded traffic, as test material.
It hands an assistant actual request and response samples instead of invented ones, which is the difference between a test that reflects production and a test that reflects a guess about it.
What it is
A read path into recorded API test data held in Softprobe: which APIs were recorded, which records exist for one of them, the sample payloads, and a full session recording by ID.
What you get
- Every recorded API available in Softprobe
- The record IDs captured for a recorded API
- Recorded API interaction samples, returned as JSON
- A complete session recording, fetched by session ID
Requirements
Npx and Node.js, plus two environment values: SOFTPROBE_API_URL for the instance you are reading and SOFTPROBE_ACCESS_TOKEN to authenticate against it.
Setup effort
One command plus a key — npx -y @softprobe/mcp-server, then supply credentials
