Socialneuron MCP Server

@socialneuron/mcp-server npm v2.0.1 Source verified

Published by socialneuron — publish provenance cryptographically ties this package to that repository. That is proof of origin, not an official vendor package.

Official MCP server, REST API & CLI for Social Neuron — create, schedule, and optimize social content with 20+ AI models across YouTube, TikTok, and more.

Trust grade
A
92/100
Last scanned get badge →
Trust
A · 92/100
Adoption risk for you: the threat score, then adjusted down for blast radius, publisher verification and how much the scan could see. Deterministic; every point is auditable.
Capability
High
Blast radius if it went rogue — what the server’s tools could reach. Independent of trust.
Coverage
Source
How much the scan could actually inspect. Shallow coverage is stated, never hidden.
Share this Trust Score
𝕏 Share LinkedIn Reddit
A Why this grade threat 98 − adoption risk = 92/100

The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.

1. Threat score — 100 − 2.1 = 98. What the published surface and source actually contain:

PointsWhat was foundCategory
−2.1 Hardcoded JSON Web Token in server code ×3 MTC-SRC-008 exfiltration

2. Client adoption risk — 98 − 6 = 92. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:

PointsAdoption-risk factor
−6 capability blast radius (high) — client exposure if the model is manipulated

Capability observations and info notes are shown under Findings but never scored. Open any row's finding below for the file, line and evidence behind a deduction.

Findings 7

high Shell/command execution in server code (dist/http.js)MTC-SRC-002

In the server's implementation (`dist/http.js:1`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: ileSync as Ht}from"node:child_process";import{closeSync as hn,constants as Me,existsSync as to,fchmodSync as ro,fstatSyn

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/http.js

high Shell/command execution in server code (dist/index.js)MTC-SRC-002

In the server's implementation (`dist/index.js:2`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: ileSync as Jt}from"node:child_process";import{closeSync as Io,constants as He,existsSync as ur,fchmodSync as fr,fstatSyn

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/index.js

high Shell/command execution in server code (dist/sn.js)MTC-SRC-002

In the server's implementation (`dist/sn.js:2`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: ileSync as Wt}from"node:child_process";import{closeSync as jo,constants as Fe,existsSync as ir,fchmodSync as lr,fstatSyn

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/sn.js

medium Untrusted input can drive an external actionMTC-FLOW-005

Untrusted-input tools ([fetch_trends, list_recent_posts, upload_media, fetch_analytics, refresh_platform_analytics, fetch_youtube_analytics, fetch]) co-exist with external-action tools ([execute_recipe]). A prompt injection could cause unwanted external actions, though no direct sensitive-data leak path was found.

Evidence: untrusted [fetch_trends, list_recent_posts, upload_media, fetch_analytics, refresh_platform_analytics, fetch_youtube_analytics, fetch] → sinks [execute_recipe]

Fix: Require confirmation for state-changing/egress actions triggered after processing untrusted content.

Location: flow fetch_trends → execute_recipe

low Hardcoded JSON Web Token in server code (dist/http.js)MTC-SRC-008

A hardcoded JSON Web Token (a public-by-design (anon/publishable) key — RLS, not secrecy, protects it) appears in `dist/http.js:16`. Verify whether this is a real credential; if so, remove and rotate it.

Evidence: JSON Web Token: eyJh…(redacted)

Fix: Remove the secret, rotate it, and load credentials from the environment or a secret store.

Location: server dist/http.js

low Hardcoded JSON Web Token in server code (dist/index.js)MTC-SRC-008

A hardcoded JSON Web Token (a public-by-design (anon/publishable) key — RLS, not secrecy, protects it) appears in `dist/index.js:17`. Verify whether this is a real credential; if so, remove and rotate it.

Evidence: JSON Web Token: eyJh…(redacted)

Fix: Remove the secret, rotate it, and load credentials from the environment or a secret store.

Location: server dist/index.js

low Hardcoded JSON Web Token in server code (dist/sn.js)MTC-SRC-008

A hardcoded JSON Web Token (a public-by-design (anon/publishable) key — RLS, not secrecy, protects it) appears in `dist/sn.js:17`. Verify whether this is a real credential; if so, remove and rotate it.

Evidence: JSON Web Token: eyJh…(redacted)

Fix: Remove the secret, rotate it, and load credentials from the environment or a secret store.

Location: server dist/sn.js

Tools 91

Each tool and what it can reach — statically extracted from the published source.

  • execute_recipenetwork egress
  • fetchingests untrusted input
  • fetch_analyticsingests untrusted input
  • fetch_trendsingests untrusted input
  • fetch_youtube_analyticsingests untrusted input
  • list_recent_postsingests untrusted input
  • refresh_platform_analyticsingests untrusted input
  • upload_mediaingests untrusted input
  • adapt_contentno sensitive capability
  • audit_brand_colorsno sensitive capability
Show 81 more tools ↓
  • auto_approve_planno sensitive capability
  • cancel_async_jobno sensitive capability
  • cancel_scheduled_postno sensitive capability
  • capture_app_pageno sensitive capability
  • capture_screenshotno sensitive capability
  • check_brand_consistencyno sensitive capability
  • check_pipeline_readinessno sensitive capability
  • check_statusno sensitive capability
  • create_autopilot_configno sensitive capability
  • create_carouselno sensitive capability
  • create_plan_approvalsno sensitive capability
  • create_storyboardno sensitive capability
  • delete_autopilot_configno sensitive capability
  • delete_carouselno sensitive capability
  • delete_commentno sensitive capability
  • delete_content_planno sensitive capability
  • detect_anomaliesno sensitive capability
  • explain_brand_systemno sensitive capability
  • export_design_tokensno sensitive capability
  • extract_brandno sensitive capability
  • extract_url_contentno sensitive capability
  • find_next_slotsno sensitive capability
  • find_winning_contentno sensitive capability
  • generate_carouselno sensitive capability
  • generate_contentno sensitive capability
  • generate_imageno sensitive capability
  • generate_performance_digestno sensitive capability
  • generate_videono sensitive capability
  • generate_voiceoverno sensitive capability
  • get_autopilot_statusno sensitive capability
  • get_best_posting_timesno sensitive capability
  • get_brand_profileno sensitive capability
  • get_brand_runtimeno sensitive capability
  • get_budget_statusno sensitive capability
  • get_content_planno sensitive capability
  • get_credit_balanceno sensitive capability
  • get_ideation_contextno sensitive capability
  • get_loop_summaryno sensitive capability
  • get_mcp_usageno sensitive capability
  • get_media_urlno sensitive capability
  • get_performance_insightsno sensitive capability
  • get_pipeline_statusno sensitive capability
  • get_recipe_detailsno sensitive capability
  • get_recipe_run_statusno sensitive capability
  • get_skillno sensitive capability
  • list_autopilot_configsno sensitive capability
  • list_commentsno sensitive capability
  • list_compositionsno sensitive capability
  • list_connected_accountsno sensitive capability
  • list_hyperframes_blocksno sensitive capability
  • list_plan_approvalsno sensitive capability
  • list_recipesno sensitive capability
  • list_skillsno sensitive capability
  • moderate_commentno sensitive capability
  • plan_content_weekno sensitive capability
  • post_commentno sensitive capability
  • quality_checkno sensitive capability
  • quality_check_planno sensitive capability
  • render_demo_videono sensitive capability
  • render_hyperframesno sensitive capability
  • render_template_videono sensitive capability
  • reply_to_commentno sensitive capability
  • reschedule_postno sensitive capability
  • respond_plan_approvalno sensitive capability
  • run_content_pipelineno sensitive capability
  • run_skillno sensitive capability
  • save_brand_profileno sensitive capability
  • save_content_planno sensitive capability
  • schedule_content_planno sensitive capability
  • schedule_postno sensitive capability
  • searchno sensitive capability
  • search_toolsno sensitive capability
  • start_platform_connectionno sensitive capability
  • submit_content_plan_for_approvalno sensitive capability
  • suggest_next_contentno sensitive capability
  • update_autopilot_configno sensitive capability
  • update_content_planno sensitive capability
  • update_platform_voiceno sensitive capability
  • visual_gate_constraintsno sensitive capability
  • visual_quality_checkno sensitive capability
  • wait_for_connectionno sensitive capability

Toxic flows 1

Cross-tool combinations that form a data-exfiltration primitive (untrusted input → sensitive source → external sink).

What this scan could not see

Versions 3

Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.

VersionScoreFindingsEngineScanned
v2.0.1 latest A 92/100 7 1.13.0 2026-09-07
v1.9.2 A 92/100 6 1.10.0 2026-07-27
v1.9.1 A 92/100 6 1.9.0 2026-07-24

Embed this score

Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.

MCP Trust Score: A · 92/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/socialneuron-mcp-server/badge.svg)](https://mcptrustchecker.com/registry/socialneuron-mcp-server)
HTML
<a href="https://mcptrustchecker.com/registry/socialneuron-mcp-server"><img src="https://mcptrustchecker.com/registry/socialneuron-mcp-server/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/socialneuron-mcp-server/badge.json via https://img.shields.io/endpoint?url=…

Verify this score yourself

The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.

npx mcptrustchecker scan @socialneuron/mcp-server --online

Use the free API → How scoring works

More in Marketing & Social

Abyssfall: Operation Sunken Crown Remote
A
https://www.abyssfallgame.com/mcp

Official Abyssfall game info, newsletter double opt-in, and merch reservation tools.

Marketing & Social Score 100/100 0 findings Cap. Minimal
AdCritter for Developers Remote
A
https://mcp.adcritter.com/mcp/dev

AdCritter ads platform: docs, API reference, app scaffolding, and white-label integration.

Marketing & Social Score 100/100 0 findings Cap. Minimal
Adsense Source verified npm
A
@appsyogi/adsense-mcp-server

Google AdSense MCP Server - Monitor earnings, reports, and account health via Claude/AI

Marketing & Social Score 100/100 0 findings 29/wk Cap. Minimal
Andru Intelligence Source verified npm
A
mcp-server-andru-intelligence

Operational empathy for technical founders + PE/VC operators navigating high-stakes B2B interactions. 28 MCP tools + CLI: ICP scoring, persona simulation, battlecards, deal classification, prospect discovery, investor matching, founder wellness, plus mark

Marketing & Social Score 100/100 0 findings 70/wk Cap. Minimal
Bing Seo Source verified npm
A
bing-seo-mcp

MCP server for Bing Webmaster Tools — SEO site management, URL submission, sitemaps, stats, keywords

Marketing & Social Score 100/100 0 findings 19/wk Cap. Minimal
Brand Source verified npm
A
@primer/brand-mcp

MCP (Model Context Protocol) server that helps AI agents use Primer Brand (@primer/react-brand) correctly when building GitHub marketing and landing pages.

Marketing & Social Score 100/100 0 findings 791/wk Cap. Minimal