Cuprice MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Cuprice MCP Serverget pricing for share 12345"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Cuprice MCP Server
Public MCP (Model Context Protocol) server for integrating Cuprice pricing widgets from AI tools like Cursor, Claude Desktop, and Claude Code.
This repository is a Cuprice-specific MCP adapter. It exposes a small set of public tools for reading pricing data, generating embed snippets, and retrieving purchase details from Cuprice-backed Stripe checkouts.
Tools
Tool | Description |
| Get public pricing data (plans, features, theme) by Share ID |
| Get embed snippet for HTML, Next.js, React, or Vue (pricing or billing widget) |
| Get Stripe purchase details from a checkout session |
| Get CSS class names for widget customization |
Related MCP server: sahmk-mcp
Remote usage
Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"cuprice": {
"url": "https://mcp.cuprice.io/mcp"
}
}
}Claude Code
claude mcp add cuprice --url https://mcp.cuprice.io/mcpSelf-host
git clone https://github.com/eynullabeyli/cuprice-mcp.git
cd cuprice-mcp
npm install
npm run build
npm startThe HTTP server listens on :5000 by default and exposes POST /mcp. For local stdio usage, run:
npm run start:stdioConfiguration
Variable | Default | Description |
|
| Port for the HTTP server |
|
| Base URL for the Cuprice app host and public API |
Copy .env.example to .env if you want to override defaults locally.
Docker
docker compose up --build -dDevelopment
npm run dev
npm testSecurity notes
get-receipt depends on a checkout sessionId and a Cuprice shareId. Before deploying this server in a new environment, review the upstream /api/stripe/receipt behavior and confirm the returned purchase data matches your privacy expectations.
Links
This server cannot be deployed
Maintenance
Related MCP Connectors
- LovableOAuthdev.lovable
Official MCP server for Lovable, the AI-powered full-stack app builder.
Official MCP server for Agentwork — delegate tasks to AI agents with human-in-the-loop
Official MCP server for subfeed.app — the cloud for agents. 15+ tools for AI agents to register, build, and deploy other agents. Zero human required. Start here: subfeed.app/skill.md
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Related MCP Servers
- AlicenseBqualityDmaintenanceThe official MCP server for Semantic Pen - an advanced AI article generator and SEO content writer. Create, manage, and optimize SEO-friendly articles directly from Claude Code and Cursor Windsurf with powerful AI automation.56 npm2MIT
- AlicenseAqualityAmaintenanceOfficial MCP server for interacting with Saudi market data (Sahmk) via natural language queries, enabling stock quotes, company info, and market summaries inside AI agents like Cursor and Claude Desktop.1542 PyPI13MIT
- AlicenseAqualityDmaintenanceOfficial MCP server for FormaCV, enabling AI-powered CV formatting, anonymization, tailoring, and ATS push-back from AI agents like Claude Desktop and Cursor.819 npm1MIT

OrcaRail MCPofficial
AlicenseBqualityAmaintenanceOfficial MCP server for accepting crypto payments through OrcaRail. It enables AI agents to create payment intents, manage subscriptions, handle product catalogs, and get exchange rates via natural language.252 npmMIT