io.github.jason2016/clawshow-mcp-server
Instant Backend for SMBs: pages, payments, notifications, orders, inventory, reports
Ask AI about io.github.jason2016/clawshow-mcp-server
Powered by Claude Β· Grounded in docs
I know everything about io.github.jason2016/clawshow-mcp-server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
ClawShow β Instant Backend for SMBs
AI-callable MCP tools for small businesses. No signup, no dashboard, just results.
Endpoint: https://mcp.clawshow.ai/sse
Version: 1.8.0
Tools: 11
Transport: SSE (Remote)
Quick Start
Claude.ai
Settings β Integrations β Add URL: https://mcp.clawshow.ai/sse
Claude Desktop / Cursor / Windsurf
{
"mcpServers": {
"clawshow": {
"url": "https://mcp.clawshow.ai/sse"
}
}
}
Tools
Page Generation
generate_business_page β Generate business pages and auto-deploy to GitHub Pages. Returns a live URL in 60 seconds.
generate_rental_website β Generate rental property websites with photos, pricing, calendar, and booking. Ideal for Airbnb-to-direct transition.
Payments
generate_payment β Generate payment links via Stripe (global), Stancer (France), or SumUp (Europe). Supports Apple Pay, Google Pay, CB, Visa, Mastercard, SEPA.
verify_payment β Check payment status. Supports Stripe, Stancer, and SumUp.
Notifications
send_notification β Send email, SMS, or WhatsApp notifications. Supports templates, batch sending, and 30/60/90 day dunning escalation.
Electronic Signature
send_esign_request β Full electronic signature platform (V2). Multi-page document signing with per-page paraphes + final signature block. Dual-party flow: student signs first, school counter-signs automatically notified by email. Three input modes: Draw (BΓ©zier pen), Type (styled font), Upload image. Real-time progress bar, mobile-friendly. Webhook callbacks on signer.signed, document.completed, document.expired. Full audit trail with IP, timestamp, city. FocusingPro compatible (send_foxit_esign drop-in). Zero cost per signature. Fully self-hosted. eIDAS Article 26 AES compliant: OTP identity verification + SHA-256 digital PDF signature.
eSign β Advanced Electronic Signature (AES)
ClawShow eSign provides eIDAS Article 26 AES-compliant electronic signatures. Learn more about AES compliance β
Business Management
manage_bookings β Booking management for restaurants, hotels, salons, venues, rentals. Double-booking detection.
manage_orders β Order management with full lifecycle. Auto-creates from payment webhooks.
manage_inventory β Inventory tracking with low-stock alerts. Batch updates.
Reporting & Finance
generate_report β Generate PDF business reports. Returns download URL.
extract_finance_fields β Extract structured data from invoice/receipt text.
Supported Payment Providers
| Provider | Region | Status |
|---|---|---|
| Stancer | France | β Live |
| SumUp | Europe | β Live |
| Stripe | Global | β Live |
| Mollie | Europe | π Planned |
Design Principles
- Zero Human Intervention β Every tool returns a directly usable result
- AI-First β Descriptions optimized for AI discovery. Standard JSON I/O.
- No Signup Required β First call auto-creates a namespace
- Namespace Isolation β Multi-tenant by default
- Zero Cost Signatures β Self-hosted e-sign, no per-document fees
Use Cases
| Industry | Typical Workflow |
|---|---|
| Schools | send_esign_request (contracts) β generate_payment (tuition) β send_notification (dunning) |
| Rental Properties | generate_rental_website β send_esign_request (lease) β generate_payment (rent) |
| Restaurants | manage_bookings β manage_orders β generate_payment |
| E-commerce | manage_orders β manage_inventory β generate_payment β generate_report |
| Freelancers | send_esign_request (contract) β generate_payment (invoice) β extract_finance_fields |
Architecture
βββββββββββββββββββββββββββββββββββββββββββ
β ClawShow MCP Server (Public) β
β 11 AI-callable tools, SSE transport β
β https://mcp.clawshow.ai/sse β
βββββββββββββββββββββββββββββββββββββββββββ€
β Data Persistence Layer (Optional) β
β Namespace-isolated, auto-provisioned β
β SQLite + optional cloud backend β
βββββββββββββββββββββββββββββββββββββββββββ
Demo Mode
Call any tool without a namespace to use demo data:
manage_orders(action="query")β sample ordersgenerate_payment(amount=10, currency="eur", provider="stancer", description="Demo", namespace="demo")β real test payment linksend_esign_request(template="enrollment_contract", signer_name="Demo User", signer_email="demo@test.com", fields={}, namespace="demo")β signing page URL
Tool Inventory (2026-04-19)
Currently Live (11 Tools)
- generate_business_page
- generate_rental_website
- generate_payment
- verify_payment
- send_notification
- send_esign_request
- generate_report
- manage_inventory
- manage_orders
- manage_bookings
- extract_finance_fields
P0 Development (Bootstrap Phase, 2026-04-19)
-
Billing: create_billing_plan, get_billing_status, cancel_billing_plan
- Target: Production 2026-06-15
- See
tools/billing/
-
e-Invoice: create_einvoice, receive_einvoices, get_einvoice_status, switch_pdp, validate_einvoice
- Target: Production before 2026-09-01 (ζ³ε½εΌΊεΆζ₯)
- See
tools/einvoice/
Engines
- 6 Original: Page, Payment, Notification, eSign, Report, Business Operations
- 7th (New): e-Invoice Engine (added per decision #30 due to time window)
Architecture
All Tools live in single clawshow-mcp-server. One MCP URL: mcp.clawshow.ai/sse Per decision: ε³η #2, #32 (unified architecture).
Related Documentation
- Manifesto v1.1 (
../ClawShow-Workspace/documents/manifesto/) - STRATEGY_DECISIONS v2.0
- Pricing v2.5
License
MIT
Built by ClawShow Β· Instant Backend for Small Business
