{
  "name": "emin-writing",
  "version": "1.0.0",
  "description": "Search, read, draft, update, publish, and delete Emin's work.",
  "transport": {
    "type": "streamable-http",
    "url": "https://writing.emin.de/mcp"
  },
  "authentication": {
    "public_tools": [
      "search_work",
      "list_work",
      "get_work"
    ],
    "write_tools": "Bearer token"
  },
  "tools": [
    "search_work",
    "list_work",
    "get_work",
    "create_draft",
    "update_work",
    "publish_work",
    "delete_work"
  ]
}