An MCP tool that lets AI use Reqable for API testing
Reqable lets AI tools use Reqable’s features through MCP. It is built in Dart and talks to AI tools over stdio.
It needs Dart SDK 3.0 or newer, then runs from the after installing with `dart pub get`. A specific Reqable API host and port can be passed at startup; the default host is 127.0.0.1, and the port comes from the local Reqable proxy setting when available or falls back to 9000.
It exposes more than 100 tools covering HTTP testing, WebSocket testing, environments, , live capture, SSL proxying, breakpoints, request rewrites, network throttling, and . AI tools can turn captured traffic into cURL commands, open it as a new API tab, or add it to a collection.
Key points
- It connects AI tools to Reqable through MCP.
- It is a Dart that requires Dart SDK 3.0 or newer.
- It exposes more than 100 tools for and network capture workflows.
- It can create HTTP and WebSocket API tabs, manage , and work with live captured traffic.
- It may reduce manual API debugging work, but it does not directly promise lower token cost.