loading…
Search for a command to run...
loading…
A comprehensive framework for building and deploying commercial MCP servers with integrated billing, usage metering, and Stripe payment processing. It enables d
A comprehensive framework for building and deploying commercial MCP servers with integrated billing, usage metering, and Stripe payment processing. It enables developers to monetize AI tools through a complete ecosystem including API key management, affiliate tracking, and automated deployment scripts.
{{PROJECT_DESCRIPTION}}
SSE + stdio)tools/)billing.py)site/index.html)docker-compose.yml, deploy.sh)strategy/)prompts/)cp .env.example .env
./deploy.sh setup
./deploy.sh start
Health:
curl http://localhost:8420/health
POST /billing/keys create API keyGET /billing/usage?api_key=... user usage summaryGET /billing/activity?api_key=... recent callsGET /billing/metrics?admin_key=... admin usage/revenue totalsPOST /billing/checkout Stripe checkout sessionPOST /billing/webhook Stripe webhook handler./deploy.sh start
./deploy.sh benchmark
This generates:
reports/competitive_report.mdsite/public-comparison.jsonsite/pricing-recommendation.json./deploy.sh fly
./deploy.sh railway
Point Claude MCP config to:
https://your-domain.example/sse
Include X-API-Key: <user_api_key> in client headers if billing is enabled.
python server.py --stdio
tools/example.py with your product tools.billing.py..env.site/index.html..env.prompts/ files for support and sales assistant behavior.Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"prepcast-mcp": {
"command": "npx",
"args": []
}
}
}