Social Neuron REST API
stringstring · enumstring
string · required object
Other endpoints
List available tools
GET
https://mcp.socialneuron.com/v1
/tools
List every tool the caller's key/token can see, with optional filters.
Use this to discover tool names, required scopes, and short
descriptions before calling POST /tools/{name}.
query Parameters
moduleFilter by tool module/category (e.g. "content", "distribution")
scopeFilter by required scope
Enum values:
mcp:full
mcp:read
mcp:write
mcp:distribute
mcp:analytics
mcp:comments
mcp:autopilot
qFree-text search over tool name and description
List available tools › Responses
List of tools
object[]
Execute a tool by name
POST
https://mcp.socialneuron.com/v1
/tools/{name}
Execute any of the 91 hosted MCP tools by name. Pass the tool's
arguments as the JSON request body — see GET /tools or
GET /openapi.json for each tool's parameter schema. Requires the
scope the target tool declares (see the Scopes section in
docs/rest-api.md).
path Parameters
nameTool name, e.g. generate_content, schedule_post, get_credit_balance
Execute a tool by name › Request Body optional
Tool-specific arguments. See the per-tool schema in the full OpenAPI document.
Execute a tool by name › Responses
Tool result
object[]
structuredContentPresent when the tool declares structured output