This server converts Postman collections and requests into type-safe AI agent tools. It:
Generates TypeScript/JavaScript code from Postman collections
Creates tools compatible with multiple AI frameworks (OpenAI, Mistral, Gemini, Anthropic, LangChain, AutoGen)
Produces type-safe code with error handling and response validation
Integrates with Postman API to create AI agent tools
Provides comprehensive type definitions, API integration logic, and documentation in the generated code
Supports JavaScript code generation for AI tools created from Postman collections, including API integration and error handling.
Generates LangChain-compatible tool implementations from Postman API collections, enabling integration with the LangChain framework.
Creates OpenAI-compatible function definitions and tool implementations from Postman API collections, with proper error handling and response validation.
Enables generation of AI agent tools from Postman collections and requests, converting API endpoints into type-safe code for various AI frameworks.
Provides TypeScript code generation for AI tools, with proper type definitions for request/response objects and error handling.
Postman Tool Generation MCP Server
An MCP server that generates AI agent tools from Postman collections and requests. This server integrates with the Postman API to convert API endpoints into type-safe code that can be used with various AI frameworks.
Model Context Protocol (MCP) is a new, standardized protocol for managing context between large language models (LLMs) and external systems. In this repository, we provide an installer as well as an MCP Server for Postman Tool Generation API.
This lets you use Claude Desktop, or any MCP Client like Cline, to use natural language to accomplish things on your Postman account, e.g.:
Create an AI tool for: collectionID: 12345-abcde requestID: 67890-fghij typescript openai
Features
Generate TypeScript/JavaScript code from Postman collections
Support for multiple AI frameworks (OpenAI, Mistral, Gemini, Anthropic, LangChain, AutoGen)
Type-safe code generation
Error handling and response validation
Related MCP server: Postman MCP Generator
Demo
Setup
Install dependencies:
Build the server:
Configure the MCP settings by adding the following to your Claude settings file (
cline_mcp_settings.json):
Usage
The server provides a single tool called generate_ai_tool with the following parameters:
Example
Generated Code
The tool generates type-safe code that includes:
Type definitions for request/response
Error handling
API integration
OpenAI function definitions
Documentation and examples
Development
Install dependencies:
Make changes to
src/index.tsBuild the server:
Restart the Claude app to load the updated server
Environment Variables
POSTMAN_API_KEY: Your Postman API key (required)
Error Handling
The server includes comprehensive error handling for:
Invalid parameters
API failures
JSON parsing errors
Network issues
Error responses include detailed messages to help diagnose issues.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT License