neuron_create_social_channel
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Create a new social media channel with platform credentials. Supports Instagram and Twitter/X. Credentials should be the full session JSON including account, cookies, headers, and platform-specific tokens.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"platform",
"label"
],
"properties": {
"label": {
"type": "string",
"description": "Display name for the channel (e.g., 'Brand IG Account')"
},
"platform": {
"enum": [
"instagram",
"twitter"
],
"type": "string",
"description": "Social media platform: 'instagram' or 'twitter'"
},
"username": {
"type": "string",
"description": "Social media username (without @)"
},
"credentials": {
"type": "string",
"description": "Session credentials as JSON string with account, session.cookies, session.headers, etc."
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
2/7 registries