We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DolphinWorld/market-expert-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.mdβ’1017 B
# π Market Expert MCP & Skill
A specialized **Model Context Protocol (MCP)** server and **Agent Skill** for high-fidelity market research. This project combines institutional-grade financial data via **Finnhub** with a specialized **Equity Researcher** persona for automated report generation.
## π Installation
### 1. Clone & Install
```bash
git clone https://github.com/YOUR_USERNAME/market-expert-mcp.git
cd market-expert-mcp
npm install
```
### 2. Configure Secrets
```bash
cp .env.example .env
# Open .env and add your FINNHUB_API_KEY
```
### 3. Register MCP Server
Add this to your `claude_desktop_config.json`:
```json
"mcpServers": {
"market-expert": {
"command": "node",
"args": ["/Users/jacksu/market-expert-mcp/src/index.js"]
}
}
```
### 4. Install Skill
Copy `.claude/skills/market-expert` to your project's `.claude/skills/` directory.
## π Usage
Type `/market-expert [TICKER]` in your AI chat to generate a professional report in the `./reports` folder.
## π License
MIT