Skip to main content
Glama

Verodat MCP Server

Official
export const MAX_MESSAGE_SIZE = 1024 * 1024; // 1MB export const MAX_REQUESTS_PER_MINUTE = 100; export const CONNECTION_TIMEOUT = 30000; // 30 seconds export const API_CONFIG = { BASE_URL: "https://verodat.io/api/v3", VERSION: "v3", DEFAULT_HEADERS: { "Content-Type": "application/json", "Accept": "application/json, text/plain, */*" } };

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