← dinebase.se

INDIVIDUAL MCP TOOL

get_plan

Get details for one Dinebase plan (lite, dinebase or pro), including what it is for and its current price and fees.

dinebase.senone authenticationAvailability not checked

LIVE ENDPOINT

https://dinebase.se/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_plan and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

dinebase.se

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.website-for-dinebase]
url = "https://dinebase.se/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "website-for-dinebase": {
      "type": "http",
      "url": "https://dinebase.se/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: website-for-dinebase
Remote MCP URL: https://dinebase.se/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "website-for-dinebase": {
      "url": "https://dinebase.se/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "website-for-dinebase": {
      "type": "http",
      "url": "https://dinebase.se/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "website-for-dinebase",
  "transport": "streamable-http",
  "url": "https://dinebase.se/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_pricing — Get current Dinebase plans and pricing: monthly and yearly price, per-booking and per-SMS fees, free trial length, and VAT handling.
  • get_company_info — Get public information about Dinebase: what the product does, key features, contact email, and website links.