← aialgo.trading

INDIVIDUAL MCP TOOL

export_cards

Export CNA cards for AI Algo Trading services and products for agent ingestion.

aialgo.tradingnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

aialgo.trading

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.aialgo-trading]
url = "https://aialgo.trading/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "aialgo-trading": {
      "type": "http",
      "url": "https://aialgo.trading/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: aialgo-trading
Remote MCP URL: https://aialgo.trading/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": {
    "aialgo-trading": {
      "url": "https://aialgo.trading/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aialgo-trading": {
      "type": "http",
      "url": "https://aialgo.trading/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aialgo-trading",
  "transport": "streamable-http",
  "url": "https://aialgo.trading/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • site_info — Overview of AI Algo Trading: positioning, URL, features, and value proposition.
  • get_features — Platform features: marketplace, backtesting, AI optimization, risk management, real-time analytics.
  • get_strategies — Trading strategy categories and descriptions: HFT, mean reversion, trend following, statistical arbitrage, ML, options.
  • contact_info — Contact details, support channels, and CTA for AI Algo Trading.