{
  "name": "LinkrCap",
  "version": "1.0.0",
  "description": "LinkrCap is an AI Co-Founder platform that helps founders validate startup ideas, generate investor-ready pitch decks, create execution roadmaps, analyze competitors, and conduct market research.",
  "provider": {
    "organization": "Lamrik Labs Pvt Ltd",
    "url": "https://linkrcap.com",
    "contact": "contact@linkrcap.com"
  },
  "url": "https://app.linkrcap.com/a2a",
  "supportedInterfaces": [
    {
      "type": "a2a",
      "url": "https://app.linkrcap.com/a2a",
      "transport": "https"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      {
        "scheme": "Bearer",
        "description": "OAuth 2.0 Bearer token. Obtain via https://cpbvwtzbdlzesuaycanc.supabase.co/auth/v1/token"
      }
    ]
  },
  "skills": [
    {
      "id": "validate-startup-idea",
      "name": "Validate Startup Idea",
      "description": "Validates a startup idea with AI-powered market research, competitor analysis, and viability scoring. Returns a full validation report with TAM/SAM/SOM, red flags, and green flags — every claim sourced.",
      "tags": ["startup", "validation", "market-research", "feasibility"],
      "inputModes": ["text"],
      "outputModes": ["text"],
      "examples": [
        "Validate my idea for an AI-powered invoicing app for freelancers",
        "Is there a market for rent-to-own fitness equipment?"
      ]
    },
    {
      "id": "generate-pitch-deck",
      "name": "Generate Pitch Deck",
      "description": "Creates an investor-ready 10-12 slide pitch deck from a startup idea or validation report. Themed, on-brand, and fully editable.",
      "tags": ["pitch-deck", "investor", "slides", "startup"],
      "inputModes": ["text"],
      "outputModes": ["text", "file"],
      "examples": [
        "Generate a pitch deck for my D2C coffee subscription startup",
        "Create a Series A deck for my marketplace app"
      ]
    },
    {
      "id": "generate-startup-roadmap",
      "name": "Generate Startup Roadmap",
      "description": "Builds a milestone-driven execution roadmap with phases, tasks, and progress tracking tailored to a startup idea.",
      "tags": ["roadmap", "execution-plan", "milestones", "startup"],
      "inputModes": ["text"],
      "outputModes": ["text"],
      "examples": [
        "Build a roadmap for my AI study planner startup",
        "Create a 6-month execution plan for launching a local home chef marketplace"
      ]
    },
    {
      "id": "analyze-competitors",
      "name": "Analyze Competitors",
      "description": "Identifies and analyzes top competitors in a market, surfaces market gaps, and highlights positioning opportunities.",
      "tags": ["competitors", "market-analysis", "positioning"],
      "inputModes": ["text"],
      "outputModes": ["text"],
      "examples": [
        "Who are the competitors for an AI invoicing tool for freelancers?",
        "What are the gaps in the online fitness coaching market?"
      ]
    }
  ],
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text"]
}
