CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Clawshow Mcp Server

jason2016/clawshow-mcp-server
SSEregistry active
Summary

This is a remote SSE server that gives Claude direct access to a full SMB backend stack. You get 11 tools covering landing page generation with GitHub Pages deployment, Stripe/Stancer/SumUp payment link creation, eIDAS AES compliant electronic signatures with dual-party workflows, email/SMS/WhatsApp notifications, and order/inventory/booking management. The eSign implementation is notable for being self-hosted with zero per-signature costs and full audit trails. No signup required, it auto-provisions namespaces on first call. Best for prototyping business workflows where you need Claude to orchestrate payments, contracts, and notifications without leaving the conversation.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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

ProviderRegionStatus
StancerFrance✅ Live
SumUpEurope✅ Live
StripeGlobal✅ Live
MollieEurope🔜 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

IndustryTypical Workflow
Schoolssend_esign_request (contracts) → generate_payment (tuition) → send_notification (dunning)
Rental Propertiesgenerate_rental_website → send_esign_request (lease) → generate_payment (rent)
Restaurantsmanage_bookings → manage_orders → generate_payment
E-commercemanage_orders → manage_inventory → generate_payment → generate_report
Freelancerssend_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 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

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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportSSE
UpdatedApr 9, 2026
View on GitHub