F
Financial Reports MCP Server
Official Model Context Protocol (MCP) server for the FinancialReports API. Provides LLM-native access to European company filings and financial data.
Created 11/12/2025
Updated about 1 month ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
uvx financial-reports-mcp-server
Cursor configuration (mcp.json)
{
"mcpServers": {
"financial-reports-financial-reports-mcp-server": {
"command": "uvx",
"args": [
"financial-reports-mcp-server"
]
}
}
}