/**
* Generates a Unix timestamp string (seconds since epoch).
* @returns A string representing the current Unix timestamp.
*/
export function generateTimestamp(): string {
return Math.floor(Date.now() / 1000).toString();
}
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/mabeldata/pocketbase-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server