streamable-httpMITupdated 29d ago
Connect to Subotiz MCP to handle subscriptions, usage billing, payments, taxes, and invoices — and drive revenue growth.
What can you do with Subotiz Dev MCP(Deprecated)?
Connect to Subotiz MCP to handle subscriptions, usage billing, payments, taxes, and invoices — and drive revenue growth.
Subotiz is a global subscription growth engine and MoR platform built for AI products, SaaS, and digital businesses. Supporting over 180 countries and 150+ currencies, Subotiz enables developers to manage usage-based billing, subscriptions, global payments, tax compliance, and revenue operations all within a single platform. By integrating the Subotiz MCP, you can let your agents manage product pricing, handle subscriptions, process transactions or refunds, issue invoices to accelerate your monetization.
Learn more: For an overview of Subotiz products and capabilities, visit the Subotiz homepage.
Prerequisites
-
A host that supports Streamable HTTP MCP (e.g. VS Code 1.101+, Claude Desktop, Cursor, Trae, etc.)
-
A valid Subotiz access token
Subotiz MCP URL
-
sandbox: https://api.sandbox.subotiz.com/mcp
MCP Configuration
When connecting to the official hosted service, you only need to configure the URL and Authorization: Bearer; no other request headers are required.
Cursor example (add to Cursor’s MCP settings):
{
"mcpServers": {
"my-remote-server": {
"url": "{{MCP_URL}}",
"headers": {
"Authorization": "Bearer YOUR_TOKEN_HERE"
}
}
}
}
Replace {{MCP_URL}} with the MCP URL for your target environment and {{YOUR_TOKEN_HERE}} with your Subotiz access token. In hosts such as VS Code, Cursor, or Claude Desktop, merge the above into their respective MCP configuration (e.g. servers or mcpServers) to use it.
Obtaining an API Key: The token in the configuration is your Subotiz API Key. For steps to create one and authentication details, see the Authentication guide.
Install
Add Subotiz Dev MCP(Deprecated) to your client. Pick the one you use.
claude mcp add --transport http subotiz-dev-mcp-deprecated https://api.stg.subotiz.com/mcp/pingcodex mcp add subotiz-dev-mcp-deprecated --url https://api.stg.subotiz.com/mcp/ping{
"mcpServers": {
"subotiz-dev-mcp-deprecated": {
"url": "https://api.stg.subotiz.com/mcp/ping"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"subotiz-dev-mcp-deprecated": {
"type": "http",
"url": "https://api.stg.subotiz.com/mcp/ping"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"subotiz-dev-mcp-deprecated": {
"url": "https://api.stg.subotiz.com/mcp/ping"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"subotiz-dev-mcp-deprecated": {
"serverUrl": "https://api.stg.subotiz.com/mcp/ping"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance25/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 22 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Mar 6, 2026 |
| 0.0.1 | Mar 6, 2026 |
| 1.0.0 | Mar 6, 2026 |