Recent Releases of nasdaq-data-link-mcp-os
nasdaq-data-link-mcp-os - Nasdaq Data Link MCP v1.0.0
What's Changed
- [Feat] [Chore] Format and add protocol selection by @stefanoamorelli in https://github.com/stefanoamorelli/nasdaq-data-link-mcp/pull/8
- [Chore] Add logo by @stefanoamorelli in https://github.com/stefanoamorelli/nasdaq-data-link-mcp/pull/9
- Update SECURITY.md by @stefanoamorelli in https://github.com/stefanoamorelli/nasdaq-data-link-mcp/pull/10
- [Paper] Add initial research paper and bibliography by @stefanoamorelli in https://github.com/stefanoamorelli/nasdaq-data-link-mcp/pull/11
- [Docs] Improve paper by @stefanoamorelli in https://github.com/stefanoamorelli/nasdaq-data-link-mcp/pull/12
Full Changelog: https://github.com/stefanoamorelli/nasdaq-data-link-mcp/compare/v0.2.1...v1.0.0
- Python
Published by stefanoamorelli 11 months ago
nasdaq-data-link-mcp-os - Nasdaq Data Link MCP v0.2.1
What's Changed
- Add Dockerfile by @stefanoamorelli in https://github.com/stefanoamorelli/nasdaq-data-link-mcp/pull/1
Full Changelog: https://github.com/stefanoamorelli/nasdaq-data-link-mcp/compare/v0.2.0...v0.2.1
- Python
Published by stefanoamorelli about 1 year ago
nasdaq-data-link-mcp-os - Nasdaq Data Link MCP v0.2.0
## Added
- NFN Implementation Functions:
- Added get_mfrfi_data function for Fund Information Report
- Added get_mfrsm_data function for Fund Share Class Master
- Added get_mfrsi_data function for Fund Share Class Information
- Added get_mfrph_data function for Fund Price History
- Added get_mfrph10_data function for Fund Price History 10-day
- Added get_mfrps_data function for Fund Performance Statistics
- Added get_mfrprb_data function for Fund Performance Benchmark
- Added get_mfrpa_data function for Fund Performance Analytics
- Added get_mfrpm_data function for Fund Fee and Expense Data
- Added get_mfrmf_data function for Fund Monthly Flows
MCP Tool Interfaces:
- Added
get_fund_informationtool - Added
get_share_class_mastertool - Added
get_share_class_informationtool - Added
get_price_historytool - Added
get_recent_price_historytool - Added
get_performance_statisticstool - Added
get_performance_benchmarktool - Added
get_performance_analyticstool - Added
get_fees_and_expensestool - Added
get_monthly_flowstool
- Added
Documentation:
- Enhanced NFN documentation with details for all new tools
- Added data structure descriptions for each NFN tool type
- Added example conversations for new NFN tools
- Added "Learn More" links to Nasdaq documentation
Full Changelog: https://github.com/stefanoamorelli/nasdaq-data-link-mcp/compare/v0.1.3...v0.2.0
- Python
Published by stefanoamorelli about 1 year ago
nasdaq-data-link-mcp-os - Nasdaq Data Link MCP v0.1.3.post3-hotfix
CI/CD fixes to publish on PyPI and Conda.
Full Changelog: https://github.com/stefanoamorelli/nasdaq-data-link-mcp/compare/v0.1.3.post2-hotfix...v0.1.3.post3-hotfix
- Python
Published by stefanoamorelli about 1 year ago
nasdaq-data-link-mcp-os - Nasdaq Data Link MCP v0.1.3.post2-hotfix
Fixes
- Updated README with correct link to the Nasdaq Fund Network database (MFR)
- Made documentation improvements for NFN/MFRFM tool
Features (from v0.1.3)
- Added Nasdaq Fund Network (NFN) tool with Fund Master Report (MFRFM) access
- New getfundmaster_report() function to query NFN/MFRFM data
- Added documentation for the NFN tool")
Full Changelog: https://github.com/stefanoamorelli/nasdaq-data-link-mcp/compare/v0.1.3...v0.1.3.post2-hotfix
- Python
Published by stefanoamorelli about 1 year ago
nasdaq-data-link-mcp-os - Nasdaq Data Link MCP v0.1.3
New Features
- Added Nasdaq Fund Network (NFN) tool with Fund Master Report (MFRFM) access
- New
get_fund_master_report()function to query NFN/MFRFM data - Added documentation for the NFN tool
Documentation Updates
- Added NFN tool to the tools list
- Created detailed documentation page for NFN/MFRFM with examples
Full Changelog: https://github.com/stefanoamorelli/nasdaq-data-link-mcp/compare/v0.1.2...v0.1.3
- Python
Published by stefanoamorelli about 1 year ago
nasdaq-data-link-mcp-os - Nasdaq Data Link MCP v0.1.2
New Features
- Added Trade Summary tool to access Nasdaq Data Link's
NDAQ/TSdatatable - Implemented
get_trade_summary_data()function to retrieve consolidated trade data - Data includes open, high, low, close, volume and timestamp information for securities
Documentation
- Added Trade Summary to main tools documentation
- Created detailed documentation page for the Trade Summary tool
- Included data structure information and API details
Full Changelog: https://github.com/stefanoamorelli/nasdaq-data-link-mcp/compare/v0.1.1...v0.1.2
- Python
Published by stefanoamorelli about 1 year ago
nasdaq-data-link-mcp-os - Nasdaq Data Link MCP v0.1.1.post1
Hotfix Release
This is a maintenance release that includes:
- Remove World Data Bank metadata
.csvdependency - Fix
mcpandpythonbuild commands and paths - Documentation fixes to resolve all broken links
- Fixed building errors in Docusaurus documentation
- Added comprehensive tools overview page
- PyPI package versioned as 0.1.1.post1
Changes
- Fixed documentation navigation links
- Fixed footer links in documentation
- Created standalone tools overview page
- Updated LICENSE links to point to GitHub repository
- Updated PyPI package to 0.1.1.post1
- Python
Published by stefanoamorelli about 1 year ago
nasdaq-data-link-mcp-os - Nasdaq Data Link MCP v0.1.1
What's New in v0.1.1
### Added Features
- Support for Nasdaq Equities 360 Fundamental Summary (NDAQ/FS)
- Support for Nasdaq Equities 360 Fundamental Details (NDAQ/FD)
- Support for Nasdaq Equities 360 Balance Sheet (NDAQ/BS)
- Support for Nasdaq Equities 360 Cash Flow (NDAQ/CF)
- Support for Nasdaq Equities 360 Corporate Actions (NDAQ/CA)
- Support for Nasdaq Equities 360 Reference Data (NDAQ/RD)
### Documentation
- Improved README with collapsible sections
- Added Anthropic badge
- Added MCP Server badge
- Fixed metadata directory path
- Python
Published by stefanoamorelli about 1 year ago
nasdaq-data-link-mcp-os - Nasdaq Data Link MCP v0.1.0
## What's Changed * Added Retail Trading Activity (RTAT) dataset * Implemented World Data Bank dataset * Setup initial project structure and core functionality * Added country code utilities and metadata handling
## Initial Features * Fetch World Bank development indicators by country * Search for indicators by keyword * Access retail trading activity data * Basic MCP server implementation
- Python
Published by stefanoamorelli about 1 year ago