{
  "markdown": "# Storeboard MCP server\n\nConnect an MCP-compatible agent to Storeboard and generate exact-size App Store and Google Play assets from the conversation.\n\nThis repository contains the public metadata and client configuration for Storeboard's hosted MCP server. The hosted endpoint is:\n\n```text\nhttps://storeboard.dev/api/mcp\n```\n\nStoreboard uses Streamable HTTP and the same Bearer API keys, credits, account limits, generation pipeline, and QA process as the web application and REST API.\n\n## Links\n\n- [API and MCP documentation](https://storeboard.dev/docs/api)\n- [Create an API key](https://storeboard.dev/app/keys)\n- [Storeboard](https://storeboard.dev)\n\n## Available tools\n\n| Tool | Purpose |\n| --- | --- |\n| `list_specs` | List supported assets, exact pixel sizes, and credit costs |\n| `get_credits` | Read the current plan, credits, and usage limits |\n| `analyze_app` | Analyze an app URL, description, or reference screenshot |\n| `generate_screenshot` | Generate an exact-size screenshot or Play feature graphic |\n| `generate_listing` | Generate Apple and Google Play listing copy |\n\nLow-quality image drafts are free. Medium and high quality images cost credits and are checked against the requested headline. Supplying `appScreen` makes Storeboard composite the real app UI into a deterministic device frame.\n\n## Claude Code\n\nCreate a Storeboard API key, then run:\n\n```bash\nclaude mcp add --transport http storeboard \\\n  https://storeboard.dev/api/mcp \\\n  --header \"Authorization: Bearer sb_live_your_key\"\n```\n\n## JSON configuration\n\nFor clients that accept MCP server JSON:\n\n```json\n{\n  \"mcpServers\": {\n    \"storeboard\": {\n      \"type\": \"http\",\n      \"url\": \"https://storeboard.dev/api/mcp\",\n      \"headers\": {\n        \"Authorization\": \"Bearer sb_live_your_key\"\n      }\n    }\n  }\n}\n```\n\nKeep the key out of source control. If your client supports environment interpolation, use it instead of writing a key directly in the configuration file.\n\n## Example prompts\n\n```text\nAnalyze https://myapp.example and propose five App Store screenshot concepts.\n```\n\n```text\nList the available Storeboard specs, then create a free iPhone draft for the first concept.\n```\n\n```text\nWrite Apple and Google Play listing copy using these screenshot headlines.\n```\n\n## Registry metadata\n\n[`server.json`](./server.json) describes the hosted server for the official MCP Registry. [`smithery-config-schema.json`](./smithery-config-schema.json) maps a user-provided Storeboard authorization value to the upstream `Authorization` header for Smithery.\n\nThis metadata repository is available under the MIT License. Use of the hosted Storeboard service remains subject to Storeboard's terms.\n\n<!-- mcp-name: io.github.ophydami/storeboard -->\n",
  "bytes": 2723,
  "sha": "266434a27fd81a46c42d741006c8f55d44ab6c074cfa721debb578245fb66824",
  "repo_slug": "ophydami/storeboard-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_ophydami_storeboard_78ee08db/readme"
}