15 tools from the Schematic MCP Server, categorised by risk level.
View the Schematic policy →count_companies_on_plan Count how many companies are on a specific plan get_company Get company information by ID, name, Stripe customer ID, or custom key. Returns company details including plan, trial status, and links. For custom... get_company_plan Get the plan that a company is currently on get_company_trial_info Check if a company is on a trial and when it ends get_feature_usage Get feature usage data for a company. Shows access status, usage vs allocation, and entitlement source for each feature. Optionally filter to a spe... get_plan_entitlements Get all features/entitlements included in a plan. Shows what features a plan grants and their values (on/off for boolean, numeric limits for metere... link_stripe_to_schematic Find the Schematic company for a Stripe customer ID, or vice versa. Returns both IDs and links to both platforms. list_company_overrides List company overrides. Filter by company (to see all overrides for a company) or by feature (to see which companies have an override for a feature) list_features List all features in your Schematic account list_plans List all plans in your Schematic account add_entitlements_to_plan Add entitlements to a plan. The feature type will be automatically determined by querying the feature. For boolean features, defaults to 'on' if no... 2/5 create_feature Create a new feature flag. Boolean features are simple on/off switches - the most commonly used type, ideal for enabling/disabling functionality an... 2/5 create_plan Create a new plan 2/5 set_company_override Set or update a company override for a feature/entitlement. REQUIRES a value parameter - always ask the user for the desired value before calling t... 2/5 The Schematic MCP server exposes 15 tools across 3 categories: Read, Write, Destructive.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Schematic server.
Schematic tools are categorised as Read (10), Write (4), Destructive (1). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept