financialdatanet/mcp-server
[FinancialData.Net](https://financialdata.net/) MCP server allows you to retrieve end-of-day and intraday stock market data, company financial statements, insider and institutional trading data, sustainability data, earnings releases, and much more.
Quick Start
Clone the repository:
git clone https://github.com/financialdatanet/mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"financialdatanet-mcp-server": {
"command": "npx",
"args": [
"-y",
"financialdatanet/mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.