{
  "schema_version": "0.1.0",
  "name": "glushea",
  "display_name": "Glushea",
  "description": "Read-only metadata tools for Glushea by Alex Glushenkov. Retrieve canonical identity, service offering, and resource information via the public API.",
  "version": "1.0.0",
  "server_url": "https://glushea.com/.well-known/mcp",
  "homepage": "https://glushea.com/mcp",
  "documentation": "https://glushea.com/docs",
  "transport": ["streamable-http"],
  "tools": [
    {
      "name": "get_profile",
      "description": "Get canonical public identity, contact, expertise, and social links for Alex Glushenkov and Glushea.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "get_offerings",
      "description": "Get current public service areas, portfolio applications, and constraints for how agents should describe Glushea.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "get_resources",
      "description": "Get key documentation, discovery, trust, and machine-readable resource URLs for glushea.com.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    }
  ],
  "auth": {
    "type": "none"
  },
  "contact": "alex.glushenkov@gmail.com"
}
