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
-
Copy environment file and configure credentials:
cp .env.example .env -
Edit
.envwith your Oracle Fusion credentials:FUSION_AUTH_READ- Basic auth for read operationsFUSION_AUTH_WRITE- Basic auth for write operationsFUSION_USER_ID- User ID for operations
-
Install dependencies:
pip install httpx python-dotenv
Available Tools
find_matching_listings- Search for products by item number with supplier and inventory organization detailsretrieve_supplier_detail- Get detailed supplier information including sites and delivery locationssubmit_purchase_requisition- Create purchase requisitions for procurement
Usage
Run the server:
python fusion.py
Configure in your MCP client to connect via stdio transport.