ib-api-doc-mcp-server
Verified Safeby intelligencebank
Overview
This MCP server provides tools to access IntelligenceBank API documentation from Postman collections and generate AI actions based on specific requests.
Installation
node build/index.jsEnvironment 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
postman-mcp-server
The Postman MCP Server connects Postman to AI tools, giving AI agents and assistants the ability to access workspaces, manage collections and environments, evaluate APIs, and automate workflows through natural language interactions.
typingmind-mcp
A server for managing and integrating Model Context Protocol (MCP) servers with TypingMind, enabling custom AI model connections.
mcp-server-nodejs-api-docs
Provides up-to-date Node.js API documentation and release schedule information as a service via the Model Context Protocol.
investec-mcp
An MCP server that integrates with the Investec Open Banking API, enabling AI agents to access banking information and perform transactions.