@houtini/fmp-mcp 1.1.6 → 1.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +26 -1
- package/build/index.js +1 -1
- package/package.json +1 -1
- package/houtini-logo.jpg +0 -0
package/README.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Financial Modeling Prep MCP Server
|
|
2
2
|
|
|
3
3
|
[](https://badge.fury.io/js/@houtini%2Ffmp-mcp)
|
|
4
|
-
[](https://snyk.io/test/github/houtini-ai/fmp-mcp)
|
|
5
4
|
[](https://registry.modelcontextprotocol.io)
|
|
6
5
|
[](https://opensource.org/licenses/MIT)
|
|
7
6
|
|
|
8
7
|
Model Context Protocol (MCP) server providing access to Financial Modeling Prep's comprehensive financial data API. Get real-time stock quotes, company fundamentals, financial statements, market insights, analyst data, and technical indicators directly in Claude Desktop.
|
|
9
8
|
|
|
9
|
+
<p align="center">
|
|
10
|
+
<a href="https://glama.ai/mcp/servers/@houtini-ai/fmp-mcp">
|
|
11
|
+
<img width="380" height="200" src="https://glama.ai/mcp/servers/@houtini-ai/fmp-mcp/badge" alt="Financial Modeling Prep MCP server" />
|
|
12
|
+
</a>
|
|
13
|
+
</p>
|
|
14
|
+
|
|
15
|
+
> **Quick Navigation**
|
|
16
|
+
>
|
|
17
|
+
> [Features](#features) | [Installation](#installation) | [Tools](#available-tools) | [Usage examples](#usage-examples) | [API rate limits](#api-rate-limits) | [Development](#development) | [Troubleshooting](#troubleshooting)
|
|
18
|
+
|
|
10
19
|
## Features
|
|
11
20
|
|
|
12
21
|
- **Real-time Market Data**: Live stock quotes with price, volume, and market metrics
|
|
@@ -56,6 +65,22 @@ Replace `your_api_key_here` with your actual API key from Financial Modeling Pre
|
|
|
56
65
|
|
|
57
66
|
**Important**: Restart Claude Desktop completely after updating the configuration.
|
|
58
67
|
|
|
68
|
+
### Claude Code (CLI)
|
|
69
|
+
|
|
70
|
+
Claude Code uses a different registration mechanism -- it doesn't read `claude_desktop_config.json`. Use `claude mcp add` instead:
|
|
71
|
+
|
|
72
|
+
```bash
|
|
73
|
+
claude mcp add -e FMP_API_KEY=your_api_key_here -s user financial-modeling-prep -- npx -y @houtini/fmp-mcp
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
Verify with:
|
|
77
|
+
|
|
78
|
+
```bash
|
|
79
|
+
claude mcp get financial-modeling-prep
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
You should see `Status: Connected`.
|
|
83
|
+
|
|
59
84
|
## Available Tools
|
|
60
85
|
|
|
61
86
|
### Core Market Data
|
package/build/index.js
CHANGED
package/package.json
CHANGED
package/houtini-logo.jpg
DELETED
|
Binary file
|