Connect
Connect in 2 minutes
One endpoint, one key. MCP streamable HTTP with Authorization: Bearer. Works with any MCP-capable client: Claude, Gemini, Grok, GPT through compatible clients, or your own code.
Endpoint
https://mcp.lawai.vn/mcp is the planned address and is not yet open. This preview does not accept connections.Claude Code
claude mcp add --transport http tdpl-legal-vn https://mcp.lawai.vn/mcp --header "Authorization: Bearer <YOUR_KEY>"Cursor, VS Code, Windsurf, Gemini CLI
{ "mcpServers": { "tdpl-legal-vn": { "url": "https://mcp.lawai.vn/mcp", "headers": { "Authorization": "Bearer <YOUR_KEY>" } } } }VS Code uses servers with "type": "http"; Gemini CLI uses httpUrl; Windsurf uses serverUrl. Full per-client snippets are on the Vietnamese page.
Claude Desktop
{ "mcpServers": { "tdpl-legal-vn": { "command": "npx", "args": ["-y", "mcp-remote", "https://mcp.lawai.vn/mcp", "--header", "Authorization: Bearer <YOUR_KEY>"] } } }Errors
| HTTP | Meaning |
|---|---|
| 401 | Missing, invalid or revoked key |
| 429 | Daily quota exhausted |
200 with loi | Bad parameters or not found; read loi and goi_y |