Skip to main content
Glama
brainmakeassistant

Fusion BIP MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FUSION_MCP_ENABLE_DELETENoSet to 1 to enable the destructive delete_catalog_object tool. Off by default.0

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
query_fusionA

Run a read-only SELECT against Oracle Fusion and return the rows as XML.

Args: sql: A single SELECT statement. No trailing semicolon. Add WHERE/ROWNUM to keep the result small — BIP serializes the whole set. columns: Output column aliases in SELECT order, upper-case identifiers. Alias every column in the SQL to a simple upper-case name. fusion_user: Fusion user to run as (default bip_user).

run_reportA

Run a deployed BIP report and return its output.

Args: report_path: Full catalog path, e.g. /Custom/MyReports/MY_RPT.xdo fusion_user: Fusion user to run as (default bip_user).

get_catalog_objectA

Download a catalog object definition (.xdm or .xdo) for inspection.

Args: object_path: Full catalog path, e.g. /Custom/MyReports/MY_DM.xdm fusion_user: Fusion user to run as (default bip_user).

deploy_data_modelA

Deploy a BIP data model (.xdm) to a catalog folder. WRITE operation.

Args: name: Data model name (letters, digits, underscore). xdm_xml: Complete data model XML. Use ApplicationDB_FSCM as data source. folder: Target folder, e.g. /Custom/MyReports or /~bip_user. replace: Delete any existing model of the same name first (default true). fusion_user: Must have the BIP Author role (default bip_user).

deploy_reportA

Deploy a BIP report (.xdo) linked to a data model. WRITE operation.

Args: name: Report name (letters, digits, underscore). dm_path: Path to the linked data model, e.g. /Custom/MyReports/MY_DM.xdm folder: Target folder for the report. replace: Delete any existing report of the same name first (default true). fusion_user: Must have the BIP Author role (default bip_user).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/brainmakeassistant/fusion-bip-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server