eodhd_fundamentals
Pack: eodhd · Endpoint: https://gateway.pipeworx.io/eodhd/mcp
Get fundamentals + analyst price target & estimates for
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
symbol | string | yes | Ticker with exchange suffix, e.g. “AAPL.US”, “TSLA.US”, “BMW.XETRA” |
_apiKey | string | yes | EODHD api_token (get one free at eodhd.com; free tier 20 calls/day) |
Example call
curl -X POST https://gateway.pipeworx.io/eodhd/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"eodhd_fundamentals","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"eodhd": {
"url": "https://gateway.pipeworx.io/eodhd/mcp"
}
}
}
See Getting Started for client-specific install steps.