A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"airline-ticketing-server": {
"url": "https://mycarcompanion-1-6a5b-codex-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
}
}
}
Connect remote tools directly via Claude's Web UI:
Configure custom tools directly via ChatGPT's Web UI:
Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):
{
"mcpServers": {
// your other mcp servers
"airline-ticketing-server": {
"serverUrl": "https://mycarcompanion-1-6a5b-codex-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.airline-ticketing-server] url = "https://mycarcompanion-1-6a5b-codex-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://mycarcompanion-1-6a5b-codex-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp
Add a vehicle to the authenticated user's garage.
List all vehicles belonging to the authenticated user.
Record maintenance performed on one of the authenticated user's vehicles.
List all maintenance records for one of the authenticated user's vehicles.
Create a maintenance reminder in the user's Google Calendar.
Generate a Smartcar authorization URL to connect one of the user's vehicles.
Synchronize the latest odometer reading from Smartcar.