Labsco
jonico logo

Postman Agent Generator

β˜… 3

from jonico

An MCP server generated by Postman Agent Generator for automated API tools.

πŸ”₯βœ“ VerifiedFreeQuick setup

Workshop slides:

https://drive.google.com/drive/folders/1CQaKkrcuD8Vxam559EEdCByX0z2s-Oxc?usp=sharing

Postman Agent Generator

Welcome to your generated agent! πŸš€

This project was created with the Postman Agent Generator, configured to Model Context Provider (MCP) Server output mode. It provides you with:

  • βœ… An MCP-compatible server (mcpServer.js)
  • βœ… Automatically generated JavaScript tools for each selected Postman API request

Let's set things up!

🐳 Dockerfile (Included)

The project comes bundled with the following minimal Docker setup:

FROM node:22.12-alpine AS builder

WORKDIR /app
COPY package.json package-lock.json ./
RUN npm install

COPY . .

ENTRYPOINT ["node", "mcpServer.js"]

βž• Adding New Tools

Extend your agent with more tools easily:

  1. Visit Postman Agent Generator.
  2. Pick new API request(s), generate a new agent, and download it.
  3. Copy new generated tool(s) into your existing project's tools/ folder.
  4. Update your tools/paths.js file to include new tool references.

Example prompts and visualizations

prompts.md has some example prompts how to test the capabilities of the MCP server, which lead to visualizations like this

image

πŸ’¬ Questions & Support

Visit the Postman Agent Generator page for updates and new capabilities.

Visit the Postman Community to share what you've built, ask questions and get help.