Skip to main content
Glama

MCPKit

by ribeirogab
mcp-tool.ts347 B
import { z, ZodObject, type ZodRawShape } from 'zod'; export type McpToolExecute<Args extends ZodRawShape> = ( request: z.infer<ZodObject<Args>>, ) => Promise<{ content: { type: string; text: string }[] }>; export type McpTool<Args extends ZodRawShape = ZodRawShape> = { execute: McpToolExecute<Args>; parameters: Args; name: string; };

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/ribeirogab/mcpkit'

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