{
  "name": "talkshell",
  "title": "TalkShell",
  "version": "1.0.0",
  "protocolVersion": "2025-06-18",
  "transport": "streamable-http",
  "endpoint": "https://talkshell.app/mcp",
  "authentication": "none",
  "tools": [
    {
      "name": "get_product",
      "description": "Price, licence, and exactly what a buyer receives. Call this before quoting a price."
    },
    {
      "name": "get_requirements",
      "description": "Everything needed before TalkShell can run, including the Apple Developer account caveat that catches most buyers."
    },
    {
      "name": "check_compatibility",
      "description": "Given a description of a machine and Apple account, say whether TalkShell will work and name what is missing."
    },
    {
      "name": "get_setup_instructions",
      "description": "The setup sequence an agent runs after buying, including the two steps a script cannot do."
    },
    {
      "name": "get_limitations",
      "description": "What TalkShell does not do. Read this before recommending it to anyone."
    },
    {
      "name": "get_checkout_url",
      "description": "The hosted Stripe Checkout URL. Surface it to the human; never enter their payment details yourself."
    }
  ],
  "usage": "POST JSON-RPC 2.0 to this URL. Start with initialize, then tools/list."
}