The Procurement & Inventory Risk – Key Supplier Focus continuously monitors and analyzes upstream supplier risk events to determine whether, how, and to what extent the impact may propagate to a target company.
It transforms fragmented global supply chain signals into structured, auditable, and continuously updated company-to-company risk warnings, enabling organizations to monitor upstream supplier exposure in near real-time.
Enterprises need continuous visibility into critical upstream dependencies — not only to know when key suppliers are impacted by global supply chain events, but also to understand whether that impact may reach their own business.
Without structured cross-company risk propagation analysis, organizations often lack:
Traditional monitoring tools may detect supplier events, but they usually cannot explain how supplier impact propagates through product or service dependency paths to the target company.
The Supply Chain Risk Prediction – Cross-Company Agent extends supplier monitoring into quantified company-to-company 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 cross-company supply chain risk intelligence layer that connects upstream supplier events 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 supplier customization process for a specific target company.
The request should provide both:
The agent then identifies and returns the matched companies for user confirmation.
First-time workflow:
/run with target company and supplier company informationtask_idYesmode=resultAfter activation:
result request returns the latest available warning dataPricing is based on supplier-level customization under a target company.
The fee is charged only after the user confirms the matched target company and supplier company.
The fee covers:
result modeA task_id represents a supplier 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-supplier monitoring instance.
agent_id: supply_chain_risk_prediction_cross_company · MCP tool: supply_chain_risk_prediction_cross_company
| Field | Required | Description |
|---|---|---|
text |
Yes | Target company and supplier/component information |
The text field should include both target company and supplier company information.
Recommended format:
target company: company name, country/region, address(optional), website(optional); supplier: company name, country/region, address(optional), website(optional)
Example:
target company: Tesla, Inc. United States; supplier: Albemarle Corporation United States
{
"success": false,
"code": "WAITING_USER",
"data": {
"task_id": "<task-id>",
"agent": "supply_chain_risk_prediction_cross_company",
"stage": "interpreting",
"content": "Here are the companies we’ve identified.\nTarget Company Name: Tesla, Inc.\nCountry: United States\nSupplier Company Name: Albemarle Corporation\nCountry: United States\nPlease reply [Yes] or [No] to confirm."
}
}
After the user replies Yes, the supplier 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_company |
a2a.md |
| MCP | supply_chain_risk_prediction_cross_company |
mcp.md |
| Agent API | supply_chain_risk_prediction_cross_company |
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.