{
  "protocolVersion": "0.3.0",
  "name": "TorqueTrail Blog Intelligence",
  "description": "Read-only access to the public TorqueTrail blog: practical writing on convoy coordination, group drive planning, route planning and road-trip storytelling. Lists and returns published articles as clean Markdown. It cannot read, write or expose user accounts, trips, convoys or any private data — the corpus is exactly the public blog.",
  "url": "https://torquetrail.online/mcp",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "documentationUrl": "https://torquetrail.online/blog",
  "provider": {
    "organization": "TorqueTrail",
    "url": "https://torquetrail.online"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/markdown",
    "application/json"
  ],
  "securitySchemes": {},
  "security": [],
  "skills": [
    {
      "id": "list_blog_posts",
      "name": "List blog posts",
      "description": "List published TorqueTrail blog posts, newest first. Supports pagination and filtering by tag or category. Returns metadata and a short summary for each post — call get_blog_post with a slug to read the full article.",
      "tags": [
        "blog",
        "content",
        "read-only",
        "travel",
        "convoy",
        "road-trip"
      ],
      "examples": [
        "List the latest TorqueTrail blog posts",
        "Show me articles tagged convoy coordination",
        "What has TorqueTrail published about CarPlay?"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "get_blog_post",
      "name": "Get a blog post",
      "description": "Fetch one published TorqueTrail blog post by slug and return the full article as clean Markdown, with no navigation, HTML wrappers or UI boilerplate.",
      "tags": [
        "blog",
        "content",
        "read-only",
        "travel",
        "convoy",
        "road-trip"
      ],
      "examples": [
        "Read the TorqueTrail post about disappearing convoy chat",
        "Get the full text of the CarPlay convoy article"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/markdown"
      ]
    }
  ]
}
