import { URLSearchParams } from "url";
// This let's us still only require the file if we need it, at runtime.
let fetchDevelFunc;
async function fetchDevel() {
if (fetchDevelFunc)
return fetchDevelFunc;
const module = await import("./lib/fetchDevel.js");
fetchDevelFunc = module.default;
return fetchDevelFunc;
}
export default {
fetch,
fetchDevel,
URLSearchParams,
};
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/Jeetinida/stocknews-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server