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 🙏

© 2025 – Pkg Stats / Ryan Hefner

@kirha/mcp-gateway

v0.0.12

Published

The Kirha MCP Gateway provides unified access to Kirha Tool Planning through the Model Context Protocol (MCP), enabling advanced tool composition and execution for LLM interfaces.

Readme

The golden light of private data will never shine on your AI queries if you can't find what you need and pay for it instantly. Kirha MCP Gateway is an MCP (Model Context Protocol) server that handles exactly that for you: routing and micropayment.

Beta Scope

Kirha launched on the Crypto vertical with providers like Dune, Defillama, Zerion, Xverse, Coingecko, Cielo... Access live market intelligence & wallets' transactions and relations, whales' movements, sentiment analysis, and much more from the comfort of your favourite AI Client. Kirha is under free Beta. Request an access code here.

Why Kirha MCP Gateway?

Kirha MCP Gateway is designed to simplify access to high-value, aggregated data sources through a single, unified interface.

  • One Auth to rule them all: Access multiple premium data sources through a single MCP endpoint. You don't need to integrate or authenticate separately with multiple APIs.

  • Multi-API Composition: In a single request, the gateway can compose and aggregate data from several APIs simultaneously. This reduces complexity and response time for complex queries.

  • Enhanced Context for Agents and Chatbots: By centralizing and combining data, the gateway provides richer context for AI agents and conversational systems (such as Claude), improving their ability to deliver accurate, relevant responses.

Tools

By default, the gateway operates in auto mode, where both planning and execution are performed automatically in a single request. Planning is deterministic: semantically identical prompts yield the same composition of tool(s). If the environment variable TOOL_PLAN_MODE_ENABLED is set to true, the gateway switches to planning mode, which separates the planning and execution steps. When we ship Kirha's payment, you will be able to accept or reject the plan before it is executed.

Auto mode

  • execute-tool-planning: Automatically performs both planning and execution in a single request. This tool internally creates the plan and immediately executes it, returning the final result in one step.

Plan mode

  • create-tool-planning: Prepares a query and generates a plan_id for later execution. This tool enables creating a plan in advance, which can then be reviewed before execution.
  • execute-tool-planning: Executes a previously created plan by providing its plan_id. This step runs the predefined plan and returns the result.

Installation

Kirha MCP Installer (recommended)

You can install and run the Kirha MCP Gateway using the Kirha MCP Installer.

npx @kirha/mcp-installer install --client <client> --key <api-key>