{
    "protocolVersion": "0.3.0",
    "name": "OrganiKPI",
    "description": "OrganiKPI helps SaaS and B2B companies dominate AI search through SEO, GEO, and AEO strategies.",
    "url": "https://organikpi.com/",
    "preferredTransport": "JSONRPC",
    "version": "1.0.0",
    "provider": {
        "organization": "OrganiKPI",
        "url": "https://organikpi.com/"
    },
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "stateTransitionHistory": false
    },
    "defaultInputModes": [
        "text/plain"
    ],
    "defaultOutputModes": [
        "text/plain",
        "text/markdown",
        "application/json"
    ],
    "documentationUrl": "https://organikpi.com/llms.txt",
    "skills": [
        {
            "id": "find-services",
            "name": "Find consulting services",
            "description": "Discover GEO, AEO, SEO, and GTM consulting services with taglines, price ranges, and URLs.",
            "tags": [
                "geo",
                "aeo",
                "seo",
                "consulting",
                "services"
            ],
            "examples": [
                "What GEO services do you offer?",
                "List your AI search consulting services and pricing."
            ]
        },
        {
            "id": "read-content",
            "name": "Read any page as markdown",
            "description": "Fetch any page or article as clean, token-efficient markdown by appending .md or sending Accept: text/markdown.",
            "tags": [
                "markdown",
                "content",
                "research"
            ],
            "examples": [
                "Read the AI Overviews vs AI Mode article as markdown."
            ]
        },
        {
            "id": "submit-contact",
            "name": "Submit a contact request",
            "description": "Send a contact request on the user behalf via the public REST endpoint (confirm with the user first).",
            "tags": [
                "contact",
                "lead"
            ],
            "examples": [
                "Ask OrganiKPI for a GEO audit quote."
            ]
        }
    ]
}