SignalScope
OfficialClick 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., "@SignalScopeGet trending breakout stocks for today"
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.
SignalScope — Cursor Plugin
AI-powered stock breakout signal detection inside Cursor IDE
SignalScope gives Cursor AI agents direct access to stock breakout signals via MCP tools. Query trending tickers, deep-dive with AI-generated reports and trade setups, track your portfolio and watchlist — all without leaving the IDE. Signals are aggregated from social media, SEC filings, congressional trades, options flow, and volume spikes, then scored and filtered for pump-and-dump patterns.
What is SignalScope?
SignalScope aggregates signals from social media, SEC filings, congressional trades, options flow, volume spikes, and Polymarket. It scores candidates with AI, filters pump-and-dump patterns, and surfaces validated tickers with opportunityScore (early-mover rank) and aiScore (evidence confidence).
Related MCP server: FinanceKit MCP
Installation
Install from the Cursor Marketplace by searching for SignalScope.
After installation, configure authentication (pick one):
Option A — API key (subscription required):
Open Cursor Settings → Features → Model Context Protocol
Find the
signalscopeserver and click the gear iconSet
SIGNALSCOPE_API_KEYto your key
To get your API key:
Create an account at signalscopes.com
Go to your Profile page
Click Generate API Key and copy it (shown only once)
Option B — x402 pay-per-call (no subscription needed):
Set
SIGNALSCOPE_WALLET_PRIVATE_KEYto an Ethereum wallet private key with USDC on BaseEach API call deducts a small USDC amount automatically (e.g. $0.005–$0.05 per call)
No account or registration required
Note:
search_tickers,get_methodology,list_scans,get_scan,get_signals, andget_platform_statsare public (no key). Monetized ticker endpoints need an API key (subscriber) or x402.generate_reportcannot be generated with an API key — use x402 ($0.05) or sign in on the site (Pro to generate new reports; cached reports may be returned for subscribers).
Manual Installation (without Marketplace)
Add this to your Cursor MCP settings (.cursor/mcp.json or via Settings → MCP):
{
"mcpServers": {
"signalscope": {
"command": "npx",
"args": ["-y", "signalscope-mcp"],
"env": {
"SIGNALSCOPE_API_KEY": "sk_sig_your_key_here"
}
}
}
}For x402 pay-per-call, replace SIGNALSCOPE_API_KEY with:
"SIGNALSCOPE_WALLET_PRIVATE_KEY": "your_ethereum_private_key"Available Tools
Discovery (free — no API key)
Tool | Description |
| Search by symbol or partial name — up to 8 results with aiScore, opportunityScore, stage, and price |
| Platform methodology and scoring pipeline details |
Signal Data
Tool | Description |
| Trending breakout tickers with filtering by stage, trend, market cap, sector, source — x402: $0.01 |
| Latest validated data + raw signals for a symbol — x402: $0.005 |
| Historical scan appearances (full list, no pagination) — x402: $0.005 |
| Price performance — 1d, 3d, 7d, 30d returns since signal detection — x402: $0.005 |
| Scan co-occurrence candidates ranked by Pearson price correlation — x402: $0.005 |
| Price-correlation graph ( |
| AI report + trade setup — x402 $0.05 or browser session (not via |
| List recent harvest scans (public) |
| One scan with validated tickers (public) |
| Raw signals for a scan (public) |
Portfolio
Tool | Description |
| All positions — open and closed |
| Open a new position |
| Update or close a position |
| Delete a position |
| Platform-wide performance stats — win rate, avg return by AI score range and weekly cohort |
Watchlist
Tool | Description |
| Watchlist enriched with ticker data and performance |
| Add a symbol |
| Remove a symbol |
Utility
Tool | Description |
| Current prices for up to 50 symbols (5-min cache); auth optional |
| Scan count, signal sum, distinct ticker count (public, rate-limited) |
Example Prompts
Once installed, try these prompts in Cursor Chat:
Morning scan:
"Show me the top Consensus-stage breakout signals from SignalScope right now, rising trend only, hiding any P&D flagged ones."
Deep dive:
"Get the full SignalScope report for NVDA including the AI trade setup."
Portfolio check:
"List my SignalScope portfolio and get current prices for all open positions."
Screen by sector:
"Find micro-cap technology tickers with 3+ appearances in SignalScope sorted by AI score."
Correlation research:
"What tickers co-occur most with AMD in SignalScope signals?"
Track platform accuracy:
"Show me the 7-day performance stats from SignalScope — win rate and average return."
Links
signalscopes.com — Platform
API Documentation — Full API reference
Methodology — How signals are scored
Changelog — What's new
License
MIT
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
- AlicenseAqualityAmaintenanceEnables AI agents to access SignalFuse trading intelligence, providing fused directional signals, macro regime analysis, and social sentiment data for financial assets.11763MIT
- AlicenseAqualityCmaintenanceProvides AI agents with real-time financial market intelligence including stock quotes, crypto data, technical analysis, and portfolio insights. Enables natural language queries for current prices, technical indicators, asset comparisons, and portfolio analysis.176MIT
- AlicenseAqualityDmaintenanceProvides actionable financial intelligence tools for AI agents including insider buying signals, earnings IV plays, market pulse, stock analysis, and options strategies via free public data sources.6MIT
- AlicenseAqualityBmaintenanceProvides real-time market data tools (quotes, news, earnings calendar, watchlist scanner, and composite analysis) for AI agents via Finnhub, with optional Alpaca broker integration and graceful degradation.6MIT
Related MCP Connectors
Real-time news with bias scoring, live market data, and AI-powered options pricing
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
Global stock research, ML forecasts, valuation signals, screeners & portfolio tracking in Claude
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/signalscope/cursor-plugin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server