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.
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 RepoInstall 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.
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.