Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. šŸ’» Developer Tools
  3. Postmancer
Postmancer logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 7:02:55 PM

Postmancer

User RatingsBe the first to rate and review this MCP server!
View Repository28 GitHub StarsTotal stargazers on GitHub for the source repository (28 stars).Visit Website
rest-apiapi-testingpostman-alternativedeveloper-tools

Manage REST API requests, collections, templates, variables, and response tests through an MCP-compatible AI assistant.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "hijaz-postmancer": {
      "command": "npx",
      "args": [
        "-y",
        "npx"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (7) Directory Badge Claim listing AlternativesšŸ’» More in Developer Tools

Overview

The hijaz/postmancer MCP server lets AI assistants send HTTP requests, organize reusable API requests into collections, and test REST API responses. It exposes MCP tools for direct requests, collection management, saved-request execution, and environment-variable handling. Requests can use Basic, Bearer, API key, or OAuth2 authentication, with configurable encryption for stored credentials and secret variables. Reach for it when an AI assistant needs a Postman- or Insomnia-style workflow for API testing and management.

Use cases

•Send exploratory requests to REST endpoints
•Organize reusable API calls into collections
•Execute saved requests during API checks
•Set variables for request templates
•Test API responses through an AI assistant

Key features

•Direct HTTP requests to arbitrary URLs
•Saved API request collections
•Environment-variable substitution
•Basic, Bearer, API key, and OAuth2 authentication
•Configurable encryption for credentials and secrets
•Docker and npm-based local setup

Capabilities & Tool Schemas (7) ~85 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Postmancer.

http_request

Send HTTP requests to any URL

list_collections

View all your saved API collections

list_requests

View all requests in a collection

save_request

Save a request to a collection

request_from_collection

Execute a saved request

set_environment_variable

Set variables for request templates

How Postmancer works

What hijaz/postmancer MCP server does

The hijaz/postmancer MCP server gives AI assistants an MCP interface for working with REST APIs. It can send a request directly to any URL, or execute a request saved in a named collection. Collections provide a way to organize reusable API calls instead of rebuilding each request during a conversation.

The server also supports request templates that use environment variables. An assistant can list existing variables, set new values, and reuse those values when working with saved requests. The README describes support for Basic authentication, Bearer tokens, API keys, and OAuth2. It also lists request and response history and testing among the available capabilities.

How it works

An MCP-compatible client starts Postmancer as a local process and communicates with it through the server's exposed tools. The direct request tool accepts a URL and sends the HTTP request. Collection-oriented tools let the assistant inspect available collections, enumerate the requests in one collection, save a new request, and run a saved request later.

Collection data is stored under the configured collections directory. If no directory is specified, the default location is ~/.postmancer. Environment variables are available for request templating, and variables marked as secrets can be encrypted. Credentials and tokens use a separate encryption setting. The server generates random encryption keys when the relevant settings are absent, although the documentation recommends explicitly configuring keys in production.

This workflow suits API exploration, repeatable endpoint checks, and assistants that need to retain request definitions across sessions. It does not describe a hosted API or a remote service; the supplied setup runs the MCP server locally through npm or Docker.

Setup and configuration

The hijaz/postmancer MCP server can be installed globally with npm using npm install -g postmancer, or started directly with npx postmancer. The documented non-interactive Claude Desktop configuration uses npx with -y and the postmancer package. Claude Desktop configuration files are located at %USERPROFILE%\.claude\claude_desktop_config.json on Windows and ~/.claude/claude_desktop_config.json on macOS and Linux.

Docker is also supported. The README shows the server running interactively with docker run -i --rm postmancer, optionally mounting a local collections directory at /data/collections. The example uses a placeholder host path, which must be replaced when configuring a real mount.

Configuration options include COLLECTIONS_PATH for collection storage and LOG_LEVEL for debug, info, warn, or error logging. POSTMANCER_ENCRYPTION_KEY protects credentials and tokens, while ENCRYPTION_KEY protects secret environment variables. Both logging and storage settings have defaults; the encryption settings also have fallback behavior when omitted.

Tools and capabilities

  • Send HTTP requests to any URL with http_request.
  • List saved collections with list_collections.
  • Inspect requests inside a collection with list_requests.
  • Store a request with save_request.
  • Execute a saved request with request_from_collection.
  • Set template variables with set_environment_variable.
  • Read available variables with get_environment_variables.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Developer Tools View all alternatives
  • Bruno MCP Studio logoBruno MCP Studio

    Author, read and run Bruno API collections over HTTP, gRPC and WebSocket.

    šŸ’» Developer Tools2 views
    Compare vs Bruno MCP Studio →
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    šŸ’» Developer Tools8 views
    Compare vs Claude Task Master →
  • Smithery AI Cookbook Python Quickstart logoSmithery AI Cookbook Python Quickstart

    A simple MCP server built with FastMCP and python

    šŸ’» Developer Tools3 views
    Compare vs Smithery AI Cookbook Python Quickstart →
  • MCP Server Langfuse logoMCP Server Langfuse

    MCP server to access and manage LLM application prompts created with Langfuse) Prompt Management.

    šŸ’» Developer Tools3 views
    Compare vs MCP Server Langfuse →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
28
Stargazers on the source repository.
npm downloads
60
Package downloads in the last 30 days.
Last commit
1y ago
Most recent push to the default branch.
Tools exposed
7
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Postmancer

Install it globally with `npm install -g postmancer`, or run it directly with `npx postmancer`. Docker is also supported.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewPostmancer AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/hijaz-postmancer?style=directory)](https://allmcps.com/mcp/hijaz-postmancer)
HTML Embed
<a href="https://allmcps.com/mcp/hijaz-postmancer"><img src="https://allmcps.com/api/badge/hijaz-postmancer?style=directory" alt="Postmancer on AllMCPs" /></a>

Technical Specs & Signals

CategoryšŸ’»Developer Tools
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop
Last updatedSep 7, 2026
11/11 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars28
GitHub Star CountTotal stargazers on GitHub representing community popularity (28 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 19, 2025
npm downloads60/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
55Quality signal: Good Ā· 55/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools27/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 19d ago via OSV.dev Ā· npx (npm)

ā˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in šŸ’» Developer Tools →Best MCP servers for Developers →Alternatives to Postmancer →Install in Claude DesktopInstall in CursorInstall in VS Code