← Back to Plugins
MCP Server MCP

ASOHawk

github By github 👁 1 views ▲ 0 votes

ASO analytics and App Store optimization tools for indie iOS developers and AI agents.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://asohawk.cc/api/mcp",
      "headers": [
        {
          "description": "ASOHawk workspace API key created in Settings > API keys",
          "value": "Bearer {api_key}",
          "variables": {
            "api_key": {
              "description": "ASOHawk workspace API key",
              "isRequired": true,
              "format": "string",
              "isSecret": true
            }
          },
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...