Skip to main content
Glama

Financial Modeling Prep MCP Server

Apache 2.0
17
59
  • Linux
  • Apple
index.ts597 B
import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import type { ServerMode, ToolSet } from "../types/index.js"; import { registerListMcpAssets, type PromptContext } from "./list-mcp-assets.js"; export function registerPrompts( server: McpServer, context: { mode: ServerMode; version: string; listChanged: boolean; staticToolSets?: ToolSet[] } ): void { const ctx: PromptContext = { mode: context.mode, version: context.version, listChanged: context.listChanged, staticToolSets: context.staticToolSets, }; registerListMcpAssets(server, ctx); }

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