Singularity MCP Server
Provides tools for controlling TradingView Desktop, including changing symbols, reading indicator values, taking screenshots, adding indicators, and running multi-agent market analysis on any symbol.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Singularity MCP ServerAnalyze Nifty 50 on daily timeframe"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🧠Singularity MCP Server
10-Agent Trading Intelligence Framework — A Model Context Protocol (MCP) server that connects Claude AI to TradingView Desktop for multi-angle market analysis.
What It Does
You say to Claude: "Analyze Nifty 50"
Claude uses 10 specialized agents to scan the market and returns:
Verdict: LONG / SHORT / NEUTRAL
Confidence: 0-10 score
Entry / Stop / Target prices
Risk:Reward ratio
Full breakdown from all 10 agents
Related MCP server: PineScript MCP Server
Quick Start
git clone https://github.com/matchcutvision-jpg/singularity-mcp-server-for-trading.git
cd singularity-mcp-server-for-trading
bash setup.shThen:
Launch TradingView Desktop in debug mode
Run
node src/server.jsOpen
claudeand typeAnalyze Nifty 50
Requirements
macOS or Linux
Node.js 18+
TradingView Desktop (for chart control features)
Claude Code or Claude Desktop
The 10 Agents
Agent | Analysis | Signal |
1 | Support & Resistance | Key levels, distance % |
2 | Volume Profile | Point of Control, premium/discount |
3 | Trend | EMA 9/21/50 alignment |
4 | Momentum | RSI, MACD, divergence |
5 | Institutional Flow | Accumulation vs Distribution |
6 | Volatility | Bollinger Bands, ATR, squeeze |
7 | Fibonacci | 38.2%, 50%, 61.8% zones |
8 | Multi-Timeframe | 15m/1H/4H/1D/1W alignment |
9 | Chart Patterns | Triangles, channels, double bottoms |
10 | Singularity Fusion | Weighted consensus vote |
MCP Tools
Tool | Description |
| Run all 10 agents on any symbol |
| Agent 1 — S&R levels |
| Agent 2 — Volume analysis |
| Agent 3 — EMA trend |
| Agent 4 — RSI + MACD |
| Agent 5 — Smart money |
| Agent 6 — BB + ATR |
| Agent 7 — Fib levels |
| Agent 8 — Multi-TF |
| Agent 9 — Pattern detection |
| Control TV — change symbol |
| Control TV — read values |
| Control TV — capture chart |
| Control TV — add RSI/MACD etc |
| Scan multiple symbols, rank best |
Example Commands
"Analyze RELIANCE on daily timeframe"
"Run Agent 1 on TCS — what are the support levels?"
"Switch TradingView to Bank Nifty 15m and add RSI"
"Scan Nifty, Bank Nifty, RELIANCE, TCS, INFY — top 3 longs"
"Screenshot my chart and tell me what pattern you see"Manual Setup (Without setup.sh)
git clone https://github.com/matchcutvision-jpg/singularity-mcp-server-for-trading.git
cd singularity-mcp-server-for-trading
npm installCreate ~/.claude/.mcp.json:
{
"mcpServers": {
"singularity": {
"command": "node",
"args": ["/full/path/to/repo/src/server.js"]
}
}
}Launch TradingView Desktop with debug port:
/Applications/TradingView.app/Contents/MacOS/TradingView --remote-debugging-port=9222Start the server:
node src/server.jsOpen Claude:
claudeTradingView Pine Script
The file pinescripts/Singularity_10_Agents.pine is a visual indicator for TradingView:
Draws S/R lines, Volume Profile POC, Fibonacci levels
Shows EMA 9/21/50
Colors background by trend
Displays info table with verdict, confidence, entry/stop/target
Built-in alerts for LONG/SHORT signals
To use: Open TradingView → Pine Editor → Paste → Add to Chart
Monetization
Model | Revenue |
Telegram signals | ₹999–2,999/mo |
Pine Script indicator | ₹4,999 lifetime |
White-label to influencers | 30% rev share |
SEBI Research Analyst | ₹5,000–25,000/mo |
License
MIT — Build your business on it.
Not financial advice. Trade at your own risk.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenancePersonal AI assistant for your TradingView Desktop charts. Connects Claude Code to your locally running TradingView app via Chrome DevTools Protocol for AI-assisted chart analysis, Pine Script development, and workflow automation.296
- Alicense-qualityFmaintenanceEnables creation, optimization, and management of PineScript trading strategies with Claude Desktop integration for AI-assisted development.223104MIT
- Flicense-qualityBmaintenanceEnables Claude to control and read from the TradingView Desktop app, providing automated morning briefs, chart analysis, Pine Script development, and replay mode.296
- Flicense-qualityBmaintenancePersonal AI assistant for your TradingView Desktop charts. Connects Claude Code to your locally running TradingView app via Chrome DevTools Protocol for AI-assisted chart analysis, Pine Script development, and workflow automation.296
Related MCP Connectors
Global stock research, ML forecasts, valuation signals, screeners & portfolio tracking in Claude
LuxAlgo Library — the encyclopedia of trading & technical analysis for AI agents. Free, keyless.
Analyze any Nifty 500 stock with AI — price action, demand zones, technicals & screener.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/matchcutvision-jpg/singularity-mcp-server-for-trading'
If you have feedback or need assistance with the MCP directory API, please join our Discord server