Allows privacy-focused web searching to retrieve information without tracking through the Brave Search API.
Provides real-time speech-to-text and transcription capabilities across multiple languages.
Enables high-quality text-to-speech generation, realistic voices, and voice cloning in 29 languages.
Provides tools to manage repositories, issues, pull requests, and actions through the GitHub API.
Provides access to Google Search data and real-time SERP results for information retrieval.
Provides access to over 1,000 machine learning models for tasks including image, video, and audio generation.
Enables programmatic sending of emails with high deliverability through a developer-friendly API.
Facilitates global SMS and programmable messaging services across more than 180 countries.
π¦ APIClaw
The API layer for AI agents. 18 providers β 1000s of capabilities. Workspace β Dashboard β Ship.
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-installThat'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 |
π Search
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
One-Line Install (Recommended)
npx @nordsym/apiclaw mcp-installAuto-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-runCodex (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 listGlobal Install
npm install -g @nordsym/apiclaw
apiclaw setupCommands
Command | Description |
| Quick setup for Claude Desktop/Code |
| Full setup with all MCP client options |
| Diagnose your APIClaw installation |
| Restore config from backup |
| 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 --wizarddoctor
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 restoreuninstall
Remove APIClaw.
npx @nordsym/apiclaw uninstall
npx @nordsym/apiclaw uninstall --client cursorMCP 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.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json
Cursor
macOS:
~/Library/Application Support/Cursor/User/globalStorage/cursor.mcp/config.jsonWindows:
%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 viacodex mcp add/get/list/remove)
How It Works
{
"mcpServers": {
"apiclaw": {
"command": "npx",
"args": ["-y", "@nordsym/apiclaw"]
}
}
}Your agent launches APIClaw as an MCP server
APIClaw exposes APIs as callable tools
Agent calls
send_sms,generate_image,search_webAPIClaw handles auth, rate limits, execution
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.
Links
Platform: apiclaw.com
Docs: apiclaw.nordsym.com/docs
GitHub: github.com/nordsym/apiclaw
npm: @nordsym/apiclaw
MIT Β© NordSym
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.