Token导航 LogoToken导航TokenDH.com
Spotlight Cash MCP Server logo
金融服务未说明官方级别未说明来源级核验

Spotlight Cash MCP Server

MCP Server

一个基于MCP协议的金融数据服务,提供股票价格预测、对冲策略生成、技术分析和交易模式分析等功能,适用于金融市场的智能助手集成。

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
金融数据Python技术分析

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

scoobhidu

提供方

scoobhidu

最后核验

2026/5/17 20:20

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

Spotlight Cash MCP server

This repository contains an implementation of an MCP (Model Context Protocol) Server, which allows seamless integration between external systems and AI assistants that support MCP.

Overview

This repository contains a suite of data services that work together to:

  • Handle authenticated “session” creation and message flow (backed by an AWS SQS).
  • Uses Ventura Securities' and Nifty Trader's data APIs for getting the financial data of a financial instrument.
  • Provide an MCP-oriented financial instrument valuation service with login and notification listening.

It’s designed to be simple to run locally while remaining cloud-ready.

Capabilities

You can explore as much as you want with this MCP server.

  • Forecast a stock's price based on GARP or DCF model evaluations
  • Create hedge strategies that are delta neutral and more inclined towards your preference be it stock-based or index-based. If you are looking for covered calls or synthetic collar based strategies.
  • Understand technicals, fundamentals, valuations and then trade scrips smartly.
  • Identify chart patterns of 1Day, 1Week, 1Month, 1Year etc. for finding good technical setups.
  • Analyse your trading patterns using your trade reports or understand charges in your ledger summary.
  • Start and end your day by asking the market cues to stay updated around the financial markets of the world.
  • You can ask opinions on your custom strategies and if they have a high probability of profit.
  • Ask which stocks are approaching an indicator like golden cross or death cross
  • See if any stocks from your portfolio require rotation based on some kind of indicator that you follow
  • Ask suggestions on which IPOs to apply for? takes considerations from GMP present on chittorgarh.in
  • Fetch volume boomers to gain an edge on trading NSE stocks that have unusually high volume.

and many more

Features

  • Session service with queue integration (e.g., AWS SQS).
  • Data service for financial data feeding to LLMs
  • MCP service with SSO authentication and long-running notification listening.
  • Clean separation of concerns so each service can be scaled independently.

Requirements

  • Python 3.11.9
  • virtualenv (for an isolated environment)
  • OS: macOS, Linux, or Windows
  • Possibly a CRON service to download the master files(bhavcopy) daily from your broker or a vendor to remain updated if any stock's name or nse, nfo or bse token has been changed

Quick start

1) Create and activate a virtual environment 2) Sync the packages from requirements.txt 3) You can either run the project using Docker Compose or you can run the server_data.py and server_mcp.py file on different ports

目录标签

目录标签

金融数据Python技术分析本地部署股票分析对冲策略交易模式

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

token

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明token部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP