MCP Hub
Back to servers

sputnikx-market

EU trade analytics, product catalog, orders, and heating fuel calculator for AI agents.

Registry
Updated
Mar 11, 2026

Quick Install

npx -y mcp-sputnikx-market

mcp-sputnikx-market

MCP server for the Siltums Commerce API — EU trade analytics, product catalog, orders, and heating fuel calculator.

Data

  • 28M+ Eurostat COMEXT records — EU27 bilateral trade data (1988-2025)
  • Product catalog — Heating pellets, briquettes, wood products (plywood, veneer, OSB)
  • Real-time pricing — EUR with VAT calculations
  • Warehouse availability — Stock levels by location

Quick Start

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "siltums": {
      "command": "npx",
      "args": ["-y", "mcp-sputnikx-market"],
      "env": {
        "SILTUMS_API_KEY": "sk_live_your_key_here"
      }
    }
  }
}

Claude Code

claude mcp add siltums -- npx -y mcp-sputnikx-market

Set your API key:

export SILTUMS_API_KEY=sk_live_your_key_here

Cursor / VS Code

Add to MCP settings:

{
  "mcp": {
    "servers": {
      "siltums": {
        "command": "npx",
        "args": ["-y", "mcp-sputnikx-market"],
        "env": {
          "SILTUMS_API_KEY": "sk_live_your_key_here"
        }
      }
    }
  }
}

Tools

ToolDescriptionAPI Scope
search_productsProduct catalog with filters (type, name, stock)read
get_pricesReal-time EUR pricing with price_per_kgread
check_availabilityStock quantities by warehouse locationread
calculatorHeating fuel needs from boiler specs (kW, temp, insulation)read
create_quoteDraft quote with line items + 21% VATquote
place_orderOrder with idempotency key (max EUR 50,000)order
order_statusTrack order by IDorder
query_tradeEU trade analytics — 9 query types (see below)read

Trade Analytics Query Types

TypeDescriptionRequired Params
overviewHigh-level stats: total records, countries, date range
countriesEU27 countries with data availability
timelineMonthly trade volume time seriesreporter, flow, years
top_partnersTop trading partners by EUR valuereporter
top_productsTop HS2 product categoriesreporter
balanceTrade balance (export - import) over yearsreporter
wood_productsHS4 wood trade breakdown (chapter 44)reporter
heatmapCross-country comparison for a productyear
product_detailDetailed HS2 chapter analysisreporter, hs2

Environment Variables

VariableRequiredDefaultDescription
SILTUMS_API_KEYYesAPI key (get from admin panel)
SILTUMS_API_URLNohttps://siltums.sputnikx.xyzAPI base URL
SILTUMS_TENANTNosiltumsTenant: siltums or woodpoint
SILTUMS_TIMEOUTNo30000Request timeout (ms)

API Key Scopes

Keys are created in the admin panel at /admin → Settings → API Keys.

ScopeAccess
readProducts, prices, availability, calculator, trade analytics
quote+ Create draft quotes
order+ Place orders, check order status
admin+ Full access

Payment (x402)

Paid endpoints support x402 micropayments — USDC on Base chain. Prices range from $0.001 (product catalog) to $0.10 (trade deep analysis).

Free endpoints: health, product feed, OpenAPI spec.

Examples

Ask your AI assistant:

  • "What heating pellets are available?"
  • "Calculate fuel needs for a 25kW boiler, 7 months, good insulation"
  • "Show Latvia's top trading partners in 2024"
  • "What's the wood trade balance for Germany 2021-2025?"
  • "Create a quote for 10 pallets of premium granulas for John Smith"

Links

License

MIT

Reviews

No reviews yet

Sign in to write a review