@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 CHANGED
@@ -1,12 +1,21 @@
1
1
  # Financial Modeling Prep MCP Server
2
2
 
3
3
  [![npm version](https://badge.fury.io/js/@houtini%2Ffmp-mcp.svg)](https://badge.fury.io/js/@houtini%2Ffmp-mcp)
4
- [![Known Vulnerabilities](https://snyk.io/test/github/houtini-ai/fmp-mcp/badge.svg)](https://snyk.io/test/github/houtini-ai/fmp-mcp)
5
4
  [![MCP Registry](https://img.shields.io/badge/MCP-Registry-blue?style=flat-square)](https://registry.modelcontextprotocol.io)
6
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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
@@ -500,7 +500,7 @@ const TOOLS = [
500
500
  */
501
501
  const server = new Server({
502
502
  name: 'fmp-mcp-server',
503
- version: '1.1.5',
503
+ version: '1.1.7',
504
504
  }, {
505
505
  capabilities: {
506
506
  tools: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@houtini/fmp-mcp",
3
- "version": "1.1.6",
3
+ "version": "1.1.8",
4
4
  "mcpName": "io.github.houtini-ai/fmp",
5
5
  "description": "Access financial data and market information via Financial Modeling Prep API",
6
6
  "type": "module",
package/houtini-logo.jpg DELETED
Binary file