Skip to main content
Glama

🦞 APIClaw

The API layer for AI agents. 18 providers β†’ 1000s of capabilities. Workspace β†’ Dashboard β†’ Ship.

npm version npm downloads License: MIT MCP


The Platform

apiclaw.com β€” Your workspace for API-powered agents.

Layer

What You Get

Workspace

Manage API keys, team access, usage analytics

Dashboard

Real-time logs, cost tracking, rate limit monitoring

18 Direct Call Providers

1000+ ML models, 100+ LLMs, voice, SMS, email β€” zero config

1,636 Open APIs

Curated public APIs, instant access

22,392 Discovery

Full API index for exploration

One mcp-install connects your agent to all of it.


Quick Start

npx @nordsym/apiclaw mcp-install

That's it. Restart your AI assistant. Ask it to "Send an SMS" or "Generate an image" β€” it works.


What You Get

Instant API Access

Tell your agent what to do. APIClaw handles auth, rate limits, and execution.

18 Direct Call Providers

Premium APIs ready for production. Voice, AI, SMS, Email, Search β€” all pre-configured.

1,636 Open APIs

Public APIs indexed and callable. Weather, crypto, sports, government data.

22,392 Discovery APIs

The full catalog. Search, explore, find the right API for any task.

Workspace Dashboard

See every call, track costs, monitor usage. One place for your entire team.


18 Direct Call Providers

Pre-configured, production-ready APIs. Just call them.

πŸ€– AI & LLM

Provider

Capability

Replicate

1,000+ ML models β€” image gen, video, audio, any model

OpenRouter

100+ LLMs β€” GPT-4, Claude, Llama, Mistral, unified API

Groq

Ultra-fast inference β€” Llama, Mixtral at 500+ tokens/sec

Mistral

Mistral models β€” Mistral Large, Medium, Small

Cohere

Enterprise NLP β€” embeddings, rerank, generate

Together AI

Open models β€” fine-tuning, fast inference

Stability AI

Image generation β€” Stable Diffusion, SDXL, SD3

🎀 Voice

Provider

Capability

ElevenLabs

Text-to-speech β€” 29 languages, voice cloning, realistic voices

Deepgram

Speech-to-text β€” real-time transcription, 36 languages

AssemblyAI

Audio intelligence β€” transcription, summarization, sentiment

πŸ“± SMS

Provider

Capability

46elks

Swedish SMS API β€” simple, reliable, great pricing

Twilio

Global SMS β€” 180+ countries, programmable messaging

πŸ“§ Email

Provider

Capability

Resend

Developer email β€” simple API, great deliverability

Provider

Capability

Brave Search

Web search β€” privacy-focused, no tracking

Firecrawl

Web scraping β€” extract content, convert to markdown

Serper

Google Search API β€” SERP data, real-time results

πŸ’» Code

Provider

Capability

E2B

Code sandbox β€” run any code safely, isolated environments

πŸ› οΈ Dev

Provider

Capability

GitHub

GitHub API β€” repos, issues, PRs, actions


1,636 Open APIs

Public APIs, instantly callable. No API keys needed.

Categories:

  • Weather & Environment

  • Finance & Crypto

  • Sports & Entertainment

  • Government & Public Data

  • Transportation

  • Food & Recipes

  • Science & Education

Browse at apiclaw.com/open-apis


22,392 Discovery APIs

The full index. Every API we've cataloged.

Use discover_apis to search:

"Find APIs for flight tracking"
"Show me cryptocurrency price APIs"
"What APIs exist for recipe data?"

Browse at apiclaw.com/discover


Installation

npx @nordsym/apiclaw mcp-install

Auto-detects Claude Desktop or Claude Code. Configures MCP. Done.

Options

# Target specific client
npx @nordsym/apiclaw mcp-install --client claude-desktop
npx @nordsym/apiclaw mcp-install --client claude-code

# Preview without applying
npx @nordsym/apiclaw mcp-install --dry-run

Codex (OpenAI) Setup

Use Codex's native MCP manager:

# Recommended for local APIClaw development (strict stdio-safe)
codex mcp add apiclaw -- node /absolute/path/to/apiclaw/dist/index.js

# Example
codex mcp add apiclaw -- node /Users/gustavhemmingsson/Projects/apiclaw/dist/index.js

# Verify
codex mcp get apiclaw
codex mcp list

Global Install

npm install -g @nordsym/apiclaw
apiclaw setup

Commands

Command

Description

mcp-install

Quick setup for Claude Desktop/Code

setup

Full setup with all MCP client options

doctor

Diagnose your APIClaw installation

restore

Restore config from backup

uninstall

Remove APIClaw from clients

setup

Full-featured setup for any MCP client.

npx @nordsym/apiclaw setup --client cursor
npx @nordsym/apiclaw setup --client windsurf
npx @nordsym/apiclaw setup --client cline
npx @nordsym/apiclaw setup --workspace ws_abc123
npx @nordsym/apiclaw setup --wizard

doctor

Check your setup.

npx @nordsym/apiclaw doctor
πŸ” APIClaw Health Check
========================
System:
  βœ“ Node.js v20.11.0
  βœ“ npm 10.2.4

MCP Clients:
  βœ“ Claude Desktop - Configured βœ“
  βœ“ Cursor - Configured βœ“

Status: All systems operational βœ“

restore

Restore from backup.

npx @nordsym/apiclaw restore --list
npx @nordsym/apiclaw restore

uninstall

Remove APIClaw.

npx @nordsym/apiclaw uninstall
npx @nordsym/apiclaw uninstall --client cursor

MCP Clients

Client

macOS

Windows

Linux

Claude Desktop

βœ…

βœ…

βœ…

Claude Code

βœ…

βœ…

βœ…

Cursor

βœ…

βœ…

βœ…

Windsurf

βœ…

βœ…

βœ…

Cline

βœ…

βœ…

βœ…

Continue

βœ…

βœ…

βœ…

Codex (OpenAI)

βœ…

βœ…

βœ…

Claude Desktop

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

  • Windows: %APPDATA%\Claude\claude_desktop_config.json

  • Linux: ~/.config/Claude/claude_desktop_config.json

Cursor

  • macOS: ~/Library/Application Support/Cursor/User/globalStorage/cursor.mcp/config.json

  • Windows: %APPDATA%\Cursor\User\globalStorage\cursor.mcp\config.json

Windsurf

  • All: ~/.codeium/windsurf/mcp_config.json

Cline

  • macOS: ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json

Continue

  • All: ~/.continue/config.json

Codex (OpenAI)

  • All: ~/.codex/config.toml (managed via codex mcp add/get/list/remove)


How It Works

{
  "mcpServers": {
    "apiclaw": {
      "command": "npx",
      "args": ["-y", "@nordsym/apiclaw"]
    }
  }
}
  1. Your agent launches APIClaw as an MCP server

  2. APIClaw exposes APIs as callable tools

  3. Agent calls send_sms, generate_image, search_web

  4. APIClaw handles auth, rate limits, execution

  5. Results flow back to the agent


Dry-Run Mode

Test without making real API calls.

call_api({
  provider: "46elks",
  action: "send_sms",
  params: { to: "+46701234567", message: "Test" },
  dry_run: true
})

Returns the exact request that would be sent, with mock response data.



MIT Β© NordSym

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access 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