{
  "serverInfo": {
    "name": "404mates",
    "version": "1.0.0",
    "title": "404 Mates Publication MCP",
    "description": "Rédaction et publication d’articles 404 Mates (create / update / publish) via MCP Streamable HTTP."
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://404mates.ai/api/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {},
    "prompts": {}
  },
  "tools": [
    "get_schema",
    "list_categories",
    "list_authors",
    "list_articles",
    "get_article",
    "create_article",
    "update_article",
    "publish_article"
  ],
  "authentication": {
    "type": "api_key",
    "schemes": [
      "Bearer",
      "x-api-key"
    ],
    "documentation": "https://404mates.ai/auth.md"
  }
}