Connect AI Agents Directly to SignalEdge
Use Claude Code, Claude Desktop, or any MCP client to query conviction signals, insider activity, options flow, and more — all authenticated with your SignalEdge account via OAuth.
Add the SignalEdge MCP server URL to your client configuration. For Claude Code, add it to your .mcp.json file. For Claude Desktop, add it in Settings > MCP Servers.
Your MCP client will open a browser window where you sign in with your SignalEdge account and approve access. No API keys needed — standard OAuth 2.0 with PKCE.
Ask Claude to get a signal for AAPL, check insider activity on TSLA, or search for high-conviction bearish signals. Claude calls the appropriate tool and returns the data in context.
Claude can combine SignalEdge data with your own analysis. Ask it to cross-reference insider buying with options flow, compare signals across a watchlist, or explain what drove a conviction score.
Add this to your MCP client configuration:
{
"mcpServers": {
"signaledge": {
"type": "url",
"url": "https://signaledge.app/mcp"
}
}
}Your MCP client will handle OAuth authentication automatically when you first connect.
MCP is an open protocol that lets AI assistants like Claude connect to external data sources and tools. Instead of copying data into a chat, Claude can query SignalEdge directly and use the results in its analysis.
Any MCP-compatible client works, including Claude Code (CLI), Claude Desktop, claude.ai with Custom Connectors, and third-party MCP clients. Setup takes under a minute.
Add this to your MCP client config: {"mcpServers": {"signaledge": {"type": "url", "url": "https://signaledge.app/mcp"}}}. Your client will handle OAuth authentication automatically when you first connect.
Free users can use describe_capabilities. Standard ($15/mo) unlocks get_signal, search_signals, get_insider_activity, get_institutional_holdings, get_policy_impact, manage_watchlist, get_options_chain, and get_options_flow. Pro ($35/mo) adds get_track_record.
No. MCP uses OAuth 2.0 authentication. Your MCP client opens a browser window where you sign in with your SignalEdge account. Tokens are managed automatically — no keys to create, rotate, or store.
Rate limits match your subscription tier and are enforced per user per hour. Standard users get 100 calls/hour, Pro users get 1,000 calls/hour. The describe_capabilities tool shows your current limits.
Plans start at $9/mo. Cancel anytime.