LICENSE
README.md
pyproject.toml
src/mcp_finnhub/__init__.py
src/mcp_finnhub/__main__.py
src/mcp_finnhub/config.py
src/mcp_finnhub/server.py
src/mcp_finnhub.egg-info/PKG-INFO
src/mcp_finnhub.egg-info/SOURCES.txt
src/mcp_finnhub.egg-info/dependency_links.txt
src/mcp_finnhub.egg-info/entry_points.txt
src/mcp_finnhub.egg-info/requires.txt
src/mcp_finnhub.egg-info/top_level.txt
src/mcp_finnhub/api/__init__.py
src/mcp_finnhub/api/client.py
src/mcp_finnhub/api/errors.py
src/mcp_finnhub/api/endpoints/__init__.py
src/mcp_finnhub/api/endpoints/alternative.py
src/mcp_finnhub/api/endpoints/calendar.py
src/mcp_finnhub/api/endpoints/crypto.py
src/mcp_finnhub/api/endpoints/estimates.py
src/mcp_finnhub/api/endpoints/events.py
src/mcp_finnhub/api/endpoints/filings.py
src/mcp_finnhub/api/endpoints/forex.py
src/mcp_finnhub/api/endpoints/fundamentals.py
src/mcp_finnhub/api/endpoints/market.py
src/mcp_finnhub/api/endpoints/news.py
src/mcp_finnhub/api/endpoints/ownership.py
src/mcp_finnhub/api/endpoints/technical.py
src/mcp_finnhub/api/models/__init__.py
src/mcp_finnhub/api/models/alternative.py
src/mcp_finnhub/api/models/calendar.py
src/mcp_finnhub/api/models/common.py
src/mcp_finnhub/api/models/crypto.py
src/mcp_finnhub/api/models/estimates.py
src/mcp_finnhub/api/models/events.py
src/mcp_finnhub/api/models/filings.py
src/mcp_finnhub/api/models/forex.py
src/mcp_finnhub/api/models/fundamentals.py
src/mcp_finnhub/api/models/market.py
src/mcp_finnhub/api/models/news.py
src/mcp_finnhub/api/models/ownership.py
src/mcp_finnhub/api/models/technical.py
src/mcp_finnhub/jobs/__init__.py
src/mcp_finnhub/jobs/manager.py
src/mcp_finnhub/jobs/models.py
src/mcp_finnhub/jobs/worker.py
src/mcp_finnhub/tools/__init__.py
src/mcp_finnhub/tools/_common.py
src/mcp_finnhub/tools/alternative_data.py
src/mcp_finnhub/tools/calendar_data.py
src/mcp_finnhub/tools/crypto_data.py
src/mcp_finnhub/tools/forex_data.py
src/mcp_finnhub/tools/job_status.py
src/mcp_finnhub/tools/market_events.py
src/mcp_finnhub/tools/news_sentiment.py
src/mcp_finnhub/tools/project_create.py
src/mcp_finnhub/tools/project_list.py
src/mcp_finnhub/tools/sec_filings.py
src/mcp_finnhub/tools/stock_estimates.py
src/mcp_finnhub/tools/stock_fundamentals.py
src/mcp_finnhub/tools/stock_market_data.py
src/mcp_finnhub/tools/stock_ownership.py
src/mcp_finnhub/tools/technical_analysis.py
src/mcp_finnhub/transports/__init__.py
src/mcp_finnhub/transports/stdio.py
src/mcp_finnhub/utils/__init__.py
src/mcp_finnhub/utils/file_writer.py
src/mcp_finnhub/utils/json_to_csv.py
src/mcp_finnhub/utils/output_handler.py
src/mcp_finnhub/utils/path_resolver.py
src/mcp_finnhub/utils/token_estimator.py
tests/test_config.py
tests/test_server.py