The Procurement & Inventory Risk – Key component Focus continuously monitors the MPNs you cover. It watches whether supply-chain events and market signals are moving price, lead time, and market inventory for that specific part.
Fragmented events, path evidence, and distributor quotes are turned into structured, auditable, and continuously updated MPN-level risk warnings, so you can see which components are under pressure and keep tracking how that pressure develops.
Procurement and supply-chain teams need 24/7 visibility into critical MPNs — not only that a global event occurred, but whether this part is being hit, on which metric, and by how much.
Without MPN-level monitoring, teams are often left with:
Traditional monitoring can surface an event. It usually cannot say whether that event is already showing up in this MPN’s market, or keep following the move after the first notice.
The Supply Chain Risk Prediction – Cross-Product Agent extends supply chain monitoring into product-driven risk propagation.
Behind the scenes, it:
For the user, the workflow remains simple:
Typical insights include:
Powered by:
SupplyGraph AI provides a continuously updated, auditable product-driven supply chain risk intelligence layer that connects upstream product disruptions to downstream enterprise exposure.
This makes the agent suitable for:
This agent supports Sandbox API Keys, enabling developers to test integrations without consuming credits.
When using a Sandbox Key:
Sandbox Keys are ideal for:
⚠️ Sandbox data must not be used for production analytics.
The full A2A workflow (run → status → result) behaves the same as production, enabling accurate integration testing.
When a user initiates a new monitoring request through /run without specifying mode, or with mode=run, the agent starts the product-level monitoring customization process for a specific target company.
The request should provide both:
The agent then identifies and returns the matched entities for user confirmation.
First-time workflow:
/run with target company and upstream product or service informationtask_idYesmode=resultAfter activation:
result request returns the latest available warning dataPricing is based on product-level customization under a target company.
The fee is charged only after the user confirms the matched target company and upstream product or service.
The fee covers:
result modeA task_id represents a product monitoring instance under a specific target company.
/run without task_id creates a new tasktask_idImplications:
task_id and initiates a new /run, the system treats it as a new customization requestThe status mode is used to check whether the task setup has completed.
For this agent:
mode=resultThe result mode always returns the latest available warning data for the activated target-product monitoring instance.
agent_id: supply_chain_risk_prediction_cross_product · MCP tool: supply_chain_risk_prediction_cross_product
| Field | Required | Description |
|---|---|---|
text |
Yes | Target company and supplier/component information |
The text field should include both target company and upstream product or service information.
Recommended format:
target company: company name, country/region, address(optional), website(optional); upstream product: product name (or MPN-XXXXX), company name, country/region, address(optional), website(optional)
Example:
target company: Tesla, Inc. United States; upstream product: Lithium Carbonate Albemarle Corporation United States
{
"success": false,
"code": "WAITING_USER",
"data": {
"task_id": "<task-id>",
"agent": "supply_chain_risk_prediction_cross_product",
"stage": "interpreting",
"content": "Here are the entities we’ve identified.\nTarget Company Name: Tesla, Inc.\nCountry: United States\nUpstream Product: Lithium Carbonate\nCompany Name: Albemarle Corporation\nCountry: United States\nPlease reply [Yes] or [No] to confirm."
}
}
After the user replies Yes, the product monitoring customization is activated and the one-time fee is charged.
Confirm matched entities when prompted (WAITING_USER). Uses mode=result for latest data.
| Method | ID / Tool | Documentation |
|---|---|---|
| A2A | supply_chain_risk_prediction_cross_product |
a2a.md |
| MCP | supply_chain_risk_prediction_cross_product |
mcp.md |
| Agent API | supply_chain_risk_prediction_cross_product |
agent-api.md |
Quick examples: A2A / MCP · Agent API
Common codes → Agent API §10. Returns WAITING_USER for company confirmation. Uses mode=result.
Maintainer: info@supplygraph.ai License: Proprietary / Internal © 2025–2026 SupplyGraph AI. All rights reserved.