Skip to content
👨‍💻

AI Tools for Developers

Coding assistants, CLI tools, APIs, and frameworks to supercharge your development workflow.

API Reference

Access our full directory programmatically via REST API, x402 micropayments, or MCP for AI agents.

Authentication

Get your API key from the Dashboard. Include it in the Authorization header.

Authorization: Bearer aik_your_key_here
Free
100 req/day
Pro
10,000 req/day
Team
Unlimited

Quickstart

bash
curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://aiindigo.com/api/v1/search?q=image+generation&limit=5"

Endpoints

GET/search
GET/tool/{slug}
GET/categories
GET/category/{slug}

MCP for AI Agents

Add AI Indigo to Claude Desktop, Cursor, or any MCP-compatible client. Copy the config below into your MCP settings.

claude_desktop_config.json
{
  "mcpServers": {
    "ai-indigo": {
      "command": "npx",
      "args": [
        "-y",
        "@anthropic-ai/mcp-client-http",
        "--url",
        "https://aiindigo.com/api/mcp"
      ],
      "description": "AI Indigo Tools Directory"
    }
  }
}

4 tools available: search_tools, get_tool, list_categories, get_category_tools