MCP server to interact with the data feeds provided by the Nasdaq Data Link. Developed by the community and maintained by Stefano Amorelli.
1.6K
5 Tools
Version 4.43 or later needs to be installed to add the server automatically
Use cases
About
MCP server to interact with the data feeds provided by the Nasdaq Data Link. Developed by the community and maintained by Stefano Amorelli.
Attribute | Details |
---|---|
Docker Image | mcp/nasdaq-data-link |
Author | stefanoamorelli |
Repository | https://github.com/stefanoamorelli/nasdaq-data-link-mcp |
Docker Image built by|Docker Inc.
Docker Scout Health Score| Verify Signature|
COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/nasdaq-data-link --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
Licence|MIT License
Tools provided by this Server | Short Description |
---|---|
export_dataset | Export dataset in different formats. |
get_dataset | Get data from a specific dataset. |
get_dataset_metadata | Get metadata about a dataset without downloading data. |
list_databases | List available databases. |
search_datasets | Search for datasets by keyword. |
export_dataset
Export dataset in different formats.
Parameters:
Example: export_dataset(dataset_code='WIKI/AAPL', output_format='json')
Parameters | Type | Description |
---|---|---|
dataset_code | string | |
end_date | string optional | |
output_format | string optional | |
start_date | string optional |
get_dataset
Get data from a specific dataset.
Parameters:
Example: get_dataset(dataset_code='WIKI/AAPL', start_date='2020-01-01')
Parameters | Type | Description |
---|---|---|
dataset_code | string | |
end_date | string optional | |
start_date | string optional |
get_dataset_metadata
Get metadata about a dataset without downloading data.
Parameters:
Example: get_dataset_metadata(dataset_code='WIKI/AAPL')
Parameters | Type | Description |
---|---|---|
dataset_code | string |
list_databases
List available databases.
Example: list_databases()
search_datasets
Search for datasets by keyword.
Parameters:
Example: search_datasets(query='oil prices')
Parameters | Type | Description |
---|---|---|
query | string |
{
"mcpServers": {
"nasdaq-data-link": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"NASDAQ_DATA_LINK_API_KEY",
"mcp/nasdaq-data-link"
],
"env": {
"NASDAQ_DATA_LINK_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Manual installation
You can install the MCP server using:
Installation for