mcp-server-creem
Model Context Protocol (MCP) Server for Creem.io – Enhancing Merchant of Record services with transparent billing and improved fees.
Overview
The mcp-server-creem is a Model Context Protocol (MCP) Server designed for Creem.io, aimed at enhancing Merchant of Record services by providing transparent billing and improved fee structures.
To use mcp-server-creem, integrate it with your existing Merchant of Record services to streamline billing processes and gain insights into fee structures.
- Transparent billing processes for merchants - Improved fee management and reporting - Integration capabilities with existing systems
- Enhancing billing transparency for online merchants.
- Streamlining fee management for e-commerce platforms.
- Providing detailed reports on transaction fees and billing.
Add to your AI client
Use these steps to connect mcp-server-creem in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-creem-ffhr": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-creem-ffhr"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-server-creem-ffhr": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-creem-ffhr"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-server-creem-ffhr": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-creem-ffhr"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-server-creem-ffhr": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-creem-ffhr"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-creem-ffhr": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-creem-ffhr"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-server-creem-ffhr": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-creem-ffhr"
]
}
}
}FAQ
What is the purpose of mcp-server-creem?
It enhances Merchant of Record services by providing transparent billing and improved fee management.
Is mcp-server-creem easy to integrate?
Yes! It is designed to be easily integrated with existing systems.
What kind of reporting does mcp-server-creem provide?
It offers detailed reports on transaction fees and billing processes.