Convert REST API configurations into Postman collections, synchronizing endpoints while merging updates intelligently to avoid duplicates and preserve custom modifications.
Execute direct REST API calls to Salesforce to interact with data and metadata, supporting GET, POST, PATCH, and DELETE operations for custom integrations.
Execute direct REST API calls to Salesforce to interact with data, manage records, and retrieve metadata using specified HTTP methods, paths, and parameters.
Converts REST API code (like NestJS controllers or FastAPI endpoints) to Postman collections and environments, helping developers automatically sync their API endpoints with Postman.
A TypeScript-based MCP server that enables testing of REST APIs through Cline. This tool allows you to test and interact with any REST API endpoints directly from your development environment.