We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jeetinida/stocknews-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
export declare const isYear: (value: string) => boolean;
/**
* `[ajv-formats]` ISO8601 Date component
* @example `2020-12-12`
*/
export declare const isDate: (value: string) => boolean;
/**
* `[ajv-formats]` ISO8601 Time component
* @example `20:20:39+00:00`
*/
export declare const isTime: (value: string, strictTimeZone?: boolean) => boolean;
/**
* `[ajv-formats]` ISO8601 DateTime
* @example `2020-12-12T20:20:40+00:00`
*/
export declare const isDateTime: (value: string, strictTimeZone?: boolean) => boolean;