ScopeStack MCP - Getting Started
How To use the ScopeStack MCP with your AI Tools
What is the ScopeStack MCP?
The ScopeStack MCP (Model Context Protocol) server lets AI assistants read and update your ScopeStack account directly. Instead of switching between your AI tool and ScopeStack, you can describe what you need in plain language and the AI handles the rest — creating projects, adding services, writing SOW language, and generating documents.Before You Start
You'll need:
- A ScopeStack account- An AI assistant that supports remote MCP servers (Claude, GitHub Copilot, ChatGPT, Cursor, and others)
Note:
Your ScopeStack role controls what the AI can do. If your role doesn't allow editing SOW language or managing services, those actions will be blocked. Contact your account admin if you need additional permissions.
Connecting Your AI Assistant
All supported clients use the same hosted MCP URL:https://api.scopestack.io/mcp
Claude Code (CLI)
Run this command to connect instantly:claude mcp add scopestack \
--transport streamable-http \
--url https://api.scopestack.io/mcp
What You Can Do
Once connected, you can ask your AI assistant to:- Find and create projects — search existing projects or create new ones for a client
-Build out scope — add services, set phases, update hours and quantities
- Write SOW language — generate or update deliverables, assumptions, and out-of-scope sections for any service
- Apply blueprints — apply a saved blueprint to a project or save a project as a new blueprint
- Manage your catalog — create or update services and service categories in your settings
Example Prompts
"Create a project for Acme Corp for an Office 365 migration. Add services for planning, migration, and training, assign each to the right phase, and write deliverables and assumptions for each service."
"Get project 12345 and write professional SOW language for any service that's missing it."
"Save project 12345 as a blueprint called 'Office 365 Migration — 50 Seat'."