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
Getting Started
Features
Platforms
Templates & Recipes
Billing
Developer
    Developer APICLI ReferenceCode ExamplesMCP QuickstartAuthenticationCredit SystemWorkflow RecipesError ReferenceChangelog
Help & Support
Developer

​Developer API

Social Neuron provides 60+ tools via the Model Context Protocol (MCP) server. Control the complete content lifecycle from Claude Code, Claude Desktop, or any MCP-compatible client using natural language.

​Quick Start

​1. Authenticate

npx -y @socialneuron/mcp-server login --device
bash

A browser window opens for authentication and the CLI receives your API key automatically.

​2. Add to Claude Code

claude mcp add socialneuron -- npx -y @socialneuron/mcp-server
bash

​3. Start Using

Ask Claude: "Generate 5 content ideas about sustainable fashion" -- Claude will use the registered MCP tools to execute the request.

API access requires a paid plan. Starter ($29/mo) includes Read + Analytics scopes. Pro and Team plans include full API access. See the MCP Quickstart for detailed setup instructions.

​What You Can Do

Ask Claude things like:

  • "Generate 5 content ideas about sustainable fashion for Gen Z"
  • "Create a 30-second video ad for my product launch"
  • "Schedule this image to Instagram and LinkedIn at 9am tomorrow"
  • "Show me my best-performing content this month"
  • "Set up autopilot to post 3 times per week"

​Tool Categories

60+ tools across 20 modules covering the full content lifecycle:

CategoryToolsWhat It Does
Ideation4 toolsAI-powered content ideas and trend research
Content6 toolsVideo, image, voiceover, and carousel creation with 20+ AI models
Distribution5 toolsMulti-platform publishing, scheduling, and slot optimization
Analytics2 toolsPerformance tracking across all platforms
Insights2 toolsData-driven content optimization
Brand4 toolsBrand identity and voice management
Comments5 toolsSocial engagement management
Planning5 toolsContent calendar and approval workflows
Autopilot3 toolsAutomated content scheduling
Quality2 toolsPre-publish content validation
Credits2 toolsUsage and budget tracking

For the full tool reference with parameters and response schemas, see the MCP Tools API.

For the REST API reference, see the REST API.

​Authentication Methods

MethodBest ForHow
Device Code (recommended)Local developmentnpx @socialneuron/mcp-server login --device
Browser FlowEnvironments with browser accessnpx @socialneuron/mcp-server login
API Key PasteCI/CD and automated workflowsnpx @socialneuron/mcp-server login --paste

API keys are stored securely in your OS keychain (macOS Keychain, Windows Credential Manager, or Linux Secret Service). They are never written to disk in plaintext.

See the Authentication Guide for full details.

​Scopes

ScopeDescription
mcp:fullAll operations
mcp:readRead content, brand profiles, plans, settings
mcp:writeCreate and edit content, brand profiles, plans
mcp:distributeSchedule, publish, and manage posts
mcp:analyticsRead analytics, insights, and performance data
mcp:commentsRead, reply, moderate, and delete comments
mcp:autopilotConfigure and manage automated scheduling

​Rate Limits

PlanRequests/Minute
Starter30
Pro60
Team120

Rate limit headers (X-RateLimit-Remaining, X-RateLimit-Reset) are included in every response. Exceeding the limit returns HTTP 429.

​Error Reference

CodeCauseFix
401API key expired or invalidRe-authenticate with login --device
402Insufficient creditsPurchase credits or upgrade plan
403Missing required scopeGenerate new key with correct scopes
404Resource not foundVerify ID with a list operation first
422Invalid parametersCheck parameter types in the MCP Tools API
429Rate limitedWait until X-RateLimit-Reset, then retry
500Server errorRetry once; report if persistent

​Agent Discovery Resources

  • system-prompt.txt -- Copy-pasteable agent protocol
  • llms-full.txt -- Full product and API reference
  • .well-known/ai-plugin.json -- Agent discovery manifest

Requirements & LimitsCLI Reference
On this page
  • Quick Start
    • 1. Authenticate
    • 2. Add to Claude Code
    • 3. Start Using
  • What You Can Do
  • Tool Categories
  • Authentication Methods
  • Scopes
  • Rate Limits
  • Error Reference
  • Agent Discovery Resources