Skip to main content
Glama

Weather & Stock MCP Server

by Jeetinida
moduleCommon.d.ts454 B
import moduleExec from "./moduleExec"; export interface ModuleOptions { validateResult?: boolean; devel?: boolean | string; fetchOptions?: object; } export interface ModuleOptionsWithValidateFalse extends ModuleOptions { validateResult: false; } export interface ModuleOptionsWithValidateTrue extends ModuleOptions { validateResult?: true; } export interface ModuleThis { [key: string]: any; _moduleExec: typeof moduleExec; }

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