INDIVIDUAL MCP TOOL
draft_crm_email
Draft an outreach email to one of the caller's CRM contacts into the approve-to-send Outbox on /crm.
LIVE ENDPOINT
https://quantlogix.ai/api/mcp
Connect to this endpoint to inspect the live schema for draft_crm_email and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.quantlogix]
url = "https://quantlogix.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"quantlogix": {
"type": "http",
"url": "https://quantlogix.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: quantlogix
Remote MCP URL: https://quantlogix.ai/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"quantlogix": {
"url": "https://quantlogix.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"quantlogix": {
"type": "http",
"url": "https://quantlogix.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "quantlogix",
"transport": "streamable-http",
"url": "https://quantlogix.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_signal— QuantLogix 5-factor long-term composite signal for a US-listed stock or ETF (weeks-to-months horizon).get_long_term_signal— Long-term (weeks-to-months) 5-factor composite signal — cohort-verified CALL label (Strong Buy/Buy/Neutral/Underweight/Sell/Strong Sell; `engine_signal` = raw band, `call` = edge cohort + reason + short KPI), composite_score (0-100), per-factor hexagonal breakdown (technical, momentum, fundamental, options, microstructure), price snapshot, and pattern-prediction summary when available.get_day_signal— Intraday QDTSS day-trading signal (4-layer scoring: L1 Signal / L2 Context / L3 Risk / L4 Modifiers) with session state, VWAP/ORB, and trade plan.get_swing_signal— 2d–4wk swing signal with A/B/C/D conviction grade derived from the 5-factor composite.get_microstructure— Order-flow microstructure for a ticker: OFI, VPIN, smart-money flow, institutional bias, volume profile, bid-ask spread.get_options_data— Comprehensive live US options data — the dashboard Options tab.get_options_strategy— Generate ranked, alpha-aware multi-leg options strategies for a directional or volatility thesis — the dashboard Options-tab strategy builder.get_news— Aggregated multi-source financial news for a ticker (14 publishers, per-article sentiment).