Skip to main content
Glama
types.ts222 B
import type { z } from "zod"; // Type for an MCP tool export interface Tool { name: string; description: string; schema: Record<string, z.ZodTypeAny>; handler: (params: Record<string, unknown>) => Promise<unknown>; }

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/djkz/bruno-api-mcp'

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