F
Financial Modeling Prep
Query Financial Modeling Prep company and market data.
·No reviews yet
Share:
About
Auto-generated
Financial Modeling Prep is a Model Context Protocol server in the Search & Web category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Financial Modeling Prep.
- What data does the Financial Modeling Prep (FMP) MCP provide?
- The FMP MCP enables querying of company and market data from the Financial Modeling Prep service. It provides access to a wide range of financial information for modeling and analysis.
- How do I install the FMP MCP in an MCP client?
- Installation procedures depend on your specific MCP client. Typically, you would add the MCP server's repository URL (https://github.com/imbenrabi/Financial-Modeling-Prep-MCP-Server) to your client's configuration or follow its instructions for adding community-provided MCPs.
- Does the FMP MCP require an API key or other credentials?
- Yes, the FMP MCP requires an API key for authentication with the Financial Modeling Prep service. You will need to obtain this key from the Financial Modeling Prep website and configure it within your MCP client.
- What are typical use cases for the FMP MCP?
- Common use cases include retrieving real-time stock quotes, historical financial statements, company profiles, and other market data for financial analysis, investment research, and algorithmic trading strategies.
- Is there a cost to use the FMP MCP?
- The FMP MCP itself is open source and community-provided. However, access to the underlying Financial Modeling Prep data may involve costs or subscription plans, depending on their service tiers. Refer to the Financial Modeling Prep website for pricing details.
Install Financial Modeling Prep
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"fmp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fmp"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"fmp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fmp"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"fmp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fmp"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.