intelligencebank/ib-api-doc-mcp-server
If you are the rightful owner of ib-api-doc-mcp-server 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.
A Model Context Protocol (MCP) server that provides tools for retrieving documentation from Postman collections and generating AI actions.
The IB API Documentation MCP server is designed to facilitate the retrieval and management of Postman collections, enabling users to generate AI-driven actions efficiently. It offers a comprehensive suite of features that allow users to list, search, and navigate through Postman collections, providing detailed request and response information. The server supports code generation in TypeScript/JavaScript and integrates seamlessly with various AI frameworks. It is equipped with tools to handle response examples comprehensively, ensuring users can access and utilize example data effectively. The server is built with a focus on ease of use, offering detailed documentation and configuration guides to assist users in setting up and maintaining their MCP server installations.
Features
- List and search Postman collections
- Navigate collection structures
- Get detailed request information
- Generate code actions from Postman requests
- TypeScript/JavaScript code generation
Usages
usage with local development
{ "mcp": { "servers": { "ib-api-doc": { "command": "npm", "args": [ "run", "build" ] } } } }
usage with vscode
{ "mcp": { "servers": { "ib-api-doc": { "command": "npm", "args": [ "run", "watch" ] } } } }