Omakase courses at a sushi counter in Akasaka, Tokyo, with a pre-filled link to the booking page.
claude mcp add reservations --transport http https://sushi-tanji.com/wp-json/bmp/v1/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"reservations": {
"url": "https://sushi-tanji.com/wp-json/bmp/v1/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"reservations": {
"serverUrl": "https://sushi-tanji.com/wp-json/bmp/v1/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"reservations": {
"type": "http",
"url": "https://sushi-tanji.com/wp-json/bmp/v1/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"reservations": {
"url": "https://sushi-tanji.com/wp-json/bmp/v1/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"reservations": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://sushi-tanji.com/wp-json/bmp/v1/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://sushi-tanji.com/wp-json/bmp/v1/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/com.sushi-tanji--reservations/reviews or the review_server meta-tool.
POST /mcp