Agent Tools
Back to MCP servers

io.github.jason2016/clawshow-mcp-server

https://mcp.clawshow.ai/sse
● degraded

Instant Backend for SMBs: pages, payments, notifications, orders, inventory, reports

Transport
sse
Auth
Cost

How to connect

MCP endpoint (sse)
https://mcp.clawshow.ai/sse
JSON-RPC initialize probe
curl -X POST https://mcp.clawshow.ai/sse \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Source code
https://github.com/jason2016/clawshow-mcp-server