Skip to main content
Glama
formats.d.ts650 B
import type { Format } from "ajv"; export type FormatMode = "fast" | "full"; export type FormatName = "date" | "time" | "date-time" | "iso-time" | "iso-date-time" | "duration" | "uri" | "uri-reference" | "uri-template" | "url" | "email" | "hostname" | "ipv4" | "ipv6" | "regex" | "uuid" | "json-pointer" | "json-pointer-uri-fragment" | "relative-json-pointer" | "byte" | "int32" | "int64" | "float" | "double" | "password" | "binary"; export type DefinedFormats = { [key in FormatName]: Format; }; export declare const fullFormats: DefinedFormats; export declare const fastFormats: DefinedFormats; export declare const formatNames: FormatName[];

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/Sunil-paudel/mcpserverasof2025updated'

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