ShortcutSistem + Band MCP Server
Click on "Install 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: blogburst-mcp-server
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Therealratoshen/shortcutsistem-band-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server