SocialNeuronSocialNeuronSocialNeuron
  • Docs
  • REST API
  • MCP Tools API
Product
  • Dashboard
  • Pricing
  • What's New
Developers
  • REST API
  • MCP Tools API
  • CLI Reference
  • npm Package
  • GitHub
Support
  • Help & Support
  • FAQ
  • Email Support
Community
  • X / Twitter
  • GitHub
  • Privacy Policy
  • Terms of Service
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.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
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
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
Social Neuron MCP Tools API

​Planning

Endpoint:https://api.socialneuron.com

Planning tools (scope: mcp:write, credits: ~1-3)


​Generate a full content plan with platform-specific drafts, hooks, angles, and optimal schedule times.

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

Generate a full content plan with platform-specific drafts, hooks, angles, and optimal schedule times. Pass a topic or source_url — brand context and performance insights auto-load via project_id. Output feeds directly into quality_check_plan then schedule_content_plan. Costs ~5-15 credits depending on post count. Costs ~1-3 credits.

​Generate a full content plan with platform-specific drafts, hooks, angles, and optimal schedule times. › Request Body

  • topicstring · required

    Main topic or content theme

  • platformsstring · enum · required

    Target platforms

    Enum values:
    youtube
    tiktok
    instagram
    twitter
    linkedin
    facebook
    threads
    bluesky
  • posts_per_daynumber · required

    Posts per platform per day

  • daysnumber · required

    Number of days to plan

  • response_formatstring · enum · required
    Enum values:
    text
    json
  • source_urlstring

    URL to extract content from (YouTube, article)

  • start_datestring

    ISO date, defaults to tomorrow

  • brand_voicestring

    Override brand voice description

  • project_idstring

    Project ID for brand/insights context

​Generate a full content plan with platform-specific drafts, hooks, angles, and optimal schedule times. › Responses

    • contentobject[]
POST /v1/tools/plan_content_week

​Save a content plan to the database for team review, approval workflows, and scheduled publishing.

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

Save a content plan to the database for team review, approval workflows, and scheduled publishing. Creates a plan_id you can reference in get_content_plan, update_content_plan, and schedule_content_plan. Costs ~1-3 credits.

​Save a content plan to the database for team review, approval workflows, and scheduled publishing. › Request Body

  • planstring · required
  • statusstring · enum · required
    Enum values:
    draft
    in_review
    approved
    scheduled
    completed
  • response_formatstring · enum · required
    Enum values:
    text
    json
  • project_idstring · uuid

​Save a content plan to the database for team review, approval workflows, and scheduled publishing. › Responses

    • contentobject[]
POST /v1/tools/save_content_plan

​Retrieve a persisted content plan by ID.

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

Retrieve a persisted content plan by ID. Costs ~1-3 credits.

​Retrieve a persisted content plan by ID. › Request Body

  • plan_idstring · uuid · required

    Persisted content plan ID

  • response_formatstring · enum · required
    Enum values:
    text
    json

​Retrieve a persisted content plan by ID. › Responses

    • contentobject[]
POST /v1/tools/get_content_plan

​Update individual posts in a persisted content plan.

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

Update individual posts in a persisted content plan. Costs ~1-3 credits.

​Update individual posts in a persisted content plan. › Request Body

  • plan_idstring · uuid · required
  • response_formatstring · enum · required
    Enum values:
    text
    json
  • post_updatesstring · enum
    Enum values:
    approved
    rejected
    needs_edit

​Update individual posts in a persisted content plan. › Responses

    • contentobject[]
POST /v1/tools/update_content_plan

​Create pending approval items for each post in a plan and mark plan status as in_review.

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

Create pending approval items for each post in a plan and mark plan status as in_review. Costs ~1-3 credits.

​Create pending approval items for each post in a plan and mark plan status as in_review. › Request Body

  • plan_idstring · uuid · required
  • response_formatstring · enum · required
    Enum values:
    text
    json

​Create pending approval items for each post in a plan and mark plan status as in_review. › Responses

    • contentobject[]
POST /v1/tools/submit_content_plan_for_approval

Plan ApprovalsQuality