The API layer for AI agents.
🦞 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
No signup required — just install and use.
# Install
npx @nordsym/apiclaw mcp-install
# Restart your AI assistant
# Immediately use any API (10 calls/week)
# Optional: Register for 50 calls/week
register_owner({ email: "you@example.com" })
That's it. All 18 Direct Call providers work instantly through NordSym's infrastructure. Your API calls are proxied, authenticated, and rate-limited automatically.
Usage Limits:
- Anonymous: 10 calls/week (no registration)
- Registered: 50 calls/week (5x more)
- Upgrade: Contact us for higher limits
Start calling APIs immediately. No setup, no API keys, no configuration.
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 |
| 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-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-
Tools (2)
register_ownerRegisters an email address to increase API call limits from 10 to 50 calls per week.discover_apisSearches the full API index to find relevant APIs for specific tasks.Configuration
{"mcpServers": {"apiclaw": {"command": "npx", "args": ["-y", "@nordsym/apiclaw"]}}}