DeFi Vault Data for AI Agents

    Connect your AI agent to pigi.finance DeFi vault data. Ask about TVL, APR/APY, performance history, holders, and rate benchmarks — your agent gets the answers directly.

    Free to start — a sign-in account is created automatically (1,000 requests/month). No API key to copy.

    claude
    Find the best vaults — highest APR, lowest risk score — and show only those that gained the most TVL last month
    ⚡ list_vaults apr_filter: "gt_15", tvl_filter: "gte_5m"
    ↳ ranked by risk, then 30d TVL inflow
    1. Euler USDC · 14.2% APR · risk 3/10 · +$8.1M (30d)
    2. Morpho USDC · 12.6% APR · risk 4/10 · +$6.4M (30d)
    3. Fluid USDT · 11.9% APR · risk 4/10 · +$3.9M (30d)

    Paste into Claude, OpenClaw, etc.

    The fastest way to get set up: paste this into Claude, OpenClaw, Cursor, or any capable agent. It reads the setup skill and connects itself — adding the server, signing you in, and installing the skills.

    Read https://raw.githubusercontent.com/pigi-fi/pigi-skills/refs/heads/main/pigi-setup/SKILL.md and follow the instructions to connect to pigi.finance MCP

    On first connect you'll be asked to sign in. A free account is created automatically — there's nothing to copy or paste.

    Skills Repo

    Install manually

    Prefer to do it by hand? Three steps.

    1. Add the MCP server

    Claude Code (terminal):

    claude mcp add pigi --transport http https://mcp.pigi.finance/api/mcp

    Cursor / Claude Desktop / Windsurf (MCP config file):

    {
      "mcpServers": {
        "pigi": { "url": "https://mcp.pigi.finance/api/mcp" }
      }
    }

    Codex, Gemini CLI, OpenCode, or a stdio-only agent? The full client list is in the pigi-setup skill.

    2. Authenticate

    On connect, sign in via OAuth — a free account is provisioned on first login. No API keys, no environment variables.

    Already use the pigi.finance API? Sign in with the same email and the MCP maps to the same account — one plan, one quota, and shared usage across the MCP and your API key.

    3. Install the skills

    Skills teach your agent when and how to use the tools:

    npx skills add pigi-fi/pigi-skills --yes

    Usage & limits

    Free accounts include a monthly request quota (currently 1,000 requests/month). Each response carries RateLimit-* headers; once you reach the limit, requests return 429 until it resets at the start of the next month (UTC). Need more? Get in touch.

    Prefer direct HTTP?

    The MCP server wraps our Data API (v1). For direct REST access, see the API documentation or the API overview.