{
  "name": "mana-public",
  "protocolVersion": "2025-11-25",
  "transport": "streamable-http",
  "capabilities": {
    "tools": {},
    "resources": {}
  },
  "authentication": {
    "type": "none"
  },
  "documentation": "https://mana.am/llms-full.txt",
  "url": "https://api.mana.am/mcp",
  "serverUrl": "https://api.mana.am/mcp",
  "servers": [
    {
      "url": "https://api.mana.am/mcp",
      "transport": "streamable-http"
    },
    {
      "url": "https://mana.am/docs/mcp",
      "transport": "streamable-http",
      "role": "docs-mcp"
    },
    {
      "url": "https://mana.am/mcp",
      "transport": "streamable-http",
      "role": "docs-mcp-short-alias"
    },
    {
      "url": "https://mana.am/api/mcp",
      "transport": "streamable-http",
      "role": "apex-proxy"
    },
    {
      "url": "https://mana.am/webmcp",
      "transport": "streamable-http",
      "role": "apex-proxy"
    }
  ],
  "mcpServers": {
    "mana-public-api": {
      "url": "https://api.mana.am/mcp",
      "transport": "streamable-http"
    },
    "mana-docs": {
      "url": "https://mana.am/docs/mcp",
      "transport": "streamable-http"
    },
    "mana-docs-short-alias": {
      "url": "https://mana.am/mcp",
      "transport": "streamable-http"
    },
    "mana-public-apex-alias": {
      "url": "https://mana.am/api/mcp",
      "transport": "streamable-http"
    },
    "mana-public-webmcp": {
      "url": "https://mana.am/webmcp",
      "transport": "streamable-http"
    }
  },
  "tools": [
    {
      "name": "search_community_apps",
      "description": "Search and browse the Mana community's published mini-apps.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "description": "Free-text search across app titles and descriptions."
          },
          "sort": {
            "type": "string",
            "enum": [
              "trending",
              "recent",
              "popular",
              "remixed",
              "liked"
            ],
            "description": "Ordering of results. Defaults to trending."
          },
          "category": {
            "type": "string",
            "description": "Category slug."
          },
          "tag": {
            "type": "string",
            "description": "Tag key."
          },
          "limit": {
            "type": "integer",
            "minimum": 1,
            "maximum": 48,
            "description": "Number of apps to return."
          },
          "offset": {
            "type": "integer",
            "minimum": 0,
            "description": "Pagination offset."
          }
        },
        "additionalProperties": false
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      },
      "_meta": {
        "ui.resourceUri": "ui://mana/community.html",
        "openai/outputTemplate": "ui://mana/community.html"
      }
    },
    {
      "name": "get_popular_tags",
      "description": "List popular tags used by the Mana community.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "limit": {
            "type": "integer",
            "minimum": 1,
            "maximum": 100,
            "description": "Maximum number of tags to return."
          }
        },
        "additionalProperties": false
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      },
      "_meta": {
        "ui.resourceUri": "ui://mana/tags.html",
        "openai/outputTemplate": "ui://mana/tags.html"
      }
    },
    {
      "name": "get_public_share",
      "description": "Fetch either a Mana creator's public profile or one published Mana creation.",
      "inputSchema": {
        "type": "object",
        "required": [
          "kind",
          "handle"
        ],
        "properties": {
          "kind": {
            "type": "string",
            "enum": [
              "creator",
              "app"
            ],
            "description": "Use \"creator\" for a public creator profile, or \"app\" for one creation."
          },
          "handle": {
            "type": "string",
            "description": "The creator's handle, without the leading @."
          },
          "slug": {
            "type": "string",
            "description": "Required when kind is \"app\": the published creation slug."
          },
          "locale": {
            "type": "string",
            "description": "Optional BCP-47 locale for localized display text."
          }
        },
        "additionalProperties": false
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      },
      "_meta": {
        "ui.resourceUri": "ui://mana/creator.html",
        "openai/outputTemplate": "ui://mana/creator.html"
      }
    }
  ],
  "resources": [
    {
      "uri": "ui://mana/community.html",
      "name": "Mana community cards",
      "mimeType": "text/html;profile=mcp-app"
    },
    {
      "uri": "ui://mana/tags.html",
      "name": "Mana popular tags",
      "mimeType": "text/html;profile=mcp-app"
    },
    {
      "uri": "ui://mana/creator.html",
      "name": "Mana creator profile",
      "mimeType": "text/html;profile=mcp-app"
    },
    {
      "uri": "ui://mana/app-share.html",
      "name": "Mana app share",
      "mimeType": "text/html;profile=mcp-app"
    }
  ],
  "serverInfo": {
    "name": "mana-public",
    "version": "1.0.0"
  }
}