{
  "$schema": "https://raw.githubusercontent.com/modelcontextprotocol/modelcontextprotocol/main/schema/server-card.json",
  "serverInfo": {
    "name": "Spedy MCP",
    "version": "1.0.0",
    "description": "Model Context Protocol server for Spedy: tickets (incl. claims, run reports and delivery trace), boards, wiki, knowledge, pull requests, pipelines, time tracking and work context. Spedy runs no agents — bring your own."
  },
  "transport": {
    "type": "http",
    "endpoint": "https://spedy.ai/api/v1/mcp"
  },
  "capabilities": {
    "tools": {
      "count": 52,
      "namespaces": {
        "tickets": [
          "tickets_list",
          "tickets_search",
          "tickets_get",
          "tickets_create",
          "tickets_update",
          "tickets_move_status",
          "tickets_resolve",
          "tickets_add_comment",
          "tickets_set_custom_fields",
          "tickets_claim",
          "tickets_heartbeat",
          "tickets_release",
          "tickets_report",
          "tickets_delivery_trace",
          "tickets_list_links",
          "tickets_create_link",
          "tickets_delete_link",
          "tickets_list_subtickets",
          "tickets_create_subticket",
          "tickets_convert_to_subticket",
          "tickets_promote_to_standalone"
        ],
        "boards": [
          "boards_list",
          "boards_get"
        ],
        "statuses": [
          "statuses_list"
        ],
        "labels": [
          "labels_list"
        ],
        "milestones": [
          "milestones_list"
        ],
        "custom_fields": [
          "custom_fields_list"
        ],
        "timers": [
          "timers_start",
          "timers_stop",
          "timers_stopAll",
          "timers_list"
        ],
        "knowledge": [
          "knowledge_recall",
          "knowledge_search",
          "knowledge_store",
          "knowledge_update",
          "knowledge_list",
          "knowledge_delete"
        ],
        "wiki": [
          "wiki_spaces_list",
          "wiki_spaces_get",
          "wiki_pages_list",
          "wiki_pages_get",
          "wiki_search",
          "wiki_pages_create",
          "wiki_pages_update"
        ],
        "pull_requests": [
          "pull_requests_list",
          "pull_requests_get"
        ],
        "pipelines": [
          "pipelines_list"
        ],
        "users": [
          "users_me"
        ],
        "work_context": [
          "work-context_get",
          "work-context_board-health",
          "work-context_ticket-explanation"
        ],
        "context": [
          "context_search"
        ]
      },
      "names": [
        "tickets_list",
        "tickets_search",
        "tickets_get",
        "tickets_create",
        "tickets_update",
        "tickets_move_status",
        "tickets_resolve",
        "tickets_add_comment",
        "tickets_set_custom_fields",
        "tickets_claim",
        "tickets_heartbeat",
        "tickets_release",
        "tickets_report",
        "tickets_delivery_trace",
        "tickets_list_links",
        "tickets_create_link",
        "tickets_delete_link",
        "tickets_list_subtickets",
        "tickets_create_subticket",
        "tickets_convert_to_subticket",
        "tickets_promote_to_standalone",
        "boards_list",
        "boards_get",
        "statuses_list",
        "labels_list",
        "milestones_list",
        "custom_fields_list",
        "timers_start",
        "timers_stop",
        "timers_stopAll",
        "timers_list",
        "knowledge_recall",
        "knowledge_search",
        "knowledge_store",
        "knowledge_update",
        "knowledge_list",
        "knowledge_delete",
        "wiki_spaces_list",
        "wiki_spaces_get",
        "wiki_pages_list",
        "wiki_pages_get",
        "wiki_search",
        "wiki_pages_create",
        "wiki_pages_update",
        "pull_requests_list",
        "pull_requests_get",
        "pipelines_list",
        "users_me",
        "work-context_get",
        "work-context_board-health",
        "work-context_ticket-explanation",
        "context_search"
      ]
    },
    "resources": {},
    "prompts": {}
  },
  "documentation": "https://docs.spedy.ai/docs/api"
}