Back to Home
prepmonk icon

iwx-mcp-server

by prepmonk

Overview

Provides a Microservice Communication Protocol (MCP) server to expose Infoworks data management tools via a unified API.

Installation

Run Command
uvicorn server:mcp --host 0.0.0.0 --port 8000

Environment Variables

  • IWX_REFRESH_TOKEN
  • IWX_BASE_URL

Security Notes

Disables SSL certificate verification (`verify=False`) when making upstream API calls to the Infoworks system, making it vulnerable to Man-in-the-Middle attacks. It relies on environment variables (`IWX_REFRESH_TOKEN`, `IWX_BASE_URL`) for sensitive credentials, which is good practice if those variables are securely managed. Error responses from the upstream API could potentially expose sensitive information through logged full response texts.

Similar Servers

Stats

Interest Score0
Security Score5
Cost ClassMedium
Avg Tokens5
Stars0
Forks0
Last Update2025-12-01

Tags

InfoworksMicroserviceAPI GatewayData ManagementFastMCP