Skip to main content
Glama

Verodat MCP Server

Official
validators.ts379 B
import { z } from 'zod'; import { MessageSchema } from '../types/schemas.js'; export function validateMessage(data: unknown): boolean { try { MessageSchema.parse(data); return true; } catch (error) { if (error instanceof z.ZodError) { throw new Error(`Invalid message format: ${error.message}`); } throw error; } }

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

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