We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kathirt/APIM-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•286 B
// Azure Functions v4 entry point
// This file imports all function modules to register them
import "./functions/getProducts";
import "./functions/getProductById";
import "./functions/searchProducts";
import "./functions/orders";
import "./functions/health";
import "./functions/mcp";