Skip to main content
Glama

Sinch MCP Server

Official
by sinch
tsconfig.json803 B
{ "compilerOptions": { "sourceMap": true, "removeComments": false, "lib": ["ES2022"], "strict": true, "target": "ES2022", "module": "CommonJS", "moduleResolution": "node", "esModuleInterop": true, "skipLibCheck": true, "allowJs": true, "pretty": true, "preserveSymlinks": true, "resolveJsonModule": true, "types": ["jest", "node"], "noImplicitAny": true, "noUnusedLocals": true, "noUnusedParameters": true, "useDefineForClassFields": false, "declaration": true, "composite": true, "noEmit": false, "baseUrl": ".", "rootDir": ".", "outDir": "dist" }, "exclude": ["jest.config.ts", "eslint.config.mjs", "dist", "bin"], "include": ["src", "tests", "package.json"], "ts-node": { "esm": true } }

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/sinch/sinch-mcp-server'

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