Skip to main content
Glama

Weather & Stock MCP Server

by Jeetinida
get-built-in-node-module.js448 B
'use strict'; var globalThis = require('../internals/global-this'); var IS_NODE = require('../internals/environment-is-node'); module.exports = function (name) { if (IS_NODE) { try { return globalThis.process.getBuiltinModule(name); } catch (error) { /* empty */ } try { // eslint-disable-next-line no-new-func -- safe return Function('return require("' + name + '")')(); } catch (error) { /* empty */ } } };

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