Manage companies, plans, features, and billing through SchematicHQ
Manage companies, plans, features, and billing through SchematicHQ. The schematic mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 3 defined tools rather than through you.
Use this server to let Claude, Cursor, or any MCP-compatible client look up companies, manage plan entitlements, set overrides, create features, and more -- all through natural language.
Everything the assistant can do here goes through one of these:
Prerequisites — The Prerequisites tool exposed by this serverInstallation — The Installation tool exposed by this serverCursor — Add to your Cursor MCP config (Settings > MCP Servers, or edit the file directly):You will need 2 environment variables: SCHEMATIC_API_KEY, SCHEMATIC_API_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Installation goes through your MCP client rather than a global install: point it at @schematichq/schematic-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Plenty of payments and commerce servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Schematic's toolset — Prerequisites, Installation, Cursor — is a fair guide to whether it matches your workflow. It is maintained by SchematicHQ; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Prerequisites | The Prerequisites tool exposed by this server. |
| Installation | The Installation tool exposed by this server. |
| Cursor | Add to your Cursor MCP config (Settings > MCP Servers, or edit the file directly): |
{
"mcpServers": {
"schematic": {
"command": "npx",
"args": ["-y", "@schematichq/schematic-mcp"],
"env": {
"SCHEMATIC_API_KEY": "your-secret-api-key-here"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| SCHEMATIC_API_KEY | Credential the server authenticates with. | Yes |
| SCHEMATIC_API_URL | Endpoint or connection string the server talks to. | Yes |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.