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.8.6

Published

The Control Plane for AI Agents. 26,701 discoverable APIs, 2,906 callable, 49 fully managed. Agent-native auth: `apiclaw auth login` opens your browser, one-tap sign-in, writes ~/.apiclaw.toml. Four doors: local MCP, CLI, HTTP gateway, Remote MCP. One aut

Readme

APIClaw

APIClaw 🦞

DOCS X LICENSE BUILT BY npm installs


The Control Plane for AI Agents. One runtime over every LLM provider and 26,701 indexed APIs (2,906 callable, 49 fully managed). Discovery, routing, missions, observability — all on one rail. Sign in once with apiclaw auth login, the same credential works across local MCP, CLI, HTTP gateway, and Remote MCP.

Use any model you want — OpenAI, Anthropic, OpenRouter (800+ models), xAI, Groq, Mistral, Cohere, Together, DeepInfra, or your own endpoint. Switch with one parameter, no SDK swap, no lock-in.

| | | |---|---| | One runtime, four doors | Install (.mcpb), CLI (apiclaw), HTTP gateway (api.apiclaw.cloud), Remote MCP (apiclaw.cloud/mcp). Same auth, same logs, same canon — all from one sign-in. | | Agent-native auth | npx @nordsym/apiclaw auth login opens the browser, one-tap Google sign-in, writes ~/.apiclaw.toml. ~15 seconds. No keys to paste. Sub-15-second signup-to-first-call. | | Discover 26,701 APIs | Find providers by job-to-be-done. Health-ranked, capability-tagged, callable-or-not flagged. The discover_apis tool delegates to the gateway so every door returns the same canon. | | Mission runtime | Compose fetch, transform, decide, validate, execute primitives into typed orchestrations. Append-only missionEvents audit log. Cost-budget per mission with hard halt. Parallel-execution scaffolding ready. | | Observability built in | Every call logged with _apiclaw metadata (provider, route, latency, cost, auth mode). 80% quota warning surfaces as _notice before paywall. Weekly funnel scorecard mailed Monday 08:00 UTC. | | Managed where it matters | 49 directCallConfigs across 19 brands — OpenAI, Anthropic, OpenRouter, xAI, Replicate, ElevenLabs, Brave Search, Firecrawl, GitHub, APILayer's 24 callable sub-APIs, NASA, Filestack. Keys held server-side, agent never manages credentials. |


Install

# 1. Install (Claude Desktop)
# Download and open: https://apiclaw.cloud/apiclaw.mcpb

# 2. Or any MCP-compatible client
npm install -g @nordsym/apiclaw

# 3. Sign in once. Works across all doors.
npx @nordsym/apiclaw auth login

Adds APIClaw as an MCP server in Claude Desktop, Cursor, Windsurf, OpenClaw, or any MCP-compatible agent. The auth flow opens the browser, signs you in via Google one-tap, and writes ~/.apiclaw.toml. Free tier: 25 calls per month. Pay-as-you-go beyond that at API cost + 15%.

Headless server or SSH session? npx @nordsym/apiclaw login --email-fallback runs the legacy magic-link flow.


Four doors · one control plane

| Door | When to use | Auth | |------|------|------| | Install (.mcpb / @nordsym/apiclaw) | Claude Desktop, Cursor, Windsurf, OpenClaw | apiclaw auth login~/.apiclaw.toml | | CLI (apiclaw) | Terminal, scripts, CI/CD | Same file | | HTTP gateway (api.apiclaw.cloud/v1/*) | Server-side agents (OpenClaw, Hermes, custom backends), n8n | Authorization: Bearer sk-claw-... | | Remote MCP (apiclaw.cloud/mcp) | Grok, Cursor (remote), ChatGPT, ClaudeDesktop | OAuth 2.1 + PKCE + DCR → Bearer sk-mcp-... |

All four resolve to the same Convex deployment. One auth resolver, one workspace, one billing rail, one log stream.


What you can call

Discoverable (26,701)

The full registry, searchable via discover_apis(query). Every entry tagged by category, health-ranked by recent success-rate, callable-or-not flagged.

Callable (2,906)

Empirically verified callable. Subset breakdown:

  • Managed (49 across 19 brands) — APIClaw owns the keys. Agent never manages credentials. OpenAI, Anthropic, OpenRouter, xAI, Replicate, ElevenLabs, Brave Search, Firecrawl, GitHub, E2B, Groq, Deepgram, Serper, Mistral, Cohere, Together, Stability, AssemblyAI, APILayer (24 sub-APIs), NASA, Filestack.
  • Keyless verified (~2,857) — Public APIs proxied through APIClaw without auth. Smoketested, sortable by verified latency.

Mission templates

  • prd-generation v1 — fetch → validate, routes to GenPRD via shared secret, returns structured Markdown PRD with rule-based quality gate.
  • More on the way — research, outreach-draft, screenshot-bundle templates queued.

Pricing

| Plan | Price | Access | |------|------|------| | Free | $0 forever | 25 calls per month across the platform. Unlimited Discovery. Free email signup required (Google one-tap or magic link). | | Pay as you go | API cost + 15% margin | Unlimited calls. Per-call cost calculated from actual token usage. Soft 80% notice in success response before quota hit. |

Pricing canon: pass-through plus 15% margin (market standard, same as OpenRouter). Stripe metered billing live.


Status

  • ✅ Live at apiclaw.cloud and api.apiclaw.cloud
  • ✅ npm package @nordsym/apiclaw — 16,485+ all-time installs
  • ✅ Claude Desktop Extension hosted at apiclaw.cloud/apiclaw.mcpb (~50 MB bundle, zero-key install)
  • ✅ Mission runtime v2 (5 typed primitives) live in Convex prod
  • ✅ Remote MCP via Streamable HTTP + OAuth 2.1 + PKCE + DCR, validated end-to-end in Grok
  • ✅ APILayer integration live — 24/27 endpoints callable through the gateway today
  • 🟢 99.9% uptime since launch

Daily ship cadence — see GitHub releases for the latest changes.


Links

Built by NordSym. MIT licensed.