MCP server for generating Postman collections from API codebases
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"postman-collection-generator-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Postman Collection Generator MCP Server An MCP (Model Context Protocol) server that automatically generates Postman collections from API codebases. Supports multiple frameworks including FastAPI, Spring Boot, Flask, Express, and any codebase with OpenAPI/Swagger specifications. ## Features - 🚀 **Multi-Framework Support**: FastAPI, Spring Boot, Flask, Express, NestJS - 📋 **OpenAPI/Swagger First**: Automatically detects and uses OpenAPI specs when available - 🔍 **Smart Code Analysis**: Falls back to AST/pattern matching when no spec is found - 🔐 **Authentication Support**: Handles Bearer, Basic, and API Key authentication - 📁 **Organized Output**: Groups endpoints by tags or path segments - 🎯 **Accurate Detection**: Extracts request bodies, parameters, and response examples ## Installation ### For End Users (via uvx) The easiest way to use this MCP server is with `uvx`: ```bash # Install and run directly uvx postman-collection-generator-mcp # Or install globally uv tool install postman-collection-generator-mcp ``` ### For Development ```bash # Clone the repository git clone https://github.com/yourusername/postman-collection-generator-mcp.git cd postman-collection-generator-mcp # Install dependencies with Poetry poetry install # Run in development poetry run postman-collection-generator-mcp ``` ## Configuration ### Claude Desktop Configuration Add this to your Claude Desktop configuration file: **For uvx installation (recommended):** ```json { "mcpServers": { "postman-generator": { "command": "uvx", "args": ["--no-cache", "postman-collection-generator-mcp"], "env": { "BITBUCKET_EMAIL": "your-username", "BITBUCKET_API_TOKEN": "your-app-password", "output_directory": "/path/to/output" } } } } ``` **For local development:** ```json { "mcpServers": { "postman-generator": { "command": "poetry", "args": ["run", "postman-collection-generator-mcp"], "cwd": "/path/to/po…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.