Skip to main content
Glama

YCloud WhatsApp API MCP Server

index.js374 B
/* eslint-env commonjs */ import { ono } from "./singleton"; export { Ono } from "./constructor"; export * from "./types"; export { ono }; export default ono; // CommonJS default export hack if (typeof module === "object" && typeof module.exports === "object") { module.exports = Object.assign(module.exports.default, module.exports); } //# sourceMappingURL=index.js.map

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/YCloud-Developers/ycloud-whatsapp-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server