Instant Backend for SMBs: pages, payments, notifications, orders, inventory, reports
Connect Clawshow to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Instant Backend for SMBs: pages, payments, notifications, orders, inventory, reports. The clawshow mcp server is what makes that connection.
Call any tool without a namespace to use demo data: - manage_orders(action="query") → sample orders - generate_payment(amount=10, currency="eur", provider="stancer", description="Demo", namespace="demo") → real test payment link - send_esign_request(template="enrollment_contract", signer_name="Demo User", signer_email="demo@test.com", fields={}, namespace="demo") → signing page URL
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
generate_business_page — generate_rental_websitegenerate_payment — verify_paymentsend_notification — send_esign_requestgenerate_report — manage_inventorymanage_orders — manage_bookingsPayments — The Payments tool exposed by this serverNotifications — The Notifications tool exposed by this serverEngines — The Engines tool exposed by this serverArchitecture — All Tools live in single clawshow-mcp-server. One MCP URL: mcp.clawshow.ai/sse Per decision: 决策 #2, #32 (unified architecture)Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Clawshow's toolset — generate_business_page, generate_payment, send_notification and 6 more — is a fair guide to whether it matches your workflow. It is maintained by jason2016; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Clawshow's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| generate_business_page | generate_rental_website |
| generate_payment | verify_payment |
| send_notification | send_esign_request |
| generate_report | manage_inventory |
| manage_orders | manage_bookings |
| Payments | The Payments tool exposed by this server. |
| Notifications | The Notifications tool exposed by this server. |
| Engines | The Engines tool exposed by this server. |
| Architecture | All Tools live in single clawshow-mcp-server. One MCP URL: mcp.clawshow.ai/sse Per decision: 决策 #2, #32 (unified architecture). |
{
"mcpServers": {
"clawshow": {
"url": "https://mcp.clawshow.ai/sse"
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.