{
  "serverInfo": {
    "name": "Preisser Solutions Agent Discovery",
    "version": "1.0.0"
  },
  "protocolVersion": "2025-06-18",
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "subscribe": false,
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "preisser_solutions_start_inquiry",
      "description": "Create a structured inquiry handoff for Preisser Solutions projects: business software, business automation, and AI integration — admin dashboards, customer and member databases, document pipelines, and the automations between them.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "Requester name."
          },
          "email": {
            "type": "string",
            "format": "email",
            "description": "Requester email."
          },
          "company": {
            "type": "string",
            "description": "Company or organization name."
          },
          "projectType": {
            "type": "string",
            "description": "Project category such as business software, admin dashboard, customer database, document pipeline, workflow automation, system integration, or AI integration."
          },
          "message": {
            "type": "string",
            "description": "What the business needs built or improved."
          }
        },
        "required": [
          "message"
        ],
        "additionalProperties": false
      }
    }
  ],
  "documentation": "https://preissersolutions.com/docs/agent-api.md"
}