Skip to main content
Glama

Financial Modeling Prep MCP Server

stockScreener

Filter and identify stocks based on criteria like market cap, price, volume, sector, and country to align with your investment strategy using the FMP API.

Instructions

Discover stocks that align with your investment strategy using the FMP Stock Screener API. Filter stocks based on market cap, price, volume, beta, sector, country, and more to identify the best opportunities.

Input Schema

NameRequiredDescriptionDefault
betaLowerThanNoFilter companies with beta less than this value
betaMoreThanNoFilter companies with beta greater than this value
countryNoFilter by country (e.g., US)
dividendLowerThanNoFilter companies with dividend less than this value
dividendMoreThanNoFilter companies with dividend greater than this value
exchangeNoFilter by exchange (e.g., NASDAQ)
includeAllShareClassesNoInclude all share classes
industryNoFilter by industry (e.g., Consumer Electronics)
isActivelyTradingNoFilter actively trading companies
isEtfNoFilter ETFs
isFundNoFilter funds
limitNoLimit number of results
marketCapLowerThanNoFilter companies with market cap less than this value
marketCapMoreThanNoFilter companies with market cap greater than this value
priceLowerThanNoFilter companies with price less than this value
priceMoreThanNoFilter companies with price greater than this value
sectorNoFilter by sector (e.g., Technology)
volumeLowerThanNoFilter companies with volume less than this value
volumeMoreThanNoFilter companies with volume greater than this value

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "betaLowerThan": { "description": "Filter companies with beta less than this value", "type": "number" }, "betaMoreThan": { "description": "Filter companies with beta greater than this value", "type": "number" }, "country": { "description": "Filter by country (e.g., US)", "type": "string" }, "dividendLowerThan": { "description": "Filter companies with dividend less than this value", "type": "number" }, "dividendMoreThan": { "description": "Filter companies with dividend greater than this value", "type": "number" }, "exchange": { "description": "Filter by exchange (e.g., NASDAQ)", "type": "string" }, "includeAllShareClasses": { "description": "Include all share classes", "type": "boolean" }, "industry": { "description": "Filter by industry (e.g., Consumer Electronics)", "type": "string" }, "isActivelyTrading": { "description": "Filter actively trading companies", "type": "boolean" }, "isEtf": { "description": "Filter ETFs", "type": "boolean" }, "isFund": { "description": "Filter funds", "type": "boolean" }, "limit": { "description": "Limit number of results", "type": "number" }, "marketCapLowerThan": { "description": "Filter companies with market cap less than this value", "type": "number" }, "marketCapMoreThan": { "description": "Filter companies with market cap greater than this value", "type": "number" }, "priceLowerThan": { "description": "Filter companies with price less than this value", "type": "number" }, "priceMoreThan": { "description": "Filter companies with price greater than this value", "type": "number" }, "sector": { "description": "Filter by sector (e.g., Technology)", "type": "string" }, "volumeLowerThan": { "description": "Filter companies with volume less than this value", "type": "number" }, "volumeMoreThan": { "description": "Filter companies with volume greater than this value", "type": "number" } }, "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