HomeOther › transita-mcp-server

transita-mcp-server

Visa eligibility matcher and immigration intelligence for MCP-compatible AI assistants.

TypeScript CloudLocal Remote
★ 0 stars Last pushed 2026-08-30 License: MIT

Topics: Travel & Transportation

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://transita.app/api/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http transita-mcp-server https://transita.app/api/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "transita-mcp-server": {
      "url": "https://transita.app/api/mcp"
    }
  }
}

Package (npm 0.1.5)

npx -y @transita/mcp-server@0.1.5

Or add to your MCP client config:

{
  "mcpServers": {
    "transita-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@transita/mcp-server@0.1.5"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry