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

@iflow-mcp/nordsym-apiclaw

v1.8.7

Published

The API layer for AI agents. Dashboard + 22K APIs + 18 Direct Call providers. MCP native.

Readme

APIClaw

The API layer for AI agents. One key for everything.

npm version npm downloads MCP

10,000+ installs. 20 Direct Call providers. 22,392 indexed APIs. Intelligent LLM routing.

Install

curl -fsSL https://apiclaw.cloud/install.sh | bash

Restart your AI assistant. Register your email to unlock 50 calls/month.


What's New

Intelligent Gateway -- APIClaw now routes LLM requests to the best provider automatically:

  • Groq for ultra-fast inference (Llama, Mixtral)
  • Mistral for European models
  • Together AI for open-source (DeepSeek, Qwen)
  • OpenRouter as fallback for 800+ models (GPT, Claude, Gemini, etc.)

OpenAI-compatible endpoint -- Use api.apiclaw.cloud/v1/chat/completions with any tool that speaks OpenAI. One sk-claw- key replaces all your provider keys.

Workspace Settings -- Configure routing mode (fastest, best_price, highest_quality, balanced), set default models, budget limits, and provider preferences from the dashboard.

Per-request overrides -- Set X-APIClaw-Route: fastest or X-APIClaw-Route: groq to override workspace defaults on any request.


Three Tiers of Access

Tier 1: Discovery (22,392 APIs)

Search the full API index. Every API ever cataloged. Free, unlimited, no account needed.

discover_apis("weather data for Stockholm")
-> Weatherstack, Visual Crossing, AccuWeather, OpenWeather...

Tier 2: Open API (1,600+ APIs)

Public APIs with no auth required. Call them directly through APIClaw. Free.

call_api("frankfurter", "latest", {"from": "USD", "to": "SEK"})
-> { "rates": { "SEK": 10.85 } }

Tier 3: Direct Call (19 Providers)

Premium APIs proxied through APIClaw. No keys needed. APIClaw handles auth, rate limiting, and billing.

| Provider | What | Category | |----------|------|----------| | OpenRouter | 800+ LLMs (GPT, Claude, Gemini, Llama) | LLM | | Groq | Ultra-fast inference (Llama, Mixtral, Gemma) | LLM | | Mistral | Mistral models (Small, Large, Codestral) | LLM | | Together AI | Open-source models (DeepSeek, Qwen, Llama) | LLM | | Cohere | RAG, reranking, embeddings | LLM | | Replicate | ML models (Flux, SDXL, Whisper) | AI/ML | | Stability AI | Image generation (SD3, SDXL) | AI/ML | | ElevenLabs | Text-to-speech (29 languages) | Voice | | Deepgram | Speech-to-text (Nova-3) | Voice | | AssemblyAI | Audio intelligence, diarization | Voice | | Brave Search | Privacy-first web search | Search | | Serper | Google SERP results | Search | | Firecrawl | Web scraping and crawling | Scraping | | Twilio | SMS and voice calls (global) | Communication | | 46elks | SMS (Nordic/EU, GDPR) | Communication | | Resend | Transactional email | Email | | E2B | Code execution sandbox | Dev Tools | | GitHub | Repository and code access | Dev Tools | | APILayer | 27 APIs (finance, geo, scraping, news) | Multi-API |


Gateway

Use APIClaw as an OpenAI-compatible LLM gateway:

curl api.apiclaw.cloud/v1/chat/completions \
  -H "Authorization: Bearer sk-claw-..." \
  -H "Content-Type: application/json" \
  -d '{
    "model": "anthropic/claude-sonnet-4-6",
    "messages": [{"role": "user", "content": "Hello"}]
  }'

The router picks the best provider based on your workspace settings. Override per-request with X-APIClaw-Route: fastest or target a specific provider like X-APIClaw-Route: groq.


MCP Tools

| Tool | What | |------|------| | discover_apis | Search 22,392 APIs by capability | | get_api_details | Full specs, pricing, auth | | call_api | Execute through APIClaw proxy | | list_connected | See available Direct Call providers | | check_balance | Usage and remaining calls | | register_owner | Register email, unlock 50 calls/month |

Pricing

| Plan | Price | What you get | |------|-------|--------------| | Free | $0 forever | Search index, Open APIs, 1 connected agent | | Pro | $79/month | All Direct Call providers, priority support | | Scale | $249/month | Volume pricing, dedicated onboarding, SLA | | Enterprise | Custom | Private deployment, custom limits, book a call |


Dashboard - Docs - Book a Call

MIT License