SalehKhatri/postman-mcp
If you are the rightful owner of postman-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Postman MCP server facilitates seamless integration with the Postman API, allowing AI assistants and applications to interact with Postman workspaces, collections, requests, environments, and folders programmatically.
Tools
Functions exposed to the LLM to take actions
list_workspaces
Get all workspaces
get_workspace
Get workspace details
create_workspace
Create new workspace
update_workspace
Update workspace info
list_collections
Get collections in workspace
get_collection
Get full collection structure
create_collection
Create new collection
update_collection
Update collection metadata
delete_collection
Remove collection
add_request
Add HTTP request to collection
update_request
Modify existing request
delete_request
Remove request from collection
list_environments
Get environments in workspace
get_environment
Get environment variables
create_environment
Create new environment
update_environment
Modify environment variables
delete_environment
Remove environment
create_folder
Create folder in collection
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client