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

@pitscz/sberateleminci-mcp

v1.3.0

Published

MCP server for Sběratelé Mincí — access coins, authors, collections, and market data via Model Context Protocol

Downloads

211

Readme

Sběratelé Mincí MCP Server

npm version npm downloads License Node.js

Model Context Protocol server for the Sběratelé Mincí platform. Gives AI assistants access to a Czech commemorative coin catalog — browse coins, authors, and collections, look up live precious metal prices and exchange rates, and submit support tickets.

Quick Start

No installation needed — run directly with npx:

npx @pitscz/sberateleminci-mcp --service_api_key YOUR_KEY

Or add to your MCP client configuration (see Configuration below).

Tools

Coins

| Tool | Description | | -------------- | ---------------------------------------------------------------------------- | | coins_list | Browse coins with pagination, filter by metal type (GOLD / SILVER / BIMETAL) | | coin_get | Full coin details — weight, diameter, variants, images, authors | | coin_search | Search by name, issuer, year (min 3 characters) | | coin_get_url | Get web link to a coin page |

Authors

| Tool | Description | | ---------------- | ----------------------------------- | | authors_list | Browse coin designers and engravers | | author_get | Author biography and portfolio | | author_get_url | Get web link to an author page |

Collections

| Tool | Description | | -------------------- | ------------------------------------ | | collections_list | Browse thematic coin sets and series | | collection_get | Collection details and coin list | | collection_get_url | Get web link to a collection page |

Market Data

| Tool | Description | | ----------------------------- | ------------------------------------------------- | | commodity_today | Current gold and silver prices (USD/troy oz) | | commodity_date | Historical precious metal prices for a given date | | currency_today | Current USD and EUR to CZK exchange rates | | currency_date | Historical exchange rates for a given date | | today | Current server date and time | | convert_troy_ounce_to_grams | Convert troy ounces to grams |

Account (requires ACCOUNT_API_KEY)

| Tool | Description | | ----------------- | ----------------------------------------------------------- | | account_profile | Authenticated user profile — name, email, subscription tier |

Support

| Tool | Description | | -------------- | ----------------------- | | support_send | Submit a support ticket |

Configuration

Claude Desktop

Edit claude_desktop_config.json:

{
  "mcpServers": {
    "sberateleminci": {
      "command": "npx",
      "args": ["@pitscz/sberateleminci-mcp", "--service_api_key", "YOUR_SERVICE_KEY"]
    }
  }
}

With account access enabled:

{
  "mcpServers": {
    "sberateleminci": {
      "command": "npx",
      "args": [
        "@pitscz/sberateleminci-mcp",
        "--service_api_key",
        "YOUR_SERVICE_KEY",
        "--account_api_key",
        "YOUR_ACCOUNT_KEY"
      ]
    }
  }
}

Environment Variables

Alternatively, credentials can be set via environment variables:

| Variable | Required | Description | | ----------------- | -------- | ---------------------------------------- | | SERVICE_API_KEY | Yes | Service API key | | ACCOUNT_API_KEY | No | User account key — enables account tools |

SERVICE_API_KEY=your_key npx @pitscz/sberateleminci-mcp

Requirements

  • Node.js 20+
  • Service API key for the Sběratelé Mincí API

License

Copyright © 2026 PiTS s.r.o. — All rights reserved.

Contact

Radek Hřebeček — [email protected]