
mcp/flexpriceflexprice官方MCP服务器。
什么是MCP服务器?
| 属性 | 详情 |
|---|---|
| Docker镜像 | mcp/flexprice |
| 作者 | flexprice |
| 代码仓库 | [***] |
| Dockerfile | [***] |
| Docker镜像构建者 | Docker Inc. |
| Docker Scout健康评分 | !Docker Scout健康评分 |
| 验证签名 | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/flexprice --key [***] |
| 许可证 | Apache许可证2.0 |
| 服务器提供的工具 | 简短描述 |
|---|---|
getCustomerById | 通过ID获取客户 |
getCustomerByLookupKey | 通过查找键(外部ID)获取客户 |
getCustomerEntitlements | 获取客户的权益 |
getCustomerSubscriptions | 获取客户的订阅 |
getCustomerUsageSummary | 获取客户的使用摘要 |
getCustomers | 获取所有客户 |
getEventsByCustomer | 获取客户的事件 |
getInvoiceById | 通过ID获取发票 |
getInvoiceByNumber | 通过编号获取发票 |
getInvoices | 获取发票,支持按日期范围和状态筛选 |
getInvoicesByCustomerId | 获取特定客户的所有发票 |
getPaymentById | 通过ID获取支付 |
getPayments | 获取支付,支持筛选 |
getPlanById | 通过ID获取计划 |
getPlans | 获取所有计划 |
getPriceById | 通过ID获取价格 |
getPrices | 获取所有价格 |
getSubscriptionById | 通过ID获取订阅 |
getSubscriptionPauses | 获取订阅的所有暂停记录 |
getSubscriptionUsage | 获取订阅的使用情况 |
getSubscriptions | 获取所有订阅 |
getWalletBalance | 获取***的实时余额 |
getWalletById | 通过ID获取*** |
getWalletTransactions | 获取***交易,支持分页 |
getWalletsByCustomerId | 获取客户的所有*** |
getCustomerById通过ID获取客户
| 参数 | 类型 | 描述 |
|---|---|---|
customerId | string | 客户ID |
getCustomerByLookupKey通过查找键(外部ID)获取客户
| 参数 | 类型 | 描述 |
|---|---|---|
lookupKey | string | 查找键(外部ID) |
getCustomerEntitlements获取客户的权益
| 参数 | 类型 | 描述 |
|---|---|---|
customerId | string | 客户ID |
getCustomerSubscriptions获取客户的订阅
| 参数 | 类型 | 描述 |
|---|---|---|
customerId | string | 客户ID |
getCustomerUsageSummary获取客户的使用摘要
| 参数 | 类型 | 描述 |
|---|---|---|
customerId | string | 客户ID |
getCustomers获取所有客户
getEventsByCustomer获取客户的事件
| 参数 | 类型 | 描述 |
|---|---|---|
externalCustomerId | string | 外部客户ID |
endTime | string 可选 | 结束时间 |
iterFirstKey | string 可选 | 迭代起始键 |
iterLastKey | string 可选 | 迭代结束键 |
startTime | string 可选 | 开始时间 |
getInvoiceById通过ID获取发票
| 参数 | 类型 | 描述 |
|---|---|---|
invoiceId | string | 发票ID |
getInvoiceByNumber通过编号获取发票
| 参数 | 类型 | 描述 |
|---|---|---|
invoiceNumber | string | 发票编号 |
getInvoices获取发票,支持按日期范围和状态筛选
| 参数 | 类型 | 描述 |
|---|---|---|
endDate | string 可选 | ISO格式日期字符串,用于筛选截至该日期的发票 |
limit | number 可选 | 要返回的最大发票数量 |
offset | number 可选 | 分页跳过的发票数量 |
startDate | string 可选 | ISO格式日期字符串,用于筛选从该日期开始的发票 |
status | string 可选 | 按状态筛选发票 |
getInvoicesByCustomerId获取特定客户的所有发票
| 参数 | 类型 | 描述 |
|---|---|---|
customerId | string | 客户ID |
getPaymentById通过ID获取支付
| 参数 | 类型 | 描述 |
|---|---|---|
paymentId | string | 支付ID |
getPayments获取支付,支持筛选
| 参数 | 类型 | 描述 |
|---|---|---|
customerId | string 可选 | 按客户ID筛选支付 |
limit | number 可选 | 要返回的最大支付数量 |
offset | number 可选 | 分页跳过的支付数量 |
status | string 可选 | 按状态筛选支付(待处理、已处理、失败) |
getPlanById通过ID获取计划
| 参数 | 类型 | 描述 |
|---|---|---|
planId | string | 计划ID |
getPlans获取所有计划
getPriceById通过ID获取价格
| 参数 | 类型 | 描述 |
|---|---|---|
priceId | string | 价格ID |
getPrices获取所有价格
getSubscriptionById通过ID获取订阅
| 参数 | 类型 | 描述 |
|---|---|---|
subscriptionId | string | 订阅ID |
getSubscriptionPauses获取订阅的所有暂停记录
| 参数 | 类型 | 描述 |
|---|---|---|
subscriptionId | string | 订阅ID |
getSubscriptionUsage获取订阅的使用情况
| 参数 | 类型 | 描述 |
|---|---|---|
subscriptionId | string | 订阅ID |
getSubscriptions获取所有订阅
getWalletBalance获取***的实时余额
| 参数 | 类型 | 描述 |
|---|---|---|
walletId | string | ***ID |
getWalletById通过ID获取***
| 参数 | 类型 | 描述 |
|---|---|---|
walletId | string | ***ID |
getWalletTransactions获取***交易,支持分页
| 参数 | 类型 | 描述 |
|---|---|---|
walletId | string | ***ID |
limit | number 可选 | 要返回的最大交易数量 |
offset | number 可选 | 分页跳过的交易数量 |
getWalletsByCustomerId获取客户的所有***
| 参数 | 类型 | 描述 |
|---|---|---|
customerId | string | 客户ID |
json{ "mcpServers": { "flexprice": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "BASE_URL", "-e", "API_KEY", "mcp/flexprice" ], "env": { "BASE_URL": "[***]", "API_KEY": "你的API密钥" } } } }
为什么使用Docker运行MCP服务器更安全?





manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务