$ timeahead.in
/ servers/npm/@waniwani/sdk
npm

@waniwani/sdk

MCP distribution SDK. Build sales funnels, lead generation, booking, and quote apps on top of your MCP server. Event tracking, flows, widgets, knowledge base.

16 stars3k/wkupdated 0d agogithub ↗
86good
▣ Overview
npmlicense

What it does

The SDK compiles a typed state graph into a single MCP tool that implements multi-step conversational flows for sales, lead generation, booking, and quote generation. Unlike raw MCP where state serializes through the model on each turn, this SDK persists state server-side under a session ID, letting the model render only the next question. The flow engine is MIT-licensed and runs without external dependencies against any key-value store—Redis, Upstash, Cloudflare KV, DynamoDB, Postgres, or in-memory. State is typed via Zod; flows are defined declaratively as nodes, edges, and interrupts. An optional WaniWani Platform (activated by setting an env var) adds hosted encrypted state, event tracking, funnel analytics, and semantic search over a knowledge base.

Who it's for

Backend engineers building AI-native applications in ChatGPT, Claude, or Cursor who need deterministic multi-step flows instead of unreliable paraphrasing or lost state. Teams shipping sales funnels, lead capture, booking systems, or dynamic quote generation as MCP tools and wanting server-side persistence without managing Redis orchestration separately.

Common use cases

  • Qualify and capture sales leads inside Claude with branching logic and CRM integration.
  • Build booking flows that check availability, present time slots, and confirm reservations as a single MCP tool.
  • Generate insurance or pricing quotes by collecting structured details, validating input, calling a pricing API, and returning widget cards.
  • Create lead-gen flows that request email, role, and use case, then webhook results to a CRM.
  • Embed a chat widget backed by a knowledge base in Claude or ChatGPT clients.

Setup pitfalls

  • Dependency chain: requires @modelcontextprotocol/sdk and zod alongside the SDK itself; missing either blocks funnel registration.
  • Optional WANIWANI_API_KEY env var gates Platform features (hosted state, analytics, knowledge base); without it, flows use only the open-source engine against a local store.
  • Reads and writes filesystem; makes network calls for state and analytics. Run in a sandboxed environment or firewall if untrusted flows are involved.
  • No CI pipeline configured; stable but verify compatibility with your MCP client version and Node runtime before production use.
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
56
11.1
Quality
10%
100
10.0
Trust
10%
50
5.0
Total
86.1
⚿ Capabilities & Risk Explainer
fs readfs writenetworksecrets
◆ Risk level: medium
fs read + fs write + network + secrets — requires access to credentials or environment secrets.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "waniwanisdk": {
      "command": "npx",
      "args": [
        "-y",
        "@waniwani/sdk"
      ]
    }
  }
}
📈 Score historylast 34 snapshots
5/25/20267/21/2026 · 34 snapshots
⚙ Maintenance health
maintenance data not yet available — check back later.
⛁ Raw data
weekly downloads3k
github stars16
forks1
open issues6
license✓ present
readme length6759 chars
last publish1d ago
last commit0d ago
last updated5h ago
install verified✓ pass · 39d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points