Italia Rail MCP Server

This is an MCP (Model Context Protocol) server for Italia Rail.

Available Tools

Connection

Connect to this MCP server using Streamable HTTP at: http://localhost:3001/api/mcp

Cursor ~/.cursor/mcp.json

Local: http://localhost:3001/api/mcp. After deploying to Vercel: https://<your-app>.vercel.app/api/mcp

{
  "italia-rail": {
    "url": "http://localhost:3001/api/mcp"
  }
}

For Cursor/Claude Desktop (via mcp-remote)

{
  "italia-rail": {
    "command": "npx",
    "args": [
      "-y",
      "mcp-remote",
      "http://localhost:3001/api/mcp"
    ]
  }
}