Cuprice MCP Server
Click on "Install 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: openai-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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/eynullabeyli/cuprice-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server