Fmp
Rank #13,733io.github.houtini-ai/fmp
Access financial data and market information via Financial Modeling Prep API
Fmp is a Model Context Protocol (MCP) server published by houtini-ai. It ranks #13,733 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Fmp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Dec 14, 2025 and most recently updated on Aug 17, 2026.
Ranks ahead of 101,858 of 115,591 servers on MCP Toplist.
Use Fmp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add fmp -e "FMP_API_KEY=<your FMP_API_KEY>" -- npx -y @houtini/fmp-mcpReplace each placeholder with your own value before saving.
[mcp_servers.fmp]
command = "npx"
args = ["-y", "@houtini/fmp-mcp"]
[mcp_servers.fmp.env]
FMP_API_KEY = "<your FMP_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fmp": {
"command": "npx",
"args": [
"-y",
"@houtini/fmp-mcp"
],
"env": {
"FMP_API_KEY": "<your FMP_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fmp": {
"command": "npx",
"args": [
"-y",
"@houtini/fmp-mcp"
],
"env": {
"FMP_API_KEY": "<your FMP_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"fmp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@houtini/fmp-mcp"
],
"env": {
"FMP_API_KEY": "<your FMP_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fmp": {
"command": "npx",
"args": [
"-y",
"@houtini/fmp-mcp"
],
"env": {
"FMP_API_KEY": "<your FMP_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fmp": {
"command": "npx",
"args": [
"-y",
"@houtini/fmp-mcp"
],
"env": {
"FMP_API_KEY": "<your FMP_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.houtini-ai%2Ffmp)<a href="https://mcptoplist.com/server/io.github.houtini-ai%2Ffmp"><img src="https://mcptoplist.com/badge/io.github.houtini-ai%2Ffmp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
houtini-ai
Other servers by houtini-ai
- SEO Audit Console#1,878 · 10 vers
- Houtini-lm#3,220 · 1 ver
- Gemini#3,363 · 3 vers
- Geo Analyzer#4,610 · 3 vers
- Google Knowledge Graph#6,600 · 3 vers
- Seo Crawler MCP#11,468 · 2 vers
- Fanout#16,354 · 2 vers
- Better Google Search Console#17,757
- Voice Analyser MCP Server#20,285
- Amazon Creators MCP#23,258 · 1 ver
- AI Text Detection with DeBertaV3#29,539
- Carousels MCP from Houtini#54,877
Available versions (3)
| Version | Published |
|---|---|
| 1.1.5 | Aug 17, 2026 |
| 1.1.3 | Jan 29, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Fmp?
- Fmp is maintained by houtini-ai, which publishes 15 MCP servers (28 total versions) tracked on MCP Toplist.
- Is Fmp listed on the Official MCP Registry?
- Yes — Fmp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Fmp have?
- MCP Toplist tracks 3 versions of Fmp, most recently published on Aug 17, 2026.
- Where can I find the source code for Fmp?
- The source code for Fmp is hosted at github.com/houtini-ai/fmp-mcp.