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).
「その他」の他のコンテンツ
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Codelf
unbugA search tool helps dev to solve the naming things problem.
Servers
modelcontextprotocolModel Context Protocol Servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
コメント