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

@tailormade/billit-mcp

v1.1.2

Published

MCP server for the Billit invoicing API — orders, parties, products, Peppol, documents and more.

Readme

Billit MCP Server

MCP server for the Billit invoicing API. Provides 39 tools covering orders, parties, products, Peppol e-invoicing, documents, and financial operations.

What it does

MCP server that exposes the Billit invoicing API as tools for AI assistants (Claude Desktop, Claude Code).

Stack

TypeScript, Node.js, @modelcontextprotocol/sdk, Zod

How to build/run

npm ci
npm run build

Setup

Add to Claude Desktop config:

{
  "mcpServers": {
    "billit": {
      "command": "node",
      "args": ["dist/index.js"],
      "env": {
        "BILLIT_API_KEY": "your-api-key",
        "BILLIT_PARTY_ID": "12345",
        "BILLIT_CONTEXT_PARTY_ID": "67890"
      }
    }
  }
}

Environment variables

| Variable | Required | Description | |----------|----------|-------------| | BILLIT_API_KEY | Yes | API key from Billit account | | BILLIT_PARTY_ID | Yes | Your Billit party ID | | BILLIT_CONTEXT_PARTY_ID | No | Context party ID (for accountants acting on behalf) |

Tools

| Category | Tools | Count | |----------|-------|-------| | Orders | billit_list_orders, billit_get_order, billit_create_order, billit_update_order, billit_confirm_order, billit_delete_order, billit_register_payment, billit_send_order | 8 | | Parties | billit_list_parties, billit_get_party, billit_create_party, billit_update_party | 4 | | Products | billit_list_products, billit_get_product, billit_create_product | 3 | | Peppol | billit_peppol_list_inbox, billit_peppol_confirm_inbox, billit_peppol_refuse_inbox, billit_peppol_send_order, billit_peppol_lookup_participant, billit_peppol_register, billit_peppol_unregister | 7 | | Documents | billit_list_documents, billit_get_document, billit_upload_document, billit_download_file | 4 | | Financial | billit_list_financial_transactions, billit_import_financial_transactions, billit_list_reports, billit_get_report, billit_get_account_info, billit_search_company, billit_list_typecodes, billit_list_accountant_feeds, billit_register_accountant_feed, billit_confirm_accountant_feed, billit_download_accountant_file | 11 | | ToProcess | billit_submit_for_processing, billit_cancel_processing | 2 |

References

Architecture

[filled at roundup]

Known limitations

[filled at roundup]