You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MCP server for the Applied Innovation Platform -- makes 14 AI innovation agents callable as tools from any Claude session, plus a Prototyper that generates working web apps from design briefs.
What It Does
14 agents on demand -- Call Scout, Empathy, Architect, Conductor, and 10 other agents without setting up a Claude Project
cp .env.example .env
# Edit .env: set your API key (ANTHROPIC_API_KEY, GOOGLE_API_KEY, etc.)# Edit .env: set paths to your applied-innovation-platform directory
4. Register with Claude Code
Add to your project's .mcp.json or ~/.claude.json:
"List the available innovation agents"
→ Calls list_agents tool
"Create a standard engagement analyzing AI in eldercare for healthcare executives"
→ Calls create_engagement tool
"Run the core analysis stage"
→ Calls run_stage tool
"Generate a prototype from the Visionary's design brief"
→ Calls generate_prototype tool
Tools (17)
Platform
Tool
Description
list_agents
Returns all 14 agents with codename, tier, role, frameworks
get_agent_skill
Returns the full SKILL.md content for any agent
get_platform_status
Agent count, engagement count, active LLM model
Engagement Lifecycle
Tool
Description
create_engagement
Creates an engagement with folder structure
run_agent
Runs a specific agent against an engagement
run_stage
Runs all agents for a pipeline stage
write_agent_output
Manually saves agent output to engagement folder
get_engagement_status
Shows completed agents, current tier, pending work
Pipeline
Tool
Description
run_full_pipeline
Orchestrates all 11 stages end-to-end
run_critic_review
Runs Critic quality review on a completed tier
get_dvfa_scores
Returns current DVFA scores with confidence and deltas
Checkpoints
Tool
Description
write_checkpoint
Saves engagement state for session continuity
read_checkpoint
Loads checkpoint data to resume in a new session
Prototyper
Tool
Description
generate_prototype
Generates a working web prototype from design briefs
list_prototypes
Lists all prototypes for an engagement
get_prototype_spec
Returns the spec used to generate a prototype
preview_prototype
Returns files and run instructions for a prototype
Model Support
The server auto-detects your LLM based on environment variables: