Servers
Financial Analysis MCP Server
@cristianleoo
A MCP server to power your LLM with financial analysis capabilities
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"fin-mcp": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}