{
  "markdown": "# Blueprint Studio — Claude Code Plugin\n\nGenerate assets, manage brands, invite team members, and more — directly from Claude Code.\nThis Claude plugin is for use with the [Blueprint Studio Asset Generator](https://tools.blueprintstudio.ai/?utm_source=github&utm_medium=readme&utm_campaign=asset_generator_claude_plugin).\n\n## Installation\n\n### Option A: Via Marketplace (recommended)\n\n```bash\n/plugin marketplace add Blueprint-Studio-AI/claude-code-marketplace\n/plugin install blueprint-studio@blueprint-studio-marketplace\n```\n\n### Option B: Direct from GitHub\n\n```bash\n/plugin install Blueprint-Studio-AI/claude-code-asset-generator\n```\n\n### Option C: Manual MCP config\n\nAdd the MCP server URL to your Claude Code config:\n\n```json\n{\n    \"mcpServers\": {\n        \"blueprint-studio\": {\n            \"url\": \"https://tools.blueprintstudio.ai/api/mcp\"\n        }\n    }\n}\n```\n\nClaude Code will open your browser to sign in with your Blueprint Studio account. No API keys needed.\n\n## Usage\n\nOnce authenticated, Claude can work with Blueprint Studio as part of natural conversation:\n\n> \"Generate a settings icon in my brand style\"\n> \"Invite brandon@example.com to my brand\"\n> \"Create a new brand called Acme Design\"\n> \"List my API keys\"\n\n## Available Tools\n\n### Asset Generation\n\n- `generate_asset` — Generate an image from a prompt\n- `list_assets` — Browse generated assets\n- `get_asset` — Get details for a specific asset\n- `delete_asset` — Delete an asset\n- `download_asset` — Download an asset image\n- `favorite_asset` — Toggle favorite on an asset\n- `remove_background` — Remove image background\n- `share_asset` — Generate a shareable link\n\n### Brand Management\n\n- `create_brand` — Create a new brand/organization\n- `list_brands` — List your brands\n- `get_brand` — Get brand details and settings\n- `update_brand_settings` — Update default style or prompt template\n- `delete_brand` — Delete a brand (owner only)\n\n### Team Management\n\n- `invite_member` — Invite someone by email\n- `list_members` — List members and pending invites\n- `update_member_role` — Change a member's role\n- `remove_member` — Remove a member\n\n### Styles\n\n- `list_styles` — List available styles\n- `create_style` — Create a custom brand style\n- `get_style` — Get style details\n- `update_style` — Update a custom style\n- `delete_style` — Delete a custom style\n\n### Generation Helpers\n\n- `suggest_prompts` — Get AI-powered prompt suggestions\n- `generate_ideas` — Brainstorm asset concepts\n\n### API Keys\n\n- `create_api_key` — Create a key for automation/CI\n- `list_api_keys` — List your active keys\n- `revoke_api_key` — Revoke a key\n\n## Project Config (`.blueprint.json`)\n\nOptional project-level defaults. Safe to commit to git.\n\n```json\n{\n    \"outputDir\": \"./public/assets\",\n    \"defaultStyleId\": \"your-style-id\",\n    \"defaultAspectRatio\": \"1:1\",\n    \"defaultImageSize\": \"2K\"\n}\n```\n",
  "bytes": 2844,
  "sha": "17c79f6e84d7691e4878a8f39895cdf9320021cddfef5aed7ce1b1f01f090996",
  "repo_slug": "blueprint-studio-ai/claude-code-asset-generator",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_blueprint_studio_ai_claude_code_asset_ge_61811908/readme"
}