PostmanToMCP
Convert any Postman Collection into a ready-to-run MCP server for Claude & AI assistants.
1 subscribers
8.9/10 popularity
321 ms avg latency
93% success rate
5 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
PostmanToMCP endpoints
| Method | Endpoint | Description |
|---|---|---|
| default | ||
| GET |
healthCheck /health |
Check if the API is online and responding. |
| POST |
createConversionService /api/services |
Step 2 — Submit the Postman Collection and the filled-in variable values to start the async MCP server generation. Returns immediately with a serviceId — processing happens in… |
| GET |
downloadMcpServerZip /api/services/{serviceId}/download |
Step 4 — Download the generated MCP server as a .zip file. Only available when status is "completed". The ZIP contains: - src/index.ts (complete MCP server with all tools) -… |
| GET |
getServiceStatus /api/services/{serviceId} |
Step 3 — Poll this endpoint every 1–2 seconds until status is "completed" or "failed". When completed, a downloadUrl is returned. Services expire after 1 hour. |
| POST |
analyzeCollection /api/analyze |
Step 1 — Upload a Postman Collection and receive the list of environment variables (base URL, API keys, tokens) that need to be filled in before generating the MCP server. Use… |
PostmanToMCP pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA Recommended | $29.99 / month | — |
|