You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_create_social_channel

Active

Tool 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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.conquext/neuron

https://github.com/conquext/neuron-mcp-server

2/7 registries
View full server →