Information
Analytics
    Get post performance metrics — views, likes, comments, shares, and engagement rate.postQueue analytics refresh jobs for all posts from the last 7 days across connected platforms.post
Autopilot
    List autopilot configurations showing schedules, credit budgets, last run times, and active/inactive status.postUpdate an existing autopilot configuration.postGet autopilot system overview: active config count, recent execution results, credits consumed, and next scheduled run time.postCreate a new autopilot configuration for automated content pipeline execution.post
Brand
    Analyze a website URL and extract brand identity data including brand name, colors, voice/tone, target audience, and logo.postLoad the active persisted brand profile for a project from brand_profiles.postPersist a brand profile as the active profile for a project.postUpdate platform-specific voice overrides (samples, tone/style, CTA/hashtag strategy).post
brandRuntime
    Get the full brand runtime for a project.postExplains what brand data is available vs missing for a project.postCheck if content text is consistent with the brand voice, vocabulary, messaging, and factual claims.postAudit content colors against the brand palette using perceptual color distance (Delta E 2000).postExport brand palette and typography as design tokens.post
carousel
    End-to-end carousel creation: generates slide text + kicks off image generation for each slide in parallel.post
Comments
    List YouTube comments — pass video_id (11-char string, e.postReply to a YouTube comment.postPost a new top-level comment on a YouTube video.postModerate a YouTube comment by setting its status to published or rejected.postDelete a YouTube comment.post
Content
    Start an async AI video generation job — returns a job_id immediately.postStart an async AI image generation job — returns a job_id immediately.postPoll an async job started by generate_video or generate_image.postPlan a multi-scene video storyboard with AI-generated prompts, durations, captions, and voiceover text per frame.postGenerate a voiceover audio file for video narration.postGenerate carousel slide content (headlines, body text, emphasis words per slide).post
Credits
    Check remaining credits, monthly limit, spending cap, and plan tier.postCheck how much of the per-session budget has been consumed.post
digest
    Generate a performance summary for a time period.postDetect significant performance changes: spikes, drops, viral content, trend shifts.post
discovery
    Search available tools by name, description, module, or scope.post
Distribution
    Publish or schedule a post to connected social platforms.postCheck which social platforms have active OAuth connections for posting.postList recent published and scheduled posts with status, platform, title, and timestamps.postFind optimal posting time slots based on best posting times and existing schedule.postSchedule all posts in a content plan.post
Extraction
    Extract text content from any URL — YouTube video transcripts, article text, or product page features/benefits/USP.post
Ideation Context
    Get synthesized ideation context from performance insights.post
Ideation
    Create a script, caption, hook, or blog post tailored to a specific platform.postGet current trending topics for content inspiration.postRewrite existing content for a different platform — adjusts character limits, hashtag style, tone, and CTA format automatically.post
Insights
    Query performance insights derived from post analytics.postAnalyze post analytics data to find the best times to post for maximum engagement.post
Loop Summary
    Get a one-call dashboard summary of the feedback loop state (brand profile, recent content, and current insights).post
media
    Upload a local file or external URL to persistent R2 storage.postGet a fresh signed URL for an R2 media key.post
pipeline
    Pre-flight check before run_content_pipeline.postRun the full content pipeline: research trends → generate plan → quality check → auto-approve → schedule posts.postCheck status of a pipeline run, including stages completed, pending approvals, and scheduled posts.postBatch auto-approve posts in a content plan that meet quality thresholds.post
Plan Approvals
    Create pending approval rows for each post in a content plan.postList MCP-native approval items for a specific content plan.postApprove, reject, or edit a pending plan approval item.post
Planning
    Generate a full content plan with platform-specific drafts, hooks, angles, and optimal schedule times.postSave a content plan to the database for team review, approval workflows, and scheduled publishing.postRetrieve a persisted content plan by ID.postUpdate individual posts in a persisted content plan.postCreate pending approval items for each post in a plan and mark plan status as in_review.post
Quality
    Score post quality across 7 categories: Hook Strength, Message Clarity, Platform Fit, Brand Alignment, Novelty, CTA Strength, and Safety/Claims.postBatch quality check all posts in a content plan.post
recipes
    List available recipe templates.postGet full details of a recipe template including all steps, input schema, and estimated costs.postExecute a recipe template with the provided inputs.postCheck the status of a running recipe execution.post
Remotion
    List all available Remotion video compositions defined in Social Neuron.postRender a Remotion composition to an MP4 or GIF file locally.postRender a Remotion template video in the cloud.post
Screenshots
    Navigate to a Social Neuron app page and take a full-page screenshot.postTake a screenshot of any URL.post
suggest
    Suggest next content topics based on performance insights, past content, and competitor patterns.post
Usage
    Get your MCP API usage breakdown for the current billing month.post
YouTube Analytics
    Fetch YouTube channel analytics.post
powered by Zudoku
Social Neuron MCP Tools API
Social Neuron MCP Tools API

brandRuntime

brandRuntime tools (scope: mcp:read, credits: ~0)


Get the full brand runtime for a project.

POST
https://api.socialneuron.com
/v1/tools/get_brand_runtime

Get the full brand runtime for a project. Returns the 4-layer brand system: messaging (value props, pillars, proof points), voice (tone, vocabulary, avoid patterns), visual (palette, typography, composition), and operating constraints (audience, archetype). Also returns extraction confidence metadata.

Get the full brand runtime for a project. › Request Body

project_id
​string

Project ID. Defaults to current project.

Get the full brand runtime for a project. › Responses

Successful tool execution.

​object[]
POST/v1/tools/get_brand_runtime
curl --request POST \ --url https://api.socialneuron.com/v1/tools/get_brand_runtime \ --header 'Content-Type: application/json' \ --data ' { "project_id": "project_id" } '
shell
Example Request Body
{ "project_id": "project_id" }
json
Example Responses
{ "content": [ { "type": "text", "text": "text" } ] }
json
application/json

Explains what brand data is available vs missing for a project.

POST
https://api.socialneuron.com
/v1/tools/explain_brand_system

Explains what brand data is available vs missing for a project. Returns a human-readable summary of completeness, confidence levels, and recommendations for improving the brand profile.

Explains what brand data is available vs missing for a project. › Request Body

project_id
​string

Project ID. Defaults to current project.

Explains what brand data is available vs missing for a project. › Responses

Successful tool execution.

​object[]
POST/v1/tools/explain_brand_system
curl --request POST \ --url https://api.socialneuron.com/v1/tools/explain_brand_system \ --header 'Content-Type: application/json' \ --data ' { "project_id": "project_id" } '
shell
Example Request Body
{ "project_id": "project_id" }
json
Example Responses
{ "content": [ { "type": "text", "text": "text" } ] }
json
application/json

Check if content text is consistent with the brand voice, vocabulary, messaging, and factual claims.

POST
https://api.socialneuron.com
/v1/tools/check_brand_consistency

Check if content text is consistent with the brand voice, vocabulary, messaging, and factual claims. Returns per-dimension scores (0-100) and specific issues found. Use this to validate scripts, captions, or post copy before publishing.

Check if content text is consistent with the brand voice, vocabulary, messaging, and factual claims. › Request Body

content
​string · required

The content text to check for brand consistency.

project_id
​string

Project ID. Defaults to current project.

Check if content text is consistent with the brand voice, vocabulary, messaging, and factual claims. › Responses

Successful tool execution.

​object[]
POST/v1/tools/check_brand_consistency
curl --request POST \ --url https://api.socialneuron.com/v1/tools/check_brand_consistency \ --header 'Content-Type: application/json' \ --data ' { "content": "content", "project_id": "project_id" } '
shell
Example Request Body
{ "content": "content", "project_id": "project_id" }
json
Example Responses
{ "content": [ { "type": "text", "text": "text" } ] }
json
application/json

Audit content colors against the brand palette using perceptual color distance (Delta E 2000).

POST
https://api.socialneuron.com
/v1/tools/audit_brand_colors

Audit content colors against the brand palette using perceptual color distance (Delta E 2000). Returns per-color compliance scores and identifies the closest brand color for each input.

Audit content colors against the brand palette using perceptual color distance (Delta E 2000). › Request Body

content_colors
​string · required

Hex color strings used in the content (e.g., ["#FF0000", "#00FF00"])

project_id
​string

Project ID. Defaults to current project.

threshold
​number

Max Delta E for on-brand (default 10). Lower = stricter.

Audit content colors against the brand palette using perceptual color distance (Delta E 2000). › Responses

Successful tool execution.

​object[]
POST/v1/tools/audit_brand_colors
curl --request POST \ --url https://api.socialneuron.com/v1/tools/audit_brand_colors \ --header 'Content-Type: application/json' \ --data ' { "content_colors": "content_colors", "project_id": "project_id", "threshold": 0 } '
shell
Example Request Body
{ "content_colors": "content_colors", "project_id": "project_id", "threshold": 0 }
json
Example Responses
{ "content": [ { "type": "text", "text": "text" } ] }
json
application/json

Export brand palette and typography as design tokens.

POST
https://api.socialneuron.com
/v1/tools/export_design_tokens

Export brand palette and typography as design tokens. Supports CSS custom properties, Tailwind config, and Figma Tokens JSON formats.

Export brand palette and typography as design tokens. › Request Body

format
​string · enum · required

Output format: css (CSS variables), tailwind (theme.extend.colors), figma (Figma Tokens JSON)

Enum values:
css
tailwind
figma
project_id
​string

Project ID. Defaults to current project.

Export brand palette and typography as design tokens. › Responses

Successful tool execution.

​object[]
POST/v1/tools/export_design_tokens
curl --request POST \ --url https://api.socialneuron.com/v1/tools/export_design_tokens \ --header 'Content-Type: application/json' \ --data ' { "format": "css", "project_id": "project_id" } '
shell
Example Request Body
{ "format": "css", "project_id": "project_id" }
json
Example Responses
{ "content": [ { "type": "text", "text": "text" } ] }
json
application/json

Brandcarousel