fusion-bip-mcp-server

brainmakeassistant/fusion-bip-mcp-server
★ 0 stars Python AI/LLM Updated 3d ago
MCP server exposing Oracle Fusion BI Publisher (run/deploy reports and data models) as tools an AI agent can call, directly over BIP SOAP.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fusion-bip-mcp-serve": {
      "command": "uvx",
      "args": [
        "fusion-bip-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install fusion-bip-mcp-server