gallery / sites / scriptivox.com active 1 tool · production · spec
Scriptivox provides tools that let an agent ask natural-language questions about transcription, API, accounts, and pricing to retrieve relevant documentation.
⚑ Report an incorrect description or category webmcp-react npm · v0.2.0
Built with React? Add tools like these to your own site. The tools above are declared with webmcp-react — a tiny hooks library. Each useMcpTool call registers one tool on the page; agents pick them up automatically. Expose your own actions in a few lines.
useMcpTool ({
name : 'add_to_cart' ,
description : 'Add a product to the cart' ,
inputSchema : cartSchema ,
handler : addToCart ,
})