{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "piefolio-ai",
    "title": "PieFolio AI",
    "version": "1.0.0",
    "description": "Free retirement, dividend, Coast FIRE and rent-vs-buy calculators plus token-efficient markdown access to PieFolio AI's guides. Educational estimates, not financial advice.",
    "websiteUrl": "https://getpiefolio.com",
    "documentationUrl": "https://getpiefolio.com/llms.txt"
  },
  "transport": {
    "type": "streamable-http",
    "url": "https://qmnogxbwxfwtmuqzvgrd.supabase.co/functions/v1/agent-mcp"
  },
  "url": "https://qmnogxbwxfwtmuqzvgrd.supabase.co/functions/v1/agent-mcp",
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "authentication": {
    "type": "none"
  },
  "tools": [
    {
      "name": "list_piefolio_content",
      "description": "List PieFolio AI's public pages, free calculators and articles with URLs."
    },
    {
      "name": "get_page_markdown",
      "description": "Fetch any getpiefolio.com page as clean markdown."
    },
    {
      "name": "calculate_coast_fire",
      "description": "Calculate a Coast FIRE number from age, retirement age, expenses and expected real return."
    },
    {
      "name": "project_dividend_income",
      "description": "Project dividend income and portfolio value year by year."
    },
    {
      "name": "get_calculator_link",
      "description": "Build a pre-filled link to a PieFolio calculator for a human to continue interactively."
    }
  ]
}
