Skip to main content

Cursor

Connect Cursor to the Aphelios MCP server to query shipment data from within your editor.

Configuration

Cursor supports remote MCP servers natively. Open Cursor Settings and navigate to MCP Servers, or edit your project's .cursor/mcp.json:

{
"mcpServers": {
"aphelios": {
"url": "https://api.aphelios.ai/v1/mcp",
"headers": {
"Authorization": "Bearer aph_live_YOUR_API_KEY",
"Accept": "application/json, text/event-stream"
}
}
}
}

Replace aph_live_YOUR_API_KEY with your actual API key.

Usage

In Cursor's chat, the Aphelios tools will be available for the agent to call. Try asking:

  • "Check if any of our shipments are delayed"
  • "What's the status of BOL MAEU123456789?"
  • "Find shipments from Shanghai arriving this week"