Nasdaq Data Link MCP
by stefanoamorelli
A community developed and maintained Model Context Protocol (MCP) server that provides access to Nasdaq Data Link. It aims to make it easy to access and explore Nasdaq Data Link’s extensive financial and economic datasets through natural language interfaces and large language models (LLMs).
Last updated: N/A
What is Nasdaq Data Link MCP?
The Nasdaq Data Link MCP server is a Model Context Protocol (MCP) server that allows users to access and explore Nasdaq Data Link's financial and economic datasets through natural language interfaces and large language models (LLMs). It leverages the official nasdaq/data-link-python SDK and exposes various tools for interacting with the Nasdaq Data Link API.
How to use Nasdaq Data Link MCP?
To use the server, you need to clone the repository, install the required dependencies (including the mcp
CLI and Nasdaq Data Link SDK), obtain an API key from Nasdaq Data Link, configure the environment with your API key, and then install the MCP server using the mcp install
command. Once installed, the server exposes tools that can be called by MCP-compatible clients like Claude Desktop.
Key features of Nasdaq Data Link MCP
Access to Nasdaq Data Link's financial and economic datasets
Integration with Model Context Protocol (MCP)
Support for natural language queries via LLMs
Tools for retrieving retail trading activity, world bank data, and equities 360 data
AI-powered data exploration
Use cases of Nasdaq Data Link MCP
Retrieving retail trading activity data for specific dates and tickers
Fetching the value of a specific World Bank indicator for a country
Searching for World Bank indicators by keyword
Retrieving comprehensive statistics for a company from the Nasdaq Equities 360 database
Accessing fundamental financial data (balance sheet, cash flow, income statement) for companies
FAQ from Nasdaq Data Link MCP
What data sources are supported?
What data sources are supported?
Currently supports World Bank dataset, Nasdaq RTAT, and Equities 360.
Is this project affiliated with Nasdaq?
Is this project affiliated with Nasdaq?
No, this is an open-source project not affiliated with or endorsed by Nasdaq, Inc.
What is MCP?
What is MCP?
Model Context Protocol, a protocol for connecting LLMs with external tools and data sources.
What Python version is required?
What Python version is required?
Python 3.10 or later.
How do I get an API key?
How do I get an API key?
Sign up on https://data.nasdaq.com/ and copy your API key.