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

@nordsym/apiclaw

v2.9.11

Published

Your agent calls real APIs. You sign in once. Authenticated execution and discovery layer for AI agents, reachable via SKILL.md, local MCP, CLI, HTTP gateway, or Remote MCP. Discover 26,619 API definitions, including 689 exact-name source-verified entries

Readme

APIClaw

APIClaw 🦞

DOCS X LICENSE BUILT BY npm installs


Your agent calls real APIs. You sign in once.

Start

set up https://apiclaw.cloud/SKILL.md

Or pick a path directly:

# Local MCP (Claude Desktop, Cursor, Windsurf, OpenClaw)
npm install -g @nordsym/apiclaw && npx @nordsym/apiclaw auth login

# CLI
npx @nordsym/apiclaw call nasa/apod --params '{}'

# HTTP gateway
curl https://api.apiclaw.cloud/v1/execute -H "Authorization: Bearer sk-claw-..."

# Remote MCP
https://apiclaw.cloud/mcp

The auth flow opens the browser, signs the user in, and writes ~/.apiclaw.toml. The same credential works across every path.

Headless server or SSH session? Open the browser sign-in URL on a device where you can complete ownership verification.


What it is

APIClaw is the authenticated execution and discovery layer for AI agents. An agent reaches it through SKILL.md, local MCP, CLI, HTTP, or Remote MCP, signs in once through the browser, discovers APIs by capability, and executes calls with credentials kept server-side. 26,619 API definitions discoverable, 1,025 callable now.

Route across supported models from OpenAI, Anthropic, OpenRouter, xAI, Groq, Mistral, Cohere, DeepInfra, or a configured endpoint. Switch with one parameter, no SDK swap, no lock-in.


Numbers

  • 26,619 discoverable API definitions
  • 689 exact-name source-verified entries. Source verification is discovery evidence, not proof of execution.
  • 22 built-in providers, 22 customer-executable provider rails
  • 1,003 workspace-authenticated public/no-key HTTPS origins
  • 1,025 total callable now
  • Source verification is not execution.

Pricing

| Plan | Price | Access | |------|-------|--------| | Free APIs | $0, no card | Free forever. Discovery and every zero-cost API, over 1,000 of the 1,025 callable. | | Paid APIs | Provider cost + 15% | Add a card once, then metered per call. Actions without an exact billing adapter remain blocked. |

Pricing canon: underlying provider cost plus a 15% margin. Stripe metered billing live.


Links

Built by NordSym. MIT licensed.