Skip to main content
Glama
sondang91

Postman MCP Server

by sondang91

sync_from_controller

Automatically migrate API endpoints from .NET controller code to Postman collections by parsing C# controllers and generating corresponding requests with metadata.

Instructions

Auto-migrate API endpoint from .NET controller code to Postman

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
collectionIdYesPostman collection ID
controllerCodeYesFull C# controller code with XML comments
baseUrlYesBase URL (e.g., 'http://localhost:5020' or 'https://api.example.com')
apiVersionNoAPI version (e.g., '1.0') - extracted from [ApiVersion] attribute1.0
folderNameNoOptional: Folder name to organize requests (will be created if not exists)
folderIdNoOptional: Folder ID to organize requests. Takes precedence over folderName if both provided.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sondang91/postman-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server