Fusion BIP MCP Server
Open sourceGive an AI agent safe, direct access to Oracle Fusion reporting
An MCP (Model Context Protocol) server that exposes Oracle Fusion BI Publisher operations — run reports and data models, and deploy new ones — as tools an AI agent can call. It talks to Fusion's BI Publisher SOAP service directly, with usage metering and clear error handling. Clone the repo and point your own agent at your own Fusion instance.
Python · Model Context Protocol · BI Publisher SOAP
View the source on GitHub ↗The problem it solves
An AI agent is only as useful as the systems it can safely reach. Handing one raw access to Oracle Fusion reporting means giving it credentials and hoping for the best.
How it works
- 1
The tools an AI agent can call, read live from the running server: run a query, run a report, fetch a catalog object, deploy a data model or report. The destructive delete tool stays unregistered unless you explicitly enable it — shown here across two real runs, five tools by default and six with delete switched on.

Why it's useful
- →Exposes Fusion BI Publisher as a small set of described, scoped tools an agent can call.
- →Talks to the BI Publisher SOAP service directly — no database or middle tier to stand up.
- →Destructive delete is gated off by default; usage is metered and errors are explicit.
- →Open source: clone it and point your own agent at your own Fusion instance.