ShortcutSistem + Band MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ShortcutSistem + Band MCP Serverrun omni audit on warungku.co.id"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ShortcutSistem + Band MCP Server
Combined MCP server for Cursor Cloud — gives you Band platform control + ShortcutSistem tools in one HTTP connection.
Cursor Cloud ──MCP (HTTP)──→ This Server ──REST──→ Band AI
└──→ ShortcutSistem Tools (built-in)Requirements
Python 3.11+ (band-sdk requires 3.11)
Band API key from https://app.band.ai/settings/api-keys
Related MCP server: SEO Content Autopilot by Citedy
Tools Available
Band Platform Tools (5)
Tool | Description |
| List all your Band agents |
| See recent Band conversations |
| Send a message to any agent |
| Read conversation history |
| Trigger a specific agent to run a task |
ShortcutSistem Tools (7)
Tool | Description |
| Full digital audit — SEO, AI visibility (GEO), performance, security |
| Quick SEO check with scorecard |
| Uptime, SSL, response time, security headers |
| Indonesian TikTok captions for UMKM |
| Indonesian IG captions for UMKM |
| ShortcutSistem fashion video prompts for MiniMax + BytePlus |
| 4-week content calendar for Indonesian social media |
Setup
1. Get Your Band API Key
https://app.band.ai/settings/api-keys2. Deploy to Railway (Recommended)
Push to GitHub:
cd shortcutsistem-band-mcp git init && git add . && git commit -m "Initial commit" # Create repo on GitHub: https://github.com/new git remote add origin https://github.com/Therealratoshen/shortcutsistem-band-mcp.git git push -u origin mainDeploy on Railway:
Go to railway.app → New Project → Deploy from GitHub
Connect the
shortcutsistem-band-mcprepoAdd environment variable:
BAND_API_KEY=band_a_1781922604_x9vo02skdxefhp8JqL3jzesZKGDb5v1bRailway auto-detects Python from
pyproject.tomlWait 2-3 minutes → copy the URL (e.g.
https://shortcutsistem-band-mcp.up.railway.app)
Test the endpoint:
https://shortcutsistem-band-mcp.up.railway.app/mcp/You should see an MCP welcome message.
3. Connect to Cursor Cloud
Add to Cursor Cloud MCP settings (~/.cursor/mcp_settings.json):
{
"mcpServers": {
"shortcutsistem-band": {
"url": "https://shortcutsistem-band-mcp.up.railway.app/mcp/"
}
}
}Restart Cursor. The tools will appear in the agent panel.
4. Local Development
cd shortcutsistem-band-mcp
cp .env.example .env
# Edit .env and add your BAND_API_KEY
uv sync
uv run python server.py
# Server runs on http://localhost:8000/mcp/Transport
Uses streamable-http (FastMCP) — compatible with Cursor Cloud MCP HTTP transport.
Not stdio. Not SSE. HTTP with POST + streaming responses.
Troubleshooting
"Module not found: band"
Make sure
band-client-restis installed:uv syncorpip install band-client-rest band-sdk
"BAND_API_KEY environment variable is required"
Set the
BAND_API_KEYenvironment variable in Railway dashboard
Server starts but tools don't appear in Cursor
Check Cursor Cloud MCP settings use
/mcp/suffix on the URLVerify the URL is accessible from the internet (Cursor Cloud runs in browser)
Python version error
Ensure Railway uses Python 3.11+ (check in Railway dashboard → Runtime)
This server cannot be deployed
Maintenance
Related MCP Connectors
Social media management, multi-platform publishing, AI generation, and cross-channel analytics.
AI social autopilot: plan, write, design and publish posts, blog/SEO, news radar and leads.
AI marketing — content generation, competitor analysis, social publishing.
SEO, competitor and AI-search data, plus blog management — draft, schedule and publish posts.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables AI-powered marketing campaign management across Google Ads, Facebook Ads, and Google Analytics with automated budget optimization, AI-generated ad copy, audience segmentation, and real-time performance analytics.43MIT
- AlicenseBqualityDmaintenanceFull-stack AI marketing toolkit with 41 MCP tools: SEO article generation in 55 languages, trend scouting (X/Reddit), competitor analysis, content gap detection, social media adaptations for 9 platforms, AI avatar video shorts, content ingestion (YouTube/PDF/web), lead magnets, and automated content autopilot.119MIT
- AlicenseAqualityCmaintenanceAn all-in-one AI content creation platform with 30 tools for generating images, videos, music, and managing enterprise social media and CRM. Enables content generation, image editing, e-commerce features, and social media management directly from MCP-compatible AI assistants.434Apache 2.0
- FlicenseBqualityDmaintenanceCentralizes 10 marketing APIs into 14 MCP tools for AI assistants to pull data, audit sites, research trends, and manage Google Drive without switching tabs.35-