Install
# CLI install
npm install -g @mcp-b/webmcp-ts-sdk
MCP client config
{
"command": "npx",
"args": ["-y", "@mcp-b/webmcp-ts-sdk"],
"env": { "SPAWNPAY_API_KEY": "spk_live_..." }
}
Drop this into your Claude Desktop or Cursor config. Agents call the tool, payments settle automatically.
Make it paid
This MCP is currently free. Authors can wrap any tool in two lines using spawnpay-paywall to charge per call in USDC. Keep 99.5%, no payment infra.
// Node — npm install spawnpay-paywall import { paywall } from 'spawnpay-paywall'; const myTool = paywall( { price: 0.005, vendor: 'SP_yourCode' }, originalToolFn );
About
- Package
- @mcp-b/webmcp-ts-sdk
- Version
- 2.3.2
- Author
- miguelspizza
- Published
- 2026-05-12
- Keywords
- adapter, ai-agents, ai-integration, anthropic, browser, chatgpt, claude, copilot
Related MCPs
-
React hooks for Model Context Protocol (MCP) - expose React components as AI tools for Claude, ChatGPT, Cursor, and Copilot with Zod validat
-
W3C Web Model Context API polyfill - Let AI agents like Claude, ChatGPT, and Gemini interact with your website via navigator.modelContext
-
Browser transport implementations for Model Context Protocol (MCP) - postMessage, Chrome extension messaging, and iframe communication for A
-
Node.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID)