Financial Datasets MCP Server
An MCP server for interacting with the Financial Datasets stock market API.
AI Skill Market Insights
Real data. Real impact.
Emerging
Developers
Quick Start
Install Command
# Financial Datasets MCP Server
# 1. Find the exact package/command in the repo README:
# https://github.com/financial-datasets/mcp-server#readme
#
# 2. Add it to Claude Code:
claude mcp add financial-datasets -- <command from README>
#
# …or add to claude_desktop_config.json:
# {
# "mcpServers": {
# "mcp-server": { "command": "<...>", "args": ["<...>"] }
# }
# }