Connect Cursor to Home Depot's investor relations data via MCP server. Access SEC filings, IR news releases, and upcoming events.
Connect Cursor to the Home Depot Model Context Protocol (MCP) server to access investor relations data, SEC filings, news releases, and upcoming events.
1. Open Cursor Settings
2. Navigate to **Extensions → MCP**
3. Click **Add Server**
4. Configure the server:
- **Name:** `home-depot`
- **Command:** `node`
- **Args:** `dist/index.js`
- **CWD:** `/Users/makaminski1337/Developer/depot-mcp` (update to your actual path)
5. Save the configuration
6. Restart Cursor if prompted
Create or edit your MCP configuration file (typically `.cursor/mcp.json` or similar) with:
```json
{
"mcpServers": {
"home-depot": {
"command": "node",
"args": ["dist/index.js"],
"cwd": "/Users/makaminski1337/Developer/depot-mcp"
}
}
}
```
Update the `cwd` path to match where you've cloned the depot-mcp repository.
The MCP server exposes the following resources:
Once the MCP server is connected, you can ask Cursor:
1. **"Show me Home Depot's latest IR news"**
Retrieves recent investor relations news releases
2. **"Get the last 5 SEC filings for Home Depot"**
Fetches the 5 most recent SEC filings
3. **"What upcoming events does Home Depot have?"**
Lists scheduled IR events and presentations
4. **"Find Home Depot's 10-K filings from the last year"**
Filters SEC filings by form type and date range
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/home-depot-mcp-server/raw