Subotiz MCP
Connect AI assistants to Subotiz - Using Subotiz's external capabilities through natural language
Subotiz MCP
Subotiz MCP 是基于 Model Context Protocol 的开放工具集服务器。AI 代理可通过标准化 MCP 工具与 Subotiz 支付与订阅能力交互(客户、商品、定价、订阅、交易、退款、发票、Webhook 及开发者文档查询等)。
了解更多:了解 Subotiz 产品与能力,请访问 官网首页。
前置条件
- 支持 Streamable Http MCP 的宿主(如VS Code 1.101+、Claude Desktop、Cursor、Trae 等)
- 有效的 Subotiz 访问凭证(Token)
Subotiz MCP地址
- stg环境:http://api.stg.subotiz.com/mcp
- sandbox环境:https://api.sandbox.subotiz.com/mcp
- prod环境:https://api.subotiz.com/mcp
对外 MCP 配置
连接官方托管服务时,只需配置 URL 与 Authorization: Bearer,无需其他请求头。
Cursor 配置示例(写入 Cursor 的 MCP 设置即可):
{
"mcpServers": {
"my-remote-server": {
"url": "{{MCP_URL}}",
"headers": {
"Authorization": "Bearer {{YOUR_TOKEN_HERE}}"
}
}
}
}
将 {{MCP_URL}}替换为你所需要使用环境的MCP地址,将 {{YOUR_TOKEN_HERE}} 替换为你的 Subotiz 访问 Token 即可。在 VS Code、Cursor、Claude Desktop 等宿主中,把上述内容合并到各自的 MCP 配置(如 servers 或 mcpServers)中即可使用。
API Key 获取:配置中的 Token 即 Subotiz API Key。获取步骤与认证方式请参阅 认证文档。
工具列表
完整工具列表(工具名、类别、path、说明)在单独文档中维护,便于同步更新:TOOLS.md。更多接口与参数以 Subotiz 开发者文档 为准。
Subotiz MCP
Subotiz MCP is an open toolset server based on the Model Context Protocol. AI agents can interact with Subotiz payment and subscription capabilities through standardized MCP tools (customers, products, pricing, subscriptions, trades, refunds, invoices, webhooks, and developer documentation lookup).
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
- stg: http://api.stg.subotiz.com/mcp
- sandbox: https://api.sandbox.subotiz.com/mcp
- prod: https://api.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.
Tool List
The full tool list (name, category, path, description) is maintained in a separate document for easier updates: TOOLS.md. For more endpoints and parameters, see the Subotiz Developer Documentation.
Serveurs connexes
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Jakarta Migration MCP
Specialized tools for analyzing and migrating Java applications from Java EE 8 (javax.*) to Jakarta EE 9+ (jakarta.*).
MCP Host
A host for running multiple MCP servers, such as a calculator and an IP location query server, configured via a JSON file.
Command-Line MCP Server
A secure MCP server for executing terminal commands with controlled directory access and command permissions.
Tmux MCP Server
Provides persistent shell execution through tmux sessions.
MCP Server Executable
An executable server for running MCP services, featuring tool chaining, multi-service management, and plugin support.
EOL MCP Server
Check software end-of-life (EOL) dates and support status using the endoflife.date API to provide accurate lifecycle and security information.
Metasploit MCP Server
An MCP server for integrating with the Metasploit Framework. Requires Metasploit Framework to be installed and msfrpcd to be running.
MCP Jenkins
Enables secure, contextual AI interactions with Jenkins tools via the Model Context Protocol.
Credential Manager
A server for securely managing API credentials locally through the Model Context Protocol (MCP).
Gemini CLI
Integrates with the unofficial Google Gemini CLI, allowing file access within configured directories.