Skip to main content
Glama

DSP Booking MCP Server

by hrz8
greet.ts157 B
export async function greet(name: string): Promise<void> { await new Promise((resolve) => setTimeout(resolve, 1000)); console.info(`Hello, ${name}!`); }

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/hrz8/mcp-openapi'

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