Skip to main content
Glama
by sinch
index.ts532 B
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import { registerNumberLookup } from './number-lookup'; import { registerReportSmsVerification } from './report-sms-verification'; import { registerStartVerificationWithSms } from './start-sms-verification'; import { Tags } from '../../types'; export const registerVerificationTools = (server: McpServer, tags: Tags[]) => { registerStartVerificationWithSms(server, tags); registerReportSmsVerification(server, tags); registerNumberLookup(server, tags); };

Latest Blog Posts

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