Skip to main content
Glama

Financial Modeling Prep MCP Server

Apache 2.0
17
59
  • Linux
  • Apple
getServerVersion.ts391 B
import fs from "node:fs"; import path from "node:path"; import { fileURLToPath } from "node:url"; export function getServerVersion(): string { const __dirname = path.dirname(fileURLToPath(import.meta.url)); const packageJsonPath = path.resolve(__dirname, "../../package.json"); const packageJson = JSON.parse(fs.readFileSync(packageJsonPath, "utf8")); return packageJson.version; }

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