
Schematic
Manage Schematic companies, plans, feature flags, and billing from the agent while wiring entitlements into your SaaS.
Overview
io.github.SchematicHQ/schematic-mcp is a Build-phase MCP server that manages SchematicHQ companies, plans, features, and billing through the Schematic API.
What is this MCP server?
- Manage Schematic companies, plans, features, and billing via MCP tools
- Requires SCHEMATIC_API_KEY for authenticated SchematicHQ API access
- stdio npm package @schematichq/schematic-mcp (v0.3.4)
- Supports SaaS entitlement work from the agent instead of manual dashboard edits
- Required secret env: SCHEMATIC_API_KEY
- npm package @schematichq/schematic-mcp version 0.3.4
- Documented scope: companies, plans, features, and billing
Community signal: 2 GitHub stars.
What problem does it solve?
You keep bouncing between Schematic’s dashboard and your IDE whenever plans, features, or company records need to stay in sync with code.
Who is it for?
Indie SaaS founders already on SchematicHQ who want agent-driven plan and feature administration alongside integration work.
Skip if: Builders not using Schematic or those who only need a one-time Stripe Checkout without entitlement management.
What do I get? / Deliverables
The agent can list and update Schematic entities during implementation so entitlements and billing metadata match what you ship.
- Updated Schematic companies, plans, and feature definitions from agent sessions
- Billing-related Schematic objects kept consistent with code changes
- Faster entitlement integration without repetitive dashboard work
Recommended MCP Servers
Journey fit
Primary shelf is Build because most solo builders install this MCP while connecting product code to Schematic’s plan and feature APIs. Integrations fits entitlements, billing, and company records you expose through SchematicHQ rather than pure marketing or ops monitoring.
How it compares
SchematicHQ account MCP integration, not an agent skill for generic pricing strategy.
Common Questions / FAQ
Who is io.github.SchematicHQ/schematic-mcp for?
Solo SaaS builders on SchematicHQ who want Claude Code or Cursor to manage plans, features, companies, and billing via API.
When should I use io.github.SchematicHQ/schematic-mcp?
Use it while building or tuning integrations when plan tiers, feature flags, or company records must align with your app’s entitlement logic.
How do I add io.github.SchematicHQ/schematic-mcp to my agent?
Set SCHEMATIC_API_KEY in the MCP server env, register @schematichq/schematic-mcp as a stdio server, then restart your agent client.