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

@linkjolt/mcp-server

v0.2.1

Published

LinkJolt MCP Server: connect your affiliate program to Claude, ChatGPT, and other AI assistants

Readme

@linkjolt/mcp-server

Connect your LinkJolt affiliate program to Claude, ChatGPT and other AI assistants over the Model Context Protocol, then ask about it in plain language.

Most people do not need this package

LinkJolt hosts a remote MCP server, and it is the better path for almost everyone:

https://www.linkjolt.io/api/mcp

claude.ai, Claude Desktop, Claude Code and ChatGPT all connect to it with OAuth, so there is no API key to create or store, and it stays up to date on its own. Setup guides: linkjolt.io/developers/mcp.

Use this package only for clients that speak stdio and cannot reach a remote server.

Install

npm install -g @linkjolt/mcp-server

Configure

Create an API key at linkjolt.io/merchant/api-keys, then add the server to your client's config:

{
  "mcpServers": {
    "linkjolt": {
      "command": "npx",
      "args": ["-y", "@linkjolt/mcp-server"],
      "env": {
        "LINKJOLT_API_KEY": "lj_pk_your_key"
      }
    }
  }
}

Tools

Reads work on Professional and above. The three writes (create_conversion, update_conversion, create_coupon) need Ultimate or Scale, and the team tools need Scale.

| Tool | What it does | | --- | --- | | search | Find campaigns, affiliates, conversions and coupons by text | | fetch | Fetch one record by a search result id | | list_campaigns / get_campaign | Campaigns with stats | | list_affiliates | Affiliates across your campaigns | | list_conversions | Conversions, filterable by status, campaign, affiliate and date | | get_stats | Revenue, commissions and conversion totals for a date range | | get_program_overview | This month at a glance, with top affiliates and recent conversions | | list_coupons / create_coupon | Registered affiliate discount codes | | list_payouts | The affiliate payout queue, for reconciliation | | list_teams / get_team / list_team_goals / list_awards | Affiliate Teams, targets and bonus awards | | create_conversion / update_conversion | Record a sale, or approve and reject one |

Approving a team bonus award is deliberately not a tool. It moves money, and an assistant should not approve payouts on its own. Approve those from the dashboard or with a deliberate API call.

Security

Every call goes to LinkJolt's public Developer API with your own key, so plan limits, brand scoping, rate limits and the audit log apply exactly as they do to any other API client. This package adds no access of its own.

Links

MIT licensed.