The Finance Toolkit gives AI assistants access to 200+ financial metrics, all calculated
transparently from raw financial statements, not pulled from third-party endpoints.
Server Config
{
"mcpServers": {
"finance-toolkit": {
"command": "uvx",
"args": [
"--from",
"financetoolkit[mcp]",
"financetoolkit-mcp"
],
"env": {
"FINANCIAL_MODELING_PREP_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}