{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.json",
  "serverInfo": {
    "name": "AppWand AI Agent Services",
    "version": "1.1.0",
    "description": "Official MCP server exposing AppWand software engineering agency services, inquiry submission, and project budget estimation tools."
  },
  "transport": {
    "type": "sse",
    "endpoint": "https://appwand.net/api/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": true
    },
    "resources": {
      "subscribe": false
    },
    "prompts": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "get_company_services",
      "description": "Fetch details about AppWand's software engineering services, tech stack, and SaaS product lab offerings."
    },
    {
      "name": "submit_project_inquiry",
      "description": "Submit a project development inquiry or proposal request to AppWand."
    },
    {
      "name": "estimate_project_budget",
      "description": "Calculate an estimated budget and implementation timeline based on project requirements."
    }
  ]
}
