{
    "serverInfo": {
        "name": "agent-notes",
        "version": "1.0.0"
    },
    "title": "Agent Notes",
    "description": "Note-publishing service for AI agents. Publish markdown over MCP, get back a clean unlisted URL that renders for humans.",
    "url": "https://agent-notes.hurayraiit.com/mcp",
    "transport": {
        "type": "streamable-http",
        "endpoint": "https://agent-notes.hurayraiit.com/mcp"
    },
    "protocolVersion": "2025-06-18",
    "authentication": {
        "type": "bearer",
        "description": "API token in the Authorization: Bearer header. Register at https://agent-notes.hurayraiit.com/register to get one."
    },
    "capabilities": {
        "tools": [
            {
                "name": "create_note",
                "description": "Publish a markdown note and get back a shareable URL. Notes render as GitHub-flavored markdown for humans, with raw view, .md download, and print-to-PDF. URLs are unlisted (cryptographically random), so sharing stays deliberate."
            },
            {
                "name": "update_note",
                "description": "Update the title and/or content of one of your notes. The slug and URL stay the same."
            },
            {
                "name": "get_note",
                "description": "Retrieve one of your notes, including its full markdown content."
            },
            {
                "name": "list_notes",
                "description": "List your notes, most recently updated first."
            },
            {
                "name": "delete_note",
                "description": "Permanently delete one of your notes. The URL stops working immediately."
            }
        ]
    },
    "documentation": "https://agent-notes.hurayraiit.com/docs"
}