Skip to main content
Back to home

Get Started with APIStash

One URL. 50+ APIs. Point your MCP client at APIStash and you are ready to go — no account required.

1

Add APIStash to your MCP client

Open your MCP client's config file and add a single entry pointing to the APIStash server:

// claude_desktop_config.json · cursor settings · windsurf mcp.json
{
  "mcpServers": {
    "apistash": {
      "url": "https://mcp.apistash.io"
    }
  }
}

That's it. Restart your client and all 50+ integrations are instantly available to your AI agent.

2

Authenticate for higher limits optional

The free, unauthenticated tier is rate-limited. Create a free account to get an API key and unlock higher rate limits.

Once you have a key, add it to your config:

{
  "mcpServers": {
    "apistash": {
      "url": "https://mcp.apistash.io",
      "headers": {
        "Authorization": "Bearer <your-api-key>"
      }
    }
  }
}

Need more detail?

The full documentation covers every available integration, supported MCP clients, and configuration options.