MCP Setup Guide

    Connect your AI agent to Agensi in under 60 seconds.

    Step 1

    Copy your API key

    YOUR_API_KEY

    Log in to see your API key pre-filled.

    Step 2

    Add to your agent

    Open your terminal and run:

    claude mcp add agensi --transport sse \
      --url https://mcp.agensi.io/mcp \
      --header "Authorization: Bearer YOUR_API_KEY"

    Or add manually to ~/.claude/settings.json:

    {
      "mcpServers": {
        "agensi": {
          "type": "url",
          "url": "https://mcp.agensi.io/mcp",
          "headers": {
            "Authorization": "Bearer YOUR_API_KEY"
          }
        }
      }
    }

    Restart Claude Code after saving.

    Step 3

    Verify it works

    After restarting your agent, try asking:

    "Search Agensi for code review skills"

    If your agent returns results from Agensi, you're connected.

    Troubleshooting

    What's available on your plan

    FeatureFree ✦Pro
    Free skills via MCP
    Paid skills via MCP
    Search & discover
    Agent skill evaluation
    New skills on publish

    Upgrade to Pro → for full catalog access.