Skip to main content
Glama

Weather & Stock MCP Server

by Jeetinida
getCrumb.d.ts768 B
import type { ExtendedCookieJar } from "./cookieJar"; import { Logger } from "./options.js"; type CrumbOptions = RequestInit & { devel?: boolean | string; }; export declare function _getCrumb(cookieJar: ExtendedCookieJar, fetch: (url: RequestInfo, init?: RequestInit) => Promise<Response>, fetchOptionsBase: CrumbOptions, logger: Logger, url?: string, develOverride?: string, noCache?: boolean): Promise<string | null>; export declare function getCrumbClear(cookieJar: ExtendedCookieJar): Promise<void>; export default function getCrumb(cookieJar: ExtendedCookieJar, fetch: (url: RequestInfo, init?: RequestInit) => Promise<Response>, fetchOptionsBase: CrumbOptions, logger: Logger, url?: string, __getCrumb?: typeof _getCrumb): Promise<string | null>; export {};

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