{
  "serverInfo": {
    "name": "student-offers-mcp",
    "version": "1.0.0",
    "title": "Student Offers MCP",
    "description": "Public MCP-compatible tools for Student Offers docs and page retrieval."
  },
  "transports": [
    {
      "type": "http",
      "url": "https://www.studentoffers.co/mcp",
      "format": "jsonrpc"
    }
  ],
  "capabilities": {
    "tools": [
      {
        "name": "search_docs",
        "description": "Search public Student Offers documentation and guides."
      },
      {
        "name": "get_page",
        "description": "Fetch a supported public page as markdown."
      }
    ]
  }
}