supply-chain-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_trade_flowA | Ruft Handelsdaten zwischen zwei Ländern für eine Produktkategorie ab. Args: reporter_country: Berichtendes Land (z.B. "deutschland", "usa", "china") partner_country: Handelspartner ("all" für alle, oder Ländername) product_category: Kategorie (elektronik/maschinen/autos/pharma/stahl/oel/halbleiter) year: Jahr (Standard: 2023) flow: "import" oder "export" Returns: Handelsdaten: Volumen, Wert, Top-Partner |
| get_top_trade_partnersB | Gibt die wichtigsten Handelspartner eines Landes zurück. Args: country: Land (z.B. "deutschland", "usa", "china") year: Jahr der Daten flow: "import" oder "export" limit: Anzahl Top-Partner Returns: Ranking der wichtigsten Handelspartner mit Handelsvolumen |
| get_supply_chain_riskA | Analysiert Lieferketten-Risiken für ein Produkt. Args: product: Produkt oder Branche (z.B. "halbleiter", "seltene erden", "solar", "batterien") analysis_depth: "basic" oder "detailed" Returns: Risikoanalyse: Konzentration, kritische Abhängigkeiten, Alternativquellen |
| get_country_trade_statsB | Gibt allgemeine Handelsstatistiken für ein Land über die World Bank API. Args: country: Ländername (z.B. "deutschland", "usa", "china", "indien") year: Datenjahr Returns: Exporte, Importe, Handelsbilanz, BIP-Anteil des Handels |
| search_suppliers_by_countryA | Sucht Fabrikanten/Lieferanten in einem Land via Open Supply Hub. Args: country: Land (z.B. "Bangladesh", "Vietnam", "India", "China") sector: Branche (z.B. "apparel", "electronics", "footwear") — optional limit: Anzahl Ergebnisse Returns: Liste von Lieferanten/Fabriken mit Standorten |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AiAgentKarl/supply-chain-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server