← Back to MCP listView full setup guide →
§ Connection Config
Transport Type: remote
https://server.smithery.ai/financial-data/financial-data-mcp
Authorization: Bearer {env:FINANCIALDATA_API_KEY}
§ Quickstart
Add the following to your MCP client configuration (Cursor, Claude Desktop, etc.):
Or via Smithery CLI: smithery mcp add financial-data/financial-data-mcp with Authorization header.
MCP Client Configuration
{
"mcpServers": {
"financialdata-net": {
"type": "streamableHttp",
"url": "https://server.smithery.ai/financial-data/financial-data-mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}§ Tools Reference
4 tools
get_stock_quotes
Stock real-time or historical quotes
| Parameter | Type | Required | Description |
|---|---|---|---|
| symbol | string | ✓ | Symbol |
get_financial_statements
Global financial statements
| Parameter | Type | Required | Description |
|---|---|---|---|
| symbol | string | ✓ | Symbol |
get_institutional_holdings
Institutional holdings
| Parameter | Type | Required | Description |
|---|---|---|---|
| symbol | string | ✓ | Symbol |
get_esg_metrics
ESG metrics
| Parameter | Type | Required | Description |
|---|---|---|---|
| symbol | string | ✓ | Symbol |
§ Examples
Once configured, you can ask the AI directly:
Alpha analysis
Compare NVDA TTM performance vs S&P 500 and compute alpha
Example from Smithery documentation
LadleAgent