General Tools
dinebase.se
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://dinebase.se/mcp
MCP server metadata
- Name
- website-for-dinebase
- Version
- 0.1.0
Public tools for the Dinebase restaurant reservation product. Use `get_pricing` for current plans and prices, `get_plan` for details about one plan, and `get_company_info` for product overview and contact details.
Known tools 3
get_pricingGet current Dinebase plans and pricing: monthly and yearly price, per-booking and per-SMS fees, free trial length, and VAT handling.
Potential side effectsget_planGet details for one Dinebase plan (lite, dinebase or pro), including what it is for and its current price and fees.
Inferred read-onlyget_company_infoGet public information about Dinebase: what the product does, key features, contact email, and website links.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.