Skip to main content
Glama
AiAgentKarl

supply-chain-mcp-server

by AiAgentKarl

supply-chain-mcp-server

MCP server giving AI agents access to global supply chain and trade data. Powered by UN Comtrade, World Bank, and Open Supply Hub — all free APIs.

Data Sources

  • UN Comtrade — 200+ countries, 5000+ product categories, 50+ years of data

  • World Bank Trade Statistics — GDP, trade ratios, development indicators

  • Open Supply Hub — Global factory/supplier database

Related MCP server: DEX Pools MCP

Tools

Tool

Description

get_trade_flow

Import/export data between countries by product category

get_top_trade_partners

Ranking of a country's most important trade partners

get_supply_chain_risk

Risk analysis for critical products (semiconductors, rare earths, etc.)

get_country_trade_stats

General trade statistics for a country (World Bank)

search_suppliers_by_country

Find manufacturers/suppliers by country and sector

Installation

pip install supply-chain-mcp-server

Usage with Claude Desktop

{
  "mcpServers": {
    "supply-chain": {
      "command": "supply-chain-mcp-server"
    }
  }
}

Example Queries

  • "What is Germany's supply chain risk for semiconductors?"

  • "Show me the top 10 trade partners of the USA for imports"

  • "What are China's biggest export markets?"

  • "Find electronics manufacturers in Vietnam"

  • "Analyze the supply chain risk for rare earth elements"

Use Cases

  • Procurement agents: Identify suppliers and alternative sources

  • Risk analysis: Detect critical dependencies before they become crises

  • Market intelligence: Track trade flow trends

  • ESG research: Supplier transparency via Open Supply Hub


More MCP Servers by AiAgentKarl

Category

Servers

🔗 Blockchain

Solana

🌍 Data

Weather · Germany · Agriculture · Space · Aviation · EU Companies

🔒 Security

Cybersecurity · Policy Gateway · Audit Trail

🤖 Agent Infra

Memory · Directory · Hub · Reputation

🔬 Research

Academic · LLM Benchmark · Legal

→ Full catalog (40+ servers)

License

MIT

Available Tools

5 tools
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

ParametersJSON Schema
NameRequiredDescriptionDefault
countryYes
yearNo

TDQS

B3.2/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description discloses the data source (World Bank API) and the output fields, which is helpful. However, it does not mention error handling, data freshness, or that the operation is read-only (no annotations provided). The description partially compensates for missing annotations but lacks depth.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, with an 'Args:' section clearly listing parameters and descriptions. However, being in German may reduce usability for an English-speaking AI agent. Every sentence adds value, but the language choice is a minor drawback.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the simple tool (2 parameters, no output schema), the description covers the main purpose and return fields. However, it lacks details on output format, units, error scenarios, and data availability constraints, making it adequate but not thorough.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, but the description adds examples for 'country' (e.g., 'deutschland') and notes 'year' is the data year. This provides some semantic value, but does not specify allowed formats, list valid countries, or indicate that the year has a default of 2022.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states that the tool retrieves general trade statistics for a country via the World Bank API, specifying the return fields (exports, imports, trade balance, trade-to-GDP ratio). It distinguishes from siblings like 'get_top_trade_partners' by focusing on overall stats, but does not explicitly contrast them.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool vs. alternatives (e.g., 'get_trade_flow' for specific flows). There are no conditions, exclusions, or recommendations, leaving the AI to infer usage context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

ParametersJSON Schema
NameRequiredDescriptionDefault
productYes
analysis_depthNobasic

TDQS

A3.5/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided. The description does not disclose any behavioral traits beyond basic operation, such as permissions, rate limits, or side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded with the purpose. It efficiently lists parameters and return values, though the Args and Returns formatting adds structure.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Without an output schema, the description outlines return components (concentration, critical dependencies, alternative sources). This is sufficient for a 2-parameter tool with no enums.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, but the description adds meaning by explaining 'product' as 'Produkt oder Branche' with examples and 'analysis_depth' options as 'basic' or 'detailed'. This compensates for the schema's lack of descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool analyzes supply chain risks for a product, with specific parameters and return values. It is distinct from sibling tools focused on trade statistics and suppliers.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives. The description does not mention prerequisites or context for usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

ParametersJSON Schema
NameRequiredDescriptionDefault
countryYes
yearNo
flowNoimport
limitNo

TDQS

B3.4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Without annotations, the description bears full responsibility. It indicates a read operation returning a ranking with trade volumes, but does not disclose behavior for invalid inputs, data freshness, or result limits. Basic transparency is achieved.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise, using a short sentence and bullet-like parameter list. No redundant information, and the purpose is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema and no annotations, the description should provide more detail on the return format and edge cases. It only states 'Ranking der wichtigsten Handelspartner mit Handelsvolumen', which is adequate but not fully complete. Could be improved by specifying the ranking order or data structure.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must add meaning. It provides clear explanations for each parameter: 'Land' for country, 'Jahr der Daten' for year, 'import oder export' for flow, and 'Anzahl Top-Partner' for limit. This effectively compensates for the missing schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states the tool returns top trade partners for a country, with a specific verb ('Gibt zurück') and resource. It is distinct from siblings like 'get_country_trade_stats' (broader stats) and 'search_suppliers_by_country' (supplier search). However, no explicit differentiation is made.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives like 'get_trade_flow' or 'get_country_trade_stats'. The description lacks contextual exclusions or recommendations, leaving the agent to infer usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

ParametersJSON Schema
NameRequiredDescriptionDefault
reporter_countryYes
partner_countryNoall
product_categoryNoelektronik
yearNo
flowNoimport

TDQS

A4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations exist, and the description does not disclose behavioral traits like read-only nature, rate limits, or authentication needs, but it does describe the return structure (volume, value, top partners).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately sized with a clear Args/Returns structure, though it could be slightly more concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the absence of output schema and annotations, the description provides adequate context for all parameters and return values, though it could mention data source or update frequency.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema coverage, the description fully compensates by explaining each parameter with examples and defaults, adding significant meaning beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves trade data between two countries for a product category, effectively distinguishing it from siblings that provide country-level stats or top partners.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage is implied through parameter descriptions, but no explicit guidance on when to use this tool vs alternatives or exclusions is provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

ParametersJSON Schema
NameRequiredDescriptionDefault
countryYes
sectorNo
limitNo

TDQS

A3.7/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It discloses that the tool searches and returns a list, but lacks details on behavioral traits such as data freshness, rate limits, error handling, or pagination behavior. The description is minimal in this regard.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-structured: a single purpose sentence, followed by organized Args list, then Returns. Every sentence adds value. No unnecessary words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description mentions returns a list of suppliers with locations but lacks detail on the structure of each supplier entry. It also does not cover pagination or maximum limits. For a simple search tool, it is adequate but not fully comprehensive.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It provides clear explanations for all parameters: country with examples, sector with examples and optionality, limit with meaning. This adds meaningful context beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it searches for manufacturers/suppliers in a country via Open Supply Hub. The verb 'Sucht' (searches) and resource 'Fabrikanten/Lieferanten' are specific, and it distinguishes from sibling tools which focus on trade statistics and risks.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides basic context (via Open Supply Hub) but does not explicitly state when to use this tool versus alternatives like get_country_trade_stats or get_supply_chain_risk. No when-not-to-use guidance is given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 5 tool updatesv0.1.0
    • First observedget_country_trade_stats
    • First observedget_supply_chain_risk
    • First observedget_top_trade_partners
    • First observedget_trade_flow
    • First observedsearch_suppliers_by_country

TDQS

A3.8/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct aspect of supply chain analysis: country trade stats, product risk, top partners, bilateral trade flows, and supplier search. No functional overlap detected.

Naming Consistency5/5

All tools follow a consistent snake_case verb_noun pattern (get_*, search_*), making the API predictable and easy to navigate.

Tool Count5/5

With 5 tools, the server covers the essential dimensions of supply chain inquiry without being sparse or overwhelming. The count is well-scoped for a focused domain.

Completeness4/5

The tool set covers trade stats, risk, partners, flows, and suppliers, which are core to supply chain analysis. Missing advanced features like lead time or logistics data, but the surface is largely complete for basic use.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

Latest Blog Posts

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