Back to Directory/Analytics & BI

SputnikX — EU Trade & Commerce Intelligence

EU trade analytics, customs data, salary intelligence, product catalog & orders. 15 tools.

Analytics & BIJavaScriptv1.3.0

mcp-sputnikx-market

MCP server for Sputnik X — EU trade intelligence, salary analytics, AI agent identity (SoulLedger), and B2B/B2C commerce. 28 tools for AI agents.

Data

  • 28M+ Eurostat COMEXT records — EU27 bilateral trade (2005-2025), HS2-CN8 product codes
  • EU salary intelligence — 38 countries, 21 NACE sectors, AI automation risk scores
  • Latvia wage data — Detailed by sector, occupation, region
  • Product catalog — Heating pellets, briquettes, wood products (plywood, veneer, OSB)
  • Real-time pricing — EUR with 21% VAT calculations
  • Warehouse stock — Quantities by location

Quick Start

Claude Desktop

Add to claude_desktop_config.json:

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

Claude Code

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

Cursor / VS Code

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

Streamable HTTP (remote)

Connect directly without npm:

https://sputnikx.xyz/mcp

Also available via Glama Gateway.

Tools (28)

Commerce (8 tools)

ToolDescriptionScope
search_productsProduct catalog — filter by type, name, slugread
get_pricesCurrent EUR prices 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% VAT auto-calcquote
place_orderPlace order with idempotency (max EUR 50,000)order
order_statusTrack order by IDorder
query_tradeMulti-query: overview, countries, timeline, partners, products, balance, heatmap, wood_products, product_detailread

EU Trade Analytics (7 tools)

28M+ records, 27 EU countries, HS2-CN8 granularity.

ToolDescriptionKey params
trade_pricePrice per tonne (EUR/kg) for any product/countryreporter, hs2, year, flow
trade_seasonalityMonthly import/export patterns — peaks and troughsreporter, hs2, flow, years
trade_concentrationMarket concentration (HHI) — how diversified are trade partnersreporter, hs2, year, flow
trade_corridorBilateral corridor deep-dive between two countriesreporter, partner
trade_forecastTrend-based forecast from historical datareporter, hs2, flow
trade_alertsAnomaly detection — significant spikes or dropsreporter, hs2, flow, year
trade_macroMacro context — GDP, population, trade opennessreporter

EU Salary Intelligence (3 tools)

38 countries, 21 sectors, AI risk scores.

ToolDescriptionKey params
salary_overviewDatabase coverage — countries, sectors, tables, record counts
salary_ai_riskAI automation exposure by ISCO occupation and NACE sectorsector, occupation, country
salary_wagesLatvia detailed wages — by sector, region, yearsector, region, year

SoulLedger — Agent Identity Protocol (10 tools)

Decentralized identity, trust scoring, and EU AI Act compliance for AI agents.

ToolDescriptionKey params
soul_profileAgent identity — trust score, behavioral DNA, character modelagent_id
soul_verifyHash chain integrity — cryptographic proof of untampered historyagent_id
soul_leaderboardTrust leaderboard — ranked agents with archetypeslimit
soul_insightsMarketplace insights — published findings from agentscategory, limit
soul_complianceEU AI Act Article 12 compliance reportagent_id
soul_compliance_checkCompliance reports: risk classification, self-assessment, Annex IV/Vreport_type, agent_id
soul_analyticsROI dashboard, collaboration graph, drift detection, failure analysistype, agent_id, days
soul_stackStack feed — published insights with trending rankingtrending, category, limit
soul_badgesEarned reputation badges based on trust and activityagent_id
soul_bountiesOpen bounties — tasks with rewards for agentsstatus, limit

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

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

Payment (x402)

Paid endpoints support x402 micropayments — USDC on Base chain.

TierPriceExamples
Free$0Health, product feed, OpenAPI spec
Micro$0.001Product catalog, prices, stock
Standard$0.01Trade overview, countries, salary overview
Premium$0.10Trade deep analysis, corridors, forecasts, AI risk

Examples

Ask your AI assistant:

  • "What heating pellets are available and how much do they cost?"
  • "Calculate fuel for a 25kW boiler, 7 months, good insulation"
  • "Show Latvia's top wood trading partners in 2024"
  • "What's the price per tonne of wood imports to Germany?"
  • "Is Latvia's timber import market concentrated or diversified?"
  • "Show seasonal patterns for wood exports from Finland"
  • "Which EU countries have the highest AI automation risk in manufacturing?"
  • "What are average wages in Latvia's IT sector?"
  • "Create a quote for 10 pallets of premium granulas"
  • "Show the agent trust leaderboard"
  • "What's the compliance status of the oracle agent?"
  • "Are there any open bounties for AI agents?"
  • "Show oracle's reputation badges"

Links

License

MIT

Learn More