MCP.so
登录

Clawshow

@jason2016

关于 Clawshow

ClawShow MCP Server — AI-callable skills via Model Context Protocol. Hosted at mcp.clawshow.ai/sse

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

jason2016

提交者

Jason LU

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "clawshow": {
      "url": "https://mcp.clawshow.ai/sse"
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Clawshow?

Clawshow is an MCP server providing AI-callable backend tools for small businesses. It offers 11 tools covering page generation, payments, notifications, electronic signatures, and business operations via SSE transport. No signup or dashboard is required.

How to use Clawshow?

Add the SSE URL https://mcp.clawshow.ai/sse in Claude.ai settings (Integrations) or configure it in Claude Desktop, Cursor, or Windsurf using a JSON MCP server entry. To test tools without a namespace, call any tool with demo data (e.g., manage_orders(action="query")).

Key features of Clawshow

  • 11 AI-callable tools via SSE remote transport.
  • No signup required; first call auto-creates a namespace.
  • Every tool returns a directly usable result with zero human intervention.
  • Electronic signatures compliant with eIDAS Article 26 AES.
  • Supports Stripe (global), Stancer (France), and SumUp (Europe) payments.
  • Namespace isolation for multi-tenant data.

Use cases of Clawshow

  • Schools: send enrollment contracts via eSign, collect tuition payments, send dunning notifications.
  • Rental properties: generate a rental website, sign leases electronically, collect rent payments.
  • Restaurants: manage bookings and orders, then generate payment links.
  • E-commerce: handle orders and inventory, accept payments, and generate business reports.
  • Freelancers: sign contracts, generate payment invoices, extract finance fields from receipts.

FAQ from Clawshow

What tools does Clawshow offer?

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, and extract_finance_fields.

Is any signup or configuration required?

No signup is needed. The first call to any tool automatically creates a namespace. To configure the server, add the SSE URL https://mcp.clawshow.ai/sse in your MCP client settings.

Which payment providers are supported?

Currently live: Stancer (France), SumUp (Europe), and Stripe (Global). Mollie (Europe) is planned for future release.

How does electronic signature compliance work?

ClawShow eSign provides eIDAS Article 26 advanced electronic signatures (AES) with OTP identity verification and SHA-256 digital PDF signatures, zero cost per signature.

Can I test tools without affecting real data?

Yes. Calling any tool without a namespace uses demo data. For example, manage_orders(action="query") returns sample orders, and generate_payment(amount=10, currency="eur", provider="stancer", description="Demo", namespace="demo") returns a real test payment link.

评论

其他 分类下的更多 MCP 服务器