{
  "endpoint": "https://spryntworks.com/mcp",
  "transport": "streamable-http",
  "protocolVersions": [
    "2025-06-18",
    "2025-03-26",
    "2024-11-05"
  ],
  "serverInfo": {
    "name": "spryntworks",
    "title": "Spryntworks",
    "version": "1.0.0"
  },
  "instructions": "Read-only tools describing Spryntworks (AI automation studio): services, pricing, contact details, company profile, and blog posts. Send JSON-RPC 2.0 via HTTP POST to the endpoint; see /openapi.json for the full API description.",
  "tools": [
    {
      "name": "get_company_profile",
      "title": "Get Spryntworks company profile",
      "description": "Company profile for Spryntworks: what the business does, founder, services overview, contact details (email, booking link, postal address), and when to engage them."
    },
    {
      "name": "get_services_and_pricing",
      "title": "Get Spryntworks services & pricing",
      "description": "Full description of Spryntworks services and pricing tiers: AI Opportunity Audit ($499), AI Workflow Supercharger ($1,999), Custom AI OS / Platform (from $4,999), and maintenance."
    },
    {
      "name": "get_contact_info",
      "title": "Get Spryntworks contact info",
      "description": "How to contact Spryntworks: email address, booking link for calls, and mailing address."
    },
    {
      "name": "list_blog_posts",
      "title": "List Spryntworks blog posts",
      "description": "Index of published Spryntworks blog posts about AI-first MVPs, validating startup ideas, scoping builds, and workflow automation."
    },
    {
      "name": "get_blog_post",
      "title": "Get a Spryntworks blog post",
      "description": "Fetch one Spryntworks blog post as Markdown by its slug. Use list_blog_posts first to discover slugs."
    },
    {
      "name": "list_engineering_posts",
      "title": "List Spryntworks engineering posts",
      "description": "Index of published Spryntworks engineering posts about multi-agent architectures, MCP protocol, and systems engineering."
    },
    {
      "name": "get_engineering_post",
      "title": "Get a Spryntworks engineering post",
      "description": "Fetch one Spryntworks engineering post as Markdown by its slug. Use list_engineering_posts first to discover slugs."
    }
  ],
  "specification": "https://spryntworks.com/openapi.json"
}