Skip to main content
Glama

Zydsoft MCP Server

by hfzhae
tools.ts386 B
import { Tool } from "@modelcontextprotocol/sdk/types.js"; import { callZydsoftApi } from "./utils.js" const toolsList = await callZydsoftApi({ module: "mcp/tools" }) export const ZYD_TOOLS = toolsList.map((item: any) => { const tool: Tool = { name: item.function.name, description: item.function.description, inputSchema: item.function.parameters } return tool })

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/hfzhae/MCP'

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