{
    "name": "Sanjay Shankar Portfolio Agent",
    "description": "Answers questions about Sanjay Shankar \u2014 journals on agentic SEO, AI agents and engineering leadership; products; services; and contact details.",
    "url": "https://sanjayshankar.me/wp-json/mcp/v1",
    "provider": {
        "organization": "Sanjay Shankar",
        "url": "https://sanjayshankar.me"
    },
    "version": "3.0.0",
    "documentationUrl": "https://sanjayshankar.me/auth.md",
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "stateTransitionHistory": false
    },
    "defaultInputModes": [
        "text/plain",
        "application/json"
    ],
    "defaultOutputModes": [
        "text/markdown",
        "application/json"
    ],
    "authentication": {
        "schemes": [
            "none",
            "bearer"
        ],
        "credentials": "https://sanjayshankar.me/auth.md"
    },
    "skills": [
        {
            "id": "search",
            "name": "Search journals",
            "description": "Full-text search across journals, pages and products.",
            "tags": [
                "search",
                "blog"
            ],
            "examples": [
                "What has Sanjay written about GEO?"
            ]
        },
        {
            "id": "read",
            "name": "Read any page as Markdown",
            "description": "Append ?format=markdown to any URL, or call the get_post tool.",
            "tags": [
                "markdown",
                "content"
            ]
        },
        {
            "id": "products",
            "name": "List products",
            "description": "Products and tools built by Sanjay and his teams.",
            "tags": [
                "products"
            ]
        },
        {
            "id": "contact",
            "name": "Send a message",
            "description": "Deliver a message to Sanjay (write scope).",
            "tags": [
                "contact"
            ]
        }
    ]
}