Back to Home
intelligencebank icon

ib-api-doc-mcp-server

Verified Safe

by intelligencebank

Overview

This MCP server provides tools to access IntelligenceBank API documentation from Postman collections and generate AI actions based on specific requests.

Installation

Run Command
node build/index.js

Environment Variables

  • POSTMAN_API_KEY
  • IB_API_ENVIRONMENT

Security Notes

The server retrieves the Postman API key from environment variables (POSTMAN_API_KEY), which is a good practice for sensitive information. It connects to a legitimate Postman API endpoint via HTTPS. While it generates code based on Postman request bodies (e.g., 'raw' content), this content originates from the Postman collection itself, not direct user input to the generation function, mitigating direct code injection risks within the server. The generated code is intended for external consumption and should be reviewed before execution. Hardcoded collection IDs are for IntelligenceBank's internal use, not a general security flaw.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-12-03

Tags

Postman APIAPI DocumentationAI Action GenerationMCP ServerTypeScript