npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

mcp-sputnikx-market

v1.3.0

Published

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

Readme

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

| Tool | Description | API Scope | |------|-------------|-----------| | search_products | Product catalog with filters (type, name, stock) | read | | get_prices | Real-time EUR pricing with price_per_kg | read | | check_availability | Stock quantities by warehouse location | read | | calculator | Heating fuel needs from boiler specs (kW, temp, insulation) | read | | create_quote | Draft quote with line items + 21% VAT | quote | | place_order | Order with idempotency key (max EUR 50,000) | order | | order_status | Track order by ID | order | | query_trade | EU trade analytics — 9 query types (see below) | read |

Trade Analytics Query Types

| Type | Description | Required Params | |------|-------------|-----------------| | overview | High-level stats: total records, countries, date range | — | | countries | EU27 countries with data availability | — | | timeline | Monthly trade volume time series | reporter, flow, years | | top_partners | Top trading partners by EUR value | reporter | | top_products | Top HS2 product categories | reporter | | balance | Trade balance (export - import) over years | reporter | | wood_products | HS4 wood trade breakdown (chapter 44) | reporter | | heatmap | Cross-country comparison for a product | year | | product_detail | Detailed HS2 chapter analysis | reporter, hs2 |

Environment Variables

| Variable | Required | Default | Description | |----------|----------|---------|-------------| | SILTUMS_API_KEY | Yes | — | API key (get from admin panel) | | SILTUMS_API_URL | No | https://siltums.sputnikx.xyz | API base URL | | SILTUMS_TENANT | No | siltums | Tenant: siltums or woodpoint | | SILTUMS_TIMEOUT | No | 30000 | Request timeout (ms) |

API Key Scopes

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

| Scope | Access | |-------|--------| | read | Products, 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