Skip to content

Accounting

Oracle Fusion Cloud Procurement MCP connector

The Oracle Fusion Cloud Procurement connector lets Claude, ChatGPT, Cursor and other AI clients look up procurement agents, approved supplier list entries, shopping catalog items and requisition details, and add or update them, inside each person's own Oracle Fusion Cloud Procurement access.

  • How it connects. Connects with an API key. The credential goes into a vault nobody reads back.

  • One address. https://api.elaichi.ai/mcp, the same for every user.

  • Their own access. An agent never gets more than the person it acts for.

How to connect

How to connect Oracle Fusion Cloud Procurement to Claude, ChatGPT or Cursor

Two steps, about a minute.

1

In Elaichi

Connect Oracle Fusion Cloud Procurement once

  1. Open Connections, choose Add connection, and pick Oracle Fusion Cloud Procurement.

  2. Optionally set Share with to give a team access, then press Connect.

  3. Paste an Oracle Fusion Cloud Procurement API key. One person generates a token in Oracle Fusion Cloud Procurement and pastes it once. Everyone else works through Share with, and never sees it.

The credential is vaulted. Nobody reads it back, not even the AI.

Add connection

Choose a connector.

oracle fusion cloud procurement
Oracle Fusion Cloud Procurement
Buildium
DualEntry
FloQast
FreshBooks
Invoiced
2

In your AI client

Point it at one endpoint

Everyone in the organization uses the same address, and each person only ever reaches what their own account allows.

Connect Oracle Fusion Cloud Procurement to Claude

  1. 1

    Open Customize, then Connectors.

  2. 2

    Press Add.

  3. 3

    Name it, paste the MCP server URL, then Continue.

    https://api.elaichi.ai/mcp
  4. 4

    Sign in and approve.

On Team and Enterprise, an Owner adds it once. Everyone else turns it on for themselves.

Connect Oracle Fusion Cloud Procurement to ChatGPT

  1. 1

    Open Plugins, then press the + button.

  2. 2

    Name it and paste the endpoint into Server URL.

    https://api.elaichi.ai/mcp
  3. 3

    Leave Authentication on OAuth, then tick the risk acknowledgement.

  4. 4

    Press Create, then sign in and approve.

Works on the web today. The plugin directory lives at chatgpt.com/plugins.

Connect Oracle Fusion Cloud Procurement to Cursor

  1. 1

    Open ~/.cursor/mcp.json.

  2. 2

    Add the endpoint under mcpServers.

    https://api.elaichi.ai/mcp
  3. 3

    Reload Cursor, then sign in and approve.

~/.cursor/mcp.json

{
  "mcpServers": {
    "elaichi": {
      "url": "https://api.elaichi.ai/mcp"
    }
  }
}

Set up per machine, so repeat it on each computer you work from.

Connect Oracle Fusion Cloud Procurement to any MCP client

  1. 1

    Add the endpoint as a remote MCP server.

    https://api.elaichi.ai/mcp
  2. 2

    Sign in and approve.

{
  "mcpServers": {
    "elaichi": {
      "url": "https://api.elaichi.ai/mcp"
    }
  }
}

The Elaichi Agent already has these tools, with nothing to set up.

Use cases

What teams do with Oracle Fusion Cloud Procurement through Elaichi

Every one of these runs inside the access the person already has, and lands in the same audit log.

  • Procurement

    Add a supplier to the approved list

    After a sourcing decision, ask the agent to create the approved supplier list entry in Oracle Fusion Cloud Procurement so buyers can order from that supplier right away.

  • Procurement

    Check who is authorized to buy what

    Pull up the list of procurement agents and their assignments before routing a request, or update an agent's record when responsibilities move between buyers.

  • Finance

    Review requisition product details before approval

    Ask for the product details on open requisitions so a controller can see what is being requested, from which catalog, before signing off on spend.

  • Operations

    Find the right catalog item fast

    Run a shopping search across the Oracle Fusion Cloud Procurement catalog in plain language and get back item details, brand filters and punchout catalogs without clicking through screens.

  • Supplier management

    Keep approved supplier entries current

    When a supplier's status, site or item coverage changes, update the approved supplier list entry so downstream buyers see accurate information.

  • IT and administration

    Audit catalog templates and descriptive flexfields

    List shopping catalog information templates and descriptive flexfield contexts to confirm the configuration matches what the business expects.

Try asking

  • “List approved supplier list entries added this month.”
  • “Which procurement agents own the most open requisitions?”
  • “Summarize shopping catalog item details for office supplies.”

See all 1000 Oracle Fusion Cloud Procurement tools below

AI tools

Oracle Fusion Cloud Procurement tools for your AI agents

1000 tools are ready to call through Elaichi's MCP endpoint the moment you connect Oracle Fusion Cloud Procurement, governed by the same roles, restrictions, and audit log as everything else in Elaichi.

See it in Elaichi

What connecting Oracle Fusion Cloud Procurement gets you

6 screens from the product, each doing one job for your Oracle Fusion Cloud Procurement account.

The agent

Ask about suppliers, read the answer.

Plain questions return live procurement agents, requisitions and catalog items from Oracle Fusion Cloud Procurement.

  • procurement agents
  • approved supplier list entries
  • shopping searches
  • catalog item details

Ask Elaichi to work across your apps.

List approved supplier list entries added this month.

Which procurement agents own the most open requisitions?

Summarize shopping catalog item details for office supplies.

Also runs in Claude, ChatGPT or Cursor

MCP clients

Claude, ChatGPT and Cursor share one endpoint.

Every client reaches Oracle Fusion Cloud Procurement over OAuth, with no SDK and no shared API key.

ElaichiMCP clients
Claude ChatGPT Cursor

Copy the endpoint

https://api.elaichi.ai/mcp
Client Connected by Status Last used
Claude
E

Emma Laurent

• Connected 4 minutes ago
Cursor
S

Sofia Ricci

• Connected 2 hours ago
ChatGPT
C

Clara Nowak

• Connected Yesterday

Tool catalog

1000 procurement tools are ready to call.

Procurement agents, approved supplier list entries and shopping catalogs are covered without custom code.

  • List all Oracle Fusion Cloud Procurement procurement agents
  • Get single Oracle Fusion Cloud Procurement procurement agent by ID
  • Create a Oracle Fusion Cloud Procurement procurement agent
  • Update a Oracle Fusion Cloud Procurement procurement agent by ID
ElaichiTools
Tool Action Description
List all Oracle Fusion Cloud Procurement procurement agents List List all procurement agents in Oracle Fusion Cloud. Returns: AssignmentId, Agent, AgentEmail, AgentId, ProcurementBU, ProcurementBUId, Status, StatusCode, ManageOrdersAllowedFlag, ManageChecklistsAllowedFlag. Use q to filter by agent name, email, business unit, or status.
Get single Oracle Fusion Cloud Procurement procurement agent by ID Get Get a single Oracle Fusion Cloud procurement agent by assignment ID. Returns: AssignmentId, Agent, AgentEmail, AgentId, ProcurementBU, ProcurementBUId, Status, StatusCode, ManageOrdersAllowedFlag, ManageChecklistsAllowedFlag. Required: id.
Create a Oracle Fusion Cloud Procurement procurement agent Create Create a new procurement agent assignment in Oracle Fusion Cloud. Returns: AssignmentId, Agent, AgentEmail, AgentId, ProcurementBU, ProcurementBUId, Status, StatusCode, ManageOrdersAllowedFlag, ManageChecklistsAllowedFlag. Supports upsert mode via the Upsert-Mode header.
Update a Oracle Fusion Cloud Procurement procurement agent by ID Update Update an existing Oracle Fusion Cloud procurement agent assignment by assignment ID. Returns: AssignmentId, Agent, AgentEmail, AgentId, ProcurementBU, ProcurementBUId, Status, StatusCode, ManageOrdersAllowedFlag, ManageChecklistsAllowedFlag. Required: id.
List all procurement approved supplier list entries List List all approved supplier list entries in oraclefusioncloud. Returns: AslId, Item, ItemId, Supplier, SupplierId, SupplierSite, SupplierSiteId, Status, AslStatusId, ProcurementBU, ProcurementBUId, Scope, AslScopeCode, ShipToOrganization, ShipToOrganizationId, DisableFlag. Use the q parameter to filter by fields such as Item, Supplier, Status, or ProcurementBU.

Toolboxes

Each team gets its own toolbox.

Sourcing, AP and category teams see only the Oracle Fusion Cloud Procurement tools they need.

  • Sourcing
  • Procurement Operations
  • Accounts Payable
  • Category Management
ElaichiToolboxes
Name Source template Tools Created

Sourcing toolbox

Oracle Fusion Cloud Procurement · suppliers and approved supplier lists

Oracle Fusion Cloud Procurement starter 18 Mar 4, 2026

Procurement Operations toolbox

Oracle Fusion Cloud Procurement · procurement agents and requisitions

9 Mar 2, 2026

Accounts Payable toolbox

Oracle Fusion Cloud Procurement · purchase orders and invoices

24 Feb 27, 2026

Category Management toolbox

Oracle Fusion Cloud Procurement · shopping catalogs and item details

Oracle Fusion Cloud Procurement starter 6 Feb 19, 2026

Finance toolbox

Oracle Fusion Cloud Procurement · spend and commitments

31 Jan 30, 2026

Compliance toolbox

Oracle Fusion Cloud Procurement · supplier qualifications and approvals

12 Jan 22, 2026

Shared connections

Teammates use the account, never the password.

One person connects Oracle Fusion Cloud Procurement, then shares it with named teams and members.

  • Sourcing EMEA
  • Procurement Ops
  • Accounts Payable
  • Category Management
ElaichiConnections
Connection Scope Status Access
OR

Oracle Fusion Cloud Procurement (Sourcing EMEA)

Connected by Emma Laurent

Personal • Active 1 team · 6 members
OR

Oracle Fusion Cloud Procurement (Procurement Ops)

Connected by James Whitfield

Organization • Active 3 teams · 24 members
OR

Oracle Fusion Cloud Procurement (Accounts Payable)

Connected by Sofia Ricci

Organization • Active 2 teams · 11 members
OR

Oracle Fusion Cloud Procurement (Category Management)

Connected by Daniel Ortega

Personal • Needs re-auth 1 team · 3 members
OR

Oracle Fusion Cloud Procurement (Finance)

Connected by Clara Nowak

Personal • Active Not shared
OR

Oracle Fusion Cloud Procurement (Supplier Compliance)

Connected by Michael Brennan

Personal • Active 2 teams · 9 members

Audit log

Every requisition change has a name on it.

When, who, what happened, type and resource land in an append only log.

  • When
  • Who
  • What happened
  • Type
ElaichiAudit log
When Who What happened Type

2 minutes ago

Mar 6, 2026, 3:10 PM

E

Emma Laurent

[email protected]

Restriction Created Access

8 minutes ago

Mar 6, 2026, 3:04 PM

J

James Whitfield

[email protected]

Restriction Updated Access

14 minutes ago

Mar 6, 2026, 2:58 PM

S

Sofia Ricci

[email protected]

Role Assigned Access

20 minutes ago

Mar 6, 2026, 2:52 PM

D

Daniel Ortega

[email protected]

Oracle Fusion Cloud Procurement Users Updated MCP

26 minutes ago

Mar 6, 2026, 2:46 PM

C

Clara Nowak

[email protected]

Oracle Fusion Cloud Procurement Procurement agents Created MCP

32 minutes ago

Mar 6, 2026, 2:40 PM

M

Michael Brennan

[email protected]

Oracle Fusion Cloud Procurement Procurement agents List Toolbox

Launching soon

From answering questions to doing the work

A person no longer has to ask. A trigger starts the work, inside the same permissions and the same audit log as everything else. Automations and live dashboards are launching soon, on the Black plan.

Automations

A schedule fires, the digest posts itself.

Six steps fetch requisitions, group them, draft a digest, wait for approval, then post back.

Oracle Fusion Cloud Procurement digest

Run 418 · started 2 minutes ago · on behalf of Emma Laurent

  1. Schedule

    Every weekday at 08:00

    0.2s
  2. Fetch procurement agents

    Oracle Fusion Cloud Procurement

    1.4s
  3. Group by owner

    Transform

    0.1s
  4. Draft the digest

    Agent step

    Ran with 4 tools, returned a structured summary

    6.2s
  5. Approve the digest

    Needs approval

    Assigned to Michael Brennan

    Approve
  6. Post the digest

    Oracle Fusion Cloud Procurement

    Queued

Collections and dashboards

Procurement health, counted and refreshed on schedule.

Four metrics, 14 days of records created and a team breakdown, computed without a model.

Oracle Fusion Cloud Procurement health

Refreshed 4 minutes ago · every 15 minutes · from the procurement agents collection

Live

Procurement agents

1,284 ↓ 12%

Approved supplier list entries

96 ↓ 8%

Needs attention

3 ↑ 2

Updated this week

412 ↑ 9%

Procurement agents created

Last 14 days

By team

Share of activity

Sourcing EMEA 34%

Procurement Ops 27%

Accounts Payable 21%

Category Management 18%

FAQ

Frequently asked questions

How do I connect Oracle Fusion Cloud Procurement to Claude?

Connect Oracle Fusion Cloud Procurement in Elaichi first, which asks you for an API key from your Oracle Fusion Cloud Procurement account and nothing else. There is no OAuth application to register and no client ID or secret to generate. Then in Claude go to Customize, then Connectors, then Add, and paste the endpoint https://api.elaichi.ai/mcp. Claude signs you in through Elaichi and the connection is ready.

Does Oracle Fusion Cloud Procurement work with ChatGPT and Cursor as well as Claude?

Yes. Once Oracle Fusion Cloud Procurement is connected in Elaichi, the same endpoint, https://api.elaichi.ai/mcp, works in Claude, ChatGPT, Cursor, any other MCP client and the Elaichi Agent. You connect it once and every client you use picks it up.

What can an AI agent actually do with my Oracle Fusion Cloud Procurement data?

An agent can look up procurement agents, approved supplier list entries, shopping catalog items, requisition product details, punchout catalogs and catalog templates in Oracle Fusion Cloud Procurement, and answer questions about them in plain language. It can also add or update procurement agents and approved supplier list entries, and run shopping searches on your behalf. Because this connector covers a very large set of actions, short concrete asks such as "show approved suppliers for this item" work better than long paragraphs.

Does connecting Oracle Fusion Cloud Procurement give the AI everything in my procurement setup?

No. Every call runs as the person who signed in, so the agent sees only the business units, catalogs and supplier records that person can already see in Oracle Fusion Cloud Procurement. Elaichi can narrow that access further with restrictions, but it never widens it beyond what the person already has.

Can my team share one Oracle Fusion Cloud Procurement connection?

Yes. One person connects Oracle Fusion Cloud Procurement in Elaichi and shares the connection with a team, and nobody else ever handles the API key. Each teammate still signs in as themselves through OAuth, so the audit log records exactly who made each request.

Can I stop an agent from changing things in Oracle Fusion Cloud Procurement?

Yes. Restrictions in Elaichi work per action, so you can allow reading approved supplier list entries and catalog items while blocking the ability to create or update procurement agents or supplier entries in Oracle Fusion Cloud Procurement. A blocked action is never advertised to Claude, ChatGPT or Cursor at all, so no prompt can reach it.

What happens to an Oracle Fusion Cloud Procurement connection when someone leaves?

Offboarding a person in Elaichi ends their access to Oracle Fusion Cloud Procurement through every AI client at once. If they had shared a connection with a team, it keeps working for everyone else. Disconnecting Oracle Fusion Cloud Procurement once in Elaichi removes it from Claude, ChatGPT, Cursor and every other client without touching each one separately.

Put Oracle Fusion Cloud Procurement in front of your team

Fourteen days on Gold, no credit card. Connect it once and pick what each team can call.