Connect AI Clients
to Your Workspace
Use ChatGPT, Claude, Cursor, VS Code, or any MCP-compatible AI to create strategy briefs, analyze signals, and manage market research — all with natural language.
Up and running in 3 steps
Choose Your Auth Method
ChatGPT uses browser login (OAuth 2.0) — no key needed. For other clients, create an API key in Settings → API Keys.
Open Dashboard →Pick Your AI Client
Choose ChatGPT, Claude Desktop, Claude Code, Cursor, VS Code, or any MCP-compatible AI tool.
Connect & Start Chatting
Add the URL or config snippet for your client, authenticate, and start creating trading briefs with natural language.
Connect your AI client
ChatGPT uses browser login — no API key needed. Other clients use an API key from your dashboard.
ChatGPT
No API Key Needed1. Open ChatGPT → Settings → Connected tools
2. Click "Add MCP server"
3. Enter: https://mcp.algonexta.com/mcp
4. ChatGPT will open a browser window — sign in to AlgoNexta
5. Approve access → done! Start chatting.ChatGPT uses OAuth 2.0 with browser login — no API key needed. Works with ChatGPT Plus, Team, and Enterprise.
Claude Desktop
{
"mcpServers": {
"algonexta": {
"url": "https://mcp.algonexta.com/mcp",
"headers": {
"X-API-Key": "agt_pub_YOUR_KEY"
}
}
}
}Save to ~/.config/claude-desktop/config.json (macOS/Linux) or %APPDATA%\Claude\config.json (Windows). Restart Claude Desktop.
Claude Code
claude mcp add algonexta https://mcp.algonexta.com/mcp \
--header "X-API-Key: agt_pub_YOUR_KEY"Run once in your terminal. Verify with: claude mcp list
Cursor
{
"servers": {
"algonexta": {
"url": "https://mcp.algonexta.com/mcp",
"headers": {
"X-API-Key": "agt_pub_YOUR_KEY"
}
}
}
}Save to .cursor/mcp.json in your project, or add in Cursor → Settings → MCP Servers.
VS Code / Copilot
{
"mcp.servers": {
"algonexta": {
"url": "https://mcp.algonexta.com/mcp",
"headers": {
"X-API-Key": "agt_pub_YOUR_KEY"
}
}
}
}Add to .vscode/settings.json or your VS Code user settings.json.
Windsurf
{
"mcpServers": {
"algonexta": {
"url": "https://mcp.algonexta.com/mcp",
"apiKey": "agt_pub_YOUR_KEY"
}
}
}Add to Windsurf MCP config. Replace YOUR_KEY with your AlgoNexta API key.
137 tools — here are some highlights
Public API keys give access to core tools. Request researcher or admin access for advanced features.
create_strategyCreate a new trading strategy brief from a natural-language description
e.g. "Draft a trend-following strategy for EUR/USD"
list_strategiesList all strategy workspaces in your AlgoNexta account
e.g. "Show me all my strategy briefs"
get_strategyGet full details + blueprint for any strategy workflow
e.g. "Show me the EUR/USD strategy blueprint"
query_signalsQuery signal data and scenario notes from your workspace
e.g. "Find signal notes where conviction is high"
generate_strategy_notesUse AI to generate strategy notes, prompts, and market briefs
e.g. "Generate notes for a mean-reversion setup"
get_signal_analyticsGet analytics and insights for market signal inputs
e.g. "Show me recent conviction and regime summaries"
Need QA testing, evaluation, or admin tools? Request an elevated key →
See it in action
Get help via MCP
Once connected, you can ask your AI client questions about AlgoNexta and get instant answers — without leaving your workflow.
AI: Using
create_survey to set up the survey, then generate_survey_content for Spanish language questions...Ready to connect?
ChatGPT users can connect instantly via browser login. Other clients need a free API key.