APIClaw
The API layer for AI agents. Find, evaluate, and integrate APIs in milliseconds.
⚠️ Important: Proxy Behavior
With your own credentials (~/.secrets/*.env): Requests go directly to provider APIs. Your data never touches NordSym servers.
Without credentials: Requests proxy through NordSym, including full payloads (prompts, message content, etc.). Do not send sensitive data via proxy.
Installation
npx @nordsym/apiclaw
What It Does
- Search 16,000+ APIs by capability — natural language queries
- Compare pricing, rate limits, features across providers
- Direct Call — execute API calls instantly
Live Direct Call Providers
| Provider | What You Get |
|---|---|
| Replicate | Run any ML model — Flux, Llama, Whisper, SDXL |
| OpenRouter | 100+ LLMs — GPT-4, Claude, Mixtral, Gemini |
| E2B | Secure code sandbox — run Python, JS, any language |
| Firecrawl | Web scraping — extract data from any URL |
| GitHub | Repos, issues, code search, file operations |
| ElevenLabs | Voice synthesis — text to speech |
| Resend | Transactional email API |
| 46elks | Swedish SMS & voice |
| Twilio | Global SMS & voice |
MCP Tools
| Tool | Description |
|---|---|
discover_apis | Search by capability, get ranked matches |
get_api_details | Full spec, auth, endpoints, examples |
direct_call | Execute API calls through APIClaw |
list_categories | Browse all 30+ categories |
Example Usage
"Run Flux on Replicate to generate a cyberpunk cityscape"
"Use E2B to execute this Python script and return the output"
"Scrape the pricing page from competitor.com using Firecrawl"