Skip to main content
Glama

Financial Modeling Prep MCP Server

Apache 2.0
17
59
  • Linux
  • Apple
CommodityClient.ts611 B
import { FMPClient } from "../FMPClient.js"; import type { FMPContext } from "../../types/index.js"; import type { Commodity } from "./types.js"; export class CommodityClient extends FMPClient { constructor(apiKey?: string) { super(apiKey); } /** * Get list of commodities * @param options Optional parameters including abort signal and context * @returns Array of commodities */ async listCommodities( options?: { signal?: AbortSignal; context?: FMPContext; } ): Promise<Commodity[]> { return super.get<Commodity[]>("/commodity-list", {}, options); } }

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/imbenrabi/Financial-Modeling-Prep-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server