Back to MCP directory
publicPublicdnsLocal runtime

mcp-server-creem

Creem.io的MCP服务器项目,旨在通过透明账单和优化费用提升商家记录服务。

article

README

🚀 模型上下文协议(MCP)服务器 - Creem.io 的商家记录服务增强方案

本方案借助透明计费和优化费用结构,显著提升 Creem.io 的商家记录服务品质,为商家提供更优质、高效的服务体验。

🚀 快速开始

待补充具体的快速开始内容(若原文档有相关内容,可进一步完善此处)。

✨ 主要特性

  • 透明计费:让商家清晰了解每一笔费用的去向,增强消费透明度。
  • 优化费用结构:合理规划费用,降低商家成本,提升服务性价比。
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client