Skip to main content
Glama

Financial Modeling Prep MCP Server

searchName

Find ticker symbols and company details by searching full or partial names, with optional filters for specific exchanges, using the FMP Name Search API.

Instructions

Search for ticker symbols, company names, and exchange details for equity securities and ETFs listed on various exchanges with the FMP Name Search API. This endpoint is useful for retrieving ticker symbols when you know the full or partial company or asset name but not the symbol identifier.

Input Schema

NameRequiredDescriptionDefault
exchangeNoOptional exchange filter (e.g., NASDAQ, NYSE)
limitNoOptional limit on number of results (default: 50)
queryYesThe search query to find company names

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "exchange": { "description": "Optional exchange filter (e.g., NASDAQ, NYSE)", "type": "string" }, "limit": { "description": "Optional limit on number of results (default: 50)", "type": "number" }, "query": { "description": "The search query to find company names", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from Financial Modeling Prep MCP Server

Related Tools

    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