An experimental MCP server Rest Client intended to be a replacement of tools postman & insomnia
Overview
What is Postmancer?
Postmancer is an experimental MCP (Model Context Protocol) server Rest Client designed to replace tools like Postman and Insomnia, enabling AI assistants to interact with RESTful APIs through natural language.
How to use Postmancer?
To use Postmancer, install it globally via npm or run it directly with npx. You can also configure it to work with AI assistants like Claude Desktop or run it using Docker.
Key features of Postmancer?
- Make HTTP requests to any REST API
- Save and organize requests in collections
- Set and use environment variables with variable substitution
- Support for multiple authentication methods (Basic, Bearer, API Key, OAuth2)
- Request/response history and testing
Use cases of Postmancer?
- API testing and management for AI assistants
- Automating HTTP requests in development workflows
- Organizing and managing API endpoints for various projects
FAQ from Postmancer?
- Is Postmancer free to use?
Yes! Postmancer is open-source and free to use.
- Can Postmancer be used with any REST API?
Yes! Postmancer can interact with any RESTful API.
- What programming language is Postmancer built with?
Postmancer is built with TypeScript.