Social Neuron REST API
string · enum boolean
string · enum boolean
credits
Get current credit balance
POST
https://mcp.socialneuron.com/v1
/tools/get_credit_balance
Get current credit balance › Request Body
response_formatOptional response format. Defaults to text.
Enum values:
text
json
Get current credit balance › Responses
Tool executed. isError:true in the body indicates a tool-level error.
MCP CallToolResult. `content` carries text/structured blocks; `structuredContent` is present when the tool declares structured output.
object[]
object
isErrorGet budget and spending status
POST
https://mcp.socialneuron.com/v1
/tools/get_budget_status
Get budget and spending status › Request Body
response_formatOptional response format. Defaults to text.
Enum values:
text
json
Get budget and spending status › Responses
Tool executed. isError:true in the body indicates a tool-level error.
MCP CallToolResult. `content` carries text/structured blocks; `structuredContent` is present when the tool declares structured output.
object[]
object
isError