Postman Tool Generation MCP Server
@MCP-Mirror
关于 Postman Tool Generation MCP Server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"postman-ai-tools": {
"command": "node",
"args": [
"/path/to/postman-tool-generation-server/build/index.js"
],
"env": {
"POSTMAN_API_KEY": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Postman Tool Generation MCP Server?
This MCP server generates AI agent tools from Postman collections and requests. It integrates with the Postman API to convert API endpoints into type-safe code that can be used with various AI frameworks. It is designed for developers using AI assistants like Claude Desktop or any MCP client.
How to use Postman Tool Generation MCP Server?
Install dependencies (npm install), build the server (npm run build), then configure the MCP settings in your Claude settings file (cline_mcp_settings.json) with the server command, path, and POSTMAN_API_KEY environment variable. The server provides a single tool called generate_ai_tool, which accepts parameters: collectionId, requestId, language (javascript or typescript), and agentFramework (openai, mistral, gemini, anthropic, langchain, or autogen).
Key features of Postman Tool Generation MCP Server
- Generate TypeScript/JavaScript code from Postman collections
- Supports multiple AI frameworks (OpenAI, Mistral, Gemini, Anthropic, LangChain, AutoGen)
- Type-safe code generation with error handling and response validation
- Generates type definitions, API integration, and documentation
Use cases of Postman Tool Generation MCP Server
- Convert Postman API endpoints into AI-usable tools for Claude Desktop or any MCP client
- Quickly create type‑safe tool code for different AI frameworks from existing Postman collections
- Automate generation of OpenAI function definitions from public API requests
- Streamline integration of Postman APIs into AI agent workflows
FAQ from Postman Tool Generation MCP Server
What AI frameworks does the server support?
It supports OpenAI, Mistral, Gemini, Anthropic, LangChain, and AutoGen.
What language options are available for generated code?
JavaScript and TypeScript.
What environment variable is required?
POSTMAN_API_KEY must be set to your Postman API key.
Does the server work with any MCP client?
Yes, it works with any MCP client like Claude Desktop and Cline.
What parameters does the generate_ai_tool tool accept?
It requires collectionId, requestId, language (javascript/typescript), and agentFramework (openai/mistral/gemini/anthropic/langchain/autogen).
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论