Attribura

Claude Code workflow

Beta

The loop around the tools: read your brand context, write and render content locally, push the finished piece back here for you to publish. Agents reading this site can start from /llms.txt.

Connect first

Everything below assumes the MCP is connected. That is one command and one token — Connect an agent walks it, and the MCP page mints the token. Once connected, run /mcp in Claude Code and 56 tools should be listed. The exceptions are push_creative and push_slideshow: both read a file off your local disk, so they exist only on the stdio server that ships in the repo. Over HTTP, upload via POST /v1/creatives (multipart) instead.

The content workspace

Content (memes, reels, edits) is produced locally in the repo's content/ Remotion workspace:

bash
cd attribura/content && npm install
npm run studio   # optional: hot-reload preview editor

Claude Code picks up the create-content skill automatically inside the repo — it carries the format catalog, caption conventions, safe areas, and the copywriting reference. Just ask it for a meme, a reel, or a facecam edit.

The loop

get_context    write copy    render locally (Remotion)
       Claude previews the frames itself    push_creative
       it lands on the Board as a draft    you review,
        edit the caption, mark ready    publish

Every video is a recipe (a props JSON + a template): ask Claude for any change — a different hook, caption position, a b-roll swap — and it edits the recipe and re-renders identically.

The tools it calls

56 tools over the hosted server, in 8 domains. What each one does, and which of them a read-only token can call, is in the tool catalog.

Brand & personasget_context · save_brand · save_persona · delete_persona
Creatives & librarylist_creatives · update_creative · push_brief · push_creative · push_slideshow
Revenue & attributionget_overview · get_performance · get_revenue_events · get_store_sales · get_self_report_summary · list_self_reports · get_revenue_breakdown · get_analytics · get_store_funnel · get_onboarding_funnel · get_retention
Reputation & repliesget_reputation · list_mentions · get_store_rating · draft_reply · list_replies · send_reply · cancel_reply
Projects & connectionslist_projects · get_coverage · get_integrations_health
Content & postslist_content · get_content_config · list_ideas · claim_idea · mark_posted · link_creative · list_accounts · get_tiktok_creator_info · publish_creative · list_publish_jobs · cancel_publish · reserve_keyword · release_keyword
Links & clickslist_links · list_clicks
App Store keywords (ASO)keyword_brief · list_tracked_keywords · get_keyword_history · get_keywords_field · get_listing · suggest_keywords · update_listing · create_app_version · list_notes · add_note · delete_note · track_keywords · untrack_keyword