Everything in Scope
45 MCP tools, a 7-step adaptive wizard, AI-powered ticket generation, and seamless integrations with your favorite AI coding tools.
45 MCP Tools for AI Coding
Every tool your AI needs to understand and build your project autonomously.
Workflow
Manage your development workflow
get_next_ticketGet next actionable ticket with learnings + git workflow
get_current_ticketGet ticket currently in progress
complete_ticketMark done, log work, capture learnings
update_ticket_statusChange ticket state (backlog → ready → in_progress → done)
create_ticketCreate new ticket with full context
review_milestoneAnalyze gaps, suggest missing tickets
Learning & MemoryKey Differentiator
AI remembers patterns, decisions, and gotchas across sessions
save_learningCapture patterns/decisions (auto-embeds to Qdrant)
get_relevant_learningsSurface relevant learnings for current ticket
get_project_patternsRetrieve all project knowledge
backfill_learnings_to_vectorMigrate existing learnings to Qdrant
get_change_historyView requirement evolution
Context
Access project context and specifications
get_implementation_contextFull context: entities, tech stack, patterns
get_relevant_contextSemantic search with token budget
get_project_contextComplete project + milestones/tickets (~5000 tokens)
get_project_summaryLightweight context (~200 tokens)
Wizard Data
Access wizard-captured specifications
get_wizard_contextComplete wizard state
get_requirementsRequirements + project type
get_entitiesAll entities + relationships
get_entitySingle entity with full schema
get_user_flowsUser journeys with steps
get_pagesFrontend pages + routes
get_api_designAPI endpoints + auth
get_tech_stackTechnology choices
get_schemaDatabase schema
Project Management
Manage projects, milestones, and tickets
list_projectsList all user projects
list_milestonesView project phases
list_ticketsFilter by status
log_workRecord completed work
get_recent_workView work history
get_work_summaryAggregated summary
Dependencies & Blockers
Manage ticket dependencies and blockers
check_dependenciesVerify ticket prerequisites
mark_blockedMark ticket as blocked
resolve_blockerUnblock a ticket
get_blockersView blocking issues
validate_dependenciesDetect cycles, validate refs
get_dependentsGet tickets depending on a ticket
analyze_ticket_impactFind related by entity/endpoint/file
Cascading Changes
Preview and apply change impacts
generate_change_setPreview impact of ticket changes
get_change_setGet pending change proposals
update_change_approvalsApprove/reject individual changes
apply_change_setApply approved changes atomically
Premium: Codebase AnalysisPro
Analyze existing codebases (Pro plan)
analyze_codebase_structureDetect tech stack
extract_entities_from_codeExtract data models
extract_api_endpointsExtract routes
extract_frontend_pagesDiscover UI pages
infer_user_flowsInfer navigation
generate_analysis_summaryFull wizard-format context
generate_feature_ticketAI-generated ticket
generate_bugfix_ticketContext-aware bugfix
sync_codebaseDrift detection
get_sync_statusCheck sync compliance
Example: What Your AI Receives
get_next_ticket() response:
{
"ticket": {
"title": "Create users API endpoint",
"files_to_create": ["/src/routes/users.ts"],
"entity_schema": { "name": "User", ... }
},
"relevant_learnings": [
"Use Zod for request validation",
"Return 201 for created resources"
]
}complete_ticket() response:
{
"status": "completed",
"learnings_saved": 2,
"next_action": {
"type": "git",
"command": "git push && gh pr create"
},
"next_ticket_available": true
}7-Step Adaptive Wizard
Define your entire project through AI-guided conversation. The wizard adapts to your project type.
Requirements
- Problem statement capture
- Target audience definition
- MoSCoW prioritization (Must/Should/Could Have)
- Technical constraints
- AI-guided conversation
Entities
- Data model definition
- Typed fields (string, number, boolean, uuid, etc.)
- Primary/foreign key detection
- Relationship mapping (1:1, 1:M, M:M)
- Auto-generated ERD visualization
User Flows
- User journey mapping
- Step-by-step flow definition
- Branching/decision points
- Start → Action → Decision → End
- Visual flow diagram
Pages
- Frontend page definition
- Route/path specification
- Component requirements
- Auth requirements per page
- Navigation structure
API Design
- RESTful endpoint definition
- HTTP method specification
- Path parameters
- Auth requirements
- Request/response hints
Tech Stack
- AI-recommended technologies
- Backend framework selection
- Frontend framework selection
- Database selection
- Testing framework preferences
- Containerization options
Review
- Full specification review
- Edit any previous step
- Generate milestones & tickets
- Export to AI coding tools
Adaptive Flow by Project Type
Full Stack
All 7 steps
Backend Only
Skip Pages
Frontend Only
Skip API Design
CLI/Library
Requirements → Entities → Tech → Review
Mobile
Requirements → Entities → Flows → Pages → Tech → Review
Implementation-Ready Tickets
Claude generates tickets that AI coding tools can execute autonomously.
Constitutional AI
5 principles ensure tickets are autonomous, complete, testable, ordered, and actionable
32-Field Tickets
Every ticket includes file paths, entity schemas, migration SQL, test requirements, and more
Git Workflow
Branch names, PR titles, and auto-merge suggestions built into every ticket
Acceptance Criteria
Clear, verifiable criteria for each ticket so AI knows when it's done
Dependency Ordering
Tickets are ordered respecting dependencies - migrations before API, API before frontend
Verification Commands
Shell commands to verify ticket completion: run tests, check endpoints, validate schema
Semantic Context Search
All wizard data is embedded in Qdrant for intelligent retrieval within token budgets.
Embedded Content Types
entity_schemaapi_endpointpage_definitionuser_flowtech_stackrequirementlearningHow It Works
Voyage AI Embeddings
voyage-3-lite model, 1024 dimensions
Qdrant Vector Database
Project-isolated, filtered searches
Token-Budgeted Retrieval
Returns context within LLM limits
Connects to Your Tools
Works with any MCP-compatible AI tool, plus GitHub and Stripe.
AI Coding Tools
Cursor
Configure MCP in Cursor settings
Claude Code
Add to claude_desktop_config.json
Lovable
MCP-compatible AI builder
Codex
OpenAI's coding assistant
Any MCP Client
Open standard protocol
GitHub
- OAuth authentication
- Repository connection
- File sync (100KB limit, 500 files max)
- Webhook support
- Codebase analysis (Pro)
Billing
- Stripe integration
- 7-day free trial
- Pro plan: $20/month
- Customer portal
- Usage tracking
Ready to Try Scope?
Start capturing context in minutes. Free plan includes unlimited projects.