Skip to main content
Glama

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.


Built by NordSym. MIT licensed.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
3dRelease cycle
16Releases (12mo)

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nordsym/apiclaw'

If you have feedback or need assistance with the MCP directory API, please join our Discord server