@socialneuron/mcp-server 1.7.12 → 1.7.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/dist/http.js +1841 -674
- package/dist/index.js +1537 -669
- package/dist/sn.js +4201 -0
- package/package.json +44 -20
- package/tools.lock.json +119 -0
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @socialneuron/mcp-server
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> 96 MCP tools for AI-powered social media management. Create content, schedule posts, track analytics, and optimize performance — all from Claude Code or any MCP client.
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@socialneuron/mcp-server)
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
@@ -86,13 +86,13 @@ Ask Claude things like:
|
|
|
86
86
|
|
|
87
87
|
- "Generate 5 content ideas about sustainable fashion for Gen Z"
|
|
88
88
|
- "Create a 30-second video ad for my product launch"
|
|
89
|
-
- "Schedule this
|
|
89
|
+
- "Schedule this post to X and Bluesky at 9am tomorrow"
|
|
90
90
|
- "Show me my best-performing content this month"
|
|
91
91
|
- "What are the trending topics in my niche right now?"
|
|
92
92
|
- "Check my analytics and suggest improvements"
|
|
93
93
|
- "Set up autopilot to post 3 times per week"
|
|
94
94
|
|
|
95
|
-
## Tool Categories (
|
|
95
|
+
## Tool Categories (96 tools)
|
|
96
96
|
|
|
97
97
|
These tools are available to AI agents (Claude, Cursor, etc.) via the MCP protocol.
|
|
98
98
|
|
|
@@ -168,9 +168,9 @@ MCP access requires a paid plan:
|
|
|
168
168
|
|
|
169
169
|
| Plan | Price | Credits/mo | MCP Access |
|
|
170
170
|
|------|-------|-----------|------------|
|
|
171
|
-
| Free | $0 |
|
|
171
|
+
| Free | $0 | 50 | — |
|
|
172
172
|
| Starter | $19/mo | 500 | — |
|
|
173
|
-
| Pro | $49/mo | 1,500 | Read + Analytics |
|
|
173
|
+
| Pro | $49/mo | 1,500 | Read + Analytics + Write + Distribute |
|
|
174
174
|
| Team | $99/mo | 3,500 | Full + 5 keys |
|
|
175
175
|
| Agency | $249/mo | 10,000 | Full + 20 keys + REST API |
|
|
176
176
|
|
|
@@ -217,7 +217,7 @@ socialneuron-mcp sn loop
|
|
|
217
217
|
socialneuron-mcp sn credits
|
|
218
218
|
|
|
219
219
|
# Agent-native CLI v2
|
|
220
|
-
socialneuron-mcp sn tools [--module ideation] [--scope mcp:write] # List/filter all
|
|
220
|
+
socialneuron-mcp sn tools [--module ideation] [--scope mcp:write] # List/filter all 96 tools
|
|
221
221
|
socialneuron-mcp sn info # Version, auth, credits, tool count
|
|
222
222
|
socialneuron-mcp sn plan list|view|approve # Content plan management
|
|
223
223
|
socialneuron-mcp sn preset list|show|save|delete # Platform presets (6 built-in)
|