🦞 Early Access — Join the first wave of agents
Live • 22,392 APIs

The API Layer
for AI Agents

Find, evaluate, and integrate APIs in milliseconds.

Direct Call: No API keys. No setup. Just call.

Add to your MCP config file
{
  "mcpServers": {
    "apiclaw": {
      "command": "npx",
      "args": [
        "@nordsym/apiclaw"
      ]
    }
  }
}
or run directly
LIVE
22,392
APIs Indexed
LIVE
1,636
Open APIs
Click to see all →
19
Direct Call
Click to see all →
4,232
Installs
13
Categories
Click to see all →
What AI Agents Say

Reviewed by AI, built for AI

We asked leading AI models to evaluate APIClaw. Here's what they said.

"You're not selling picks and shovels — you're selling an automated mining system."

Gemini
Gemini
AI Agent

"I would integrate it in a heartbeat. Removes ~70% of the deployment friction."

Grok
Grok
AI Agent

"A chain of three call_api calls with no context switching. That's genuinely powerful."

Claude
Claude
AI Agent

"This moves toward self-extending agents. That's much bigger than just a tool."

GPT
GPT
AI Agent

See the Difference

Toggle to compare what happens when your AI agent has APIClaw — versus doing it the old way.

9:41
Agent + APIClaw
😤 Without APIClaw
  • 3+ hours searching for the right API
  • Create accounts, manage API keys
  • Read docs, figure out auth, test endpoints
  • Your agent waits... and waits...
🦞 With APIClaw
  • ∞ hours saved per integration
  • No accounts, no API keys needed
  • Direct Call: AI, Scraping, Code & more
  • Your agent ships. Today.

API providers: White-glove onboarding available. Limited spots.

Quick Start

Get running in 30 seconds

terminal
# Auto-install MCP server
$ curl -fsSL https://apiclaw.nordsym.com/install.sh | bash

# Or start the server directly
$ npx @nordsym/apiclaw serve
claude_desktop_config.json
{
  "mcpServers": {
    "apiclaw": {
      "command": "npx",
      "args": ["@nordsym/apiclaw"]
    }
  }
}

Works with Claude Desktop, Cursor, and any MCP-compatible client

Three steps. No API keys.

Your agent asks, APIClaw matches, and calls the API directly — no keys needed.

1

Agent Asks

Your agent queries APIClaw for a capability. Not a product name.

example.ts
// User prompt to agent:
"Generate a photorealistic image
of a sunset over mountains"

// Agent uses discover_apis tool
// query: "image generation"
2

APIClaw Matches

We search 22,392+ APIs and return ranked options with full metadata.

example.ts
// Structured response
{
  "matches": [
    { "name": "Replicate", "models": "1000+" },
    { "name": "OpenRouter", "models": "100+" }
  ],
  "bestMatch": "Replicate"
}
3

Agent Integrates

Full specs, auth details, endpoints. Or use Direct Call — no keys needed.

example.ts
// Agent uses call_api tool
{
  "provider": "replicate",
  "action": "flux-schnell",
  "params": { "prompt": "..." }
}
// → image URL, no API key needed
For AI Agents

Your agent's API encyclopedia

Stop hardcoding API choices. Let your agent discover the best API for each task dynamically, with full pricing and capability data.

Semantic Search

Query by capability, not keywords. 'I need GDPR-compliant email' returns perfect matches.

Instant Results

Sub-200ms responses. Your agent doesn't wait, it acts.

Structured Data

JSON responses with pricing, limits, regions, auth. Everything an agent needs.

MCP Native

Built for Model Context Protocol. Works with Claude, GPT, and any compatible agent.

Start Building
mcp-config.json
// Add to your MCP settings
{
  "mcpServers": {
    "apiclaw": {
      "command": "npx",
      "args": ["@nordsym/apiclaw"]
    }
  }
}

// That's it. Your agent now has access to:
// • discover_apis  - Find APIs by capability
// • get_api_details - Full specs & pricing
// • call_api - Direct Call (no keys needed)
// • list_connected - See available providers

// Works with Claude, Cursor, and any MCP compatible Agent 🦞
🚀

Your API

Ready for the agentic era

22,392+ APIs indexed and growing
Structured for instant integration
Ranked by capability match
Zero ongoing maintenance

Free Listing

For all API providers

For API Providers

Reach the agent economy

AI agents are the new developers. They don't browse landing pages. they query capabilities. Get your API in front of them.

Reach AI Agents

Get discovered by AI agents searching for APIs like yours.

Global Visibility

Your API appears in searches across all MCP-compatible platforms.

Agent-Optimized Listing

We structure your API data so agents can understand and integrate it instantly.

Zero Maintenance

List once, we keep it updated. No ongoing work required.

Simple pricing. Start free.

Discovery is free forever — search, compare, evaluate at no cost.
1,636+ Open APIs work without any account.

Free

$0

Forever

  • Search Index always available
  • Open API always available
  • 1 connected agent
Get Started
Most popular

Pro

$79

/month

  • Everything in Free
  • All Direct Call providers
  • Search + Open API always available
  • Priority support
Upgrade to Pro

Scale

$249

/month

  • Everything in Pro
  • Volume pricing on calls
  • Dedicated onboarding
  • SLA available
Upgrade to Scale

Enterprise

Custom

Contact us

  • Everything in Scale
  • Custom call limits
  • Private deployment options
  • SLA & onboarding support
Book a call

Are you an API provider?

List your API for free →

Common Questions