fusion-mcp-server-python

ralungei/fusion-mcp-server-python

3.1

If you are the rightful owner of fusion-mcp-server-python and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

An MCP server that provides tools for interacting with Oracle Fusion Cloud applications.

Tools
3
Resources
0
Prompts
0

Oracle Fusion MCP Server

An MCP server that provides tools for interacting with Oracle Fusion Cloud applications.

Setup

  1. Copy environment file and configure credentials:

    cp .env.example .env
    
  2. Edit .env with your Oracle Fusion credentials:

    • FUSION_AUTH_READ - Basic auth for read operations
    • FUSION_AUTH_WRITE - Basic auth for write operations
    • FUSION_USER_ID - User ID for operations
  3. Install dependencies:

    pip install httpx python-dotenv
    

Available Tools

  • find_matching_listings - Search for products by item number with supplier and inventory organization details
  • retrieve_supplier_detail - Get detailed supplier information including sites and delivery locations
  • submit_purchase_requisition - Create purchase requisitions for procurement

Usage

Run the server:

python fusion.py

Configure in your MCP client to connect via stdio transport.