LIVE ENDPOINT
https://www.digitaltableteur.com/mcp
Connect to this endpoint to inspect the live schema for get_case_study and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.digitaltableteur-consulting]
url = "https://www.digitaltableteur.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"digitaltableteur-consulting": {
"type": "http",
"url": "https://www.digitaltableteur.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: digitaltableteur-consulting
Remote MCP URL: https://www.digitaltableteur.com/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": {
"digitaltableteur-consulting": {
"url": "https://www.digitaltableteur.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"digitaltableteur-consulting": {
"type": "http",
"url": "https://www.digitaltableteur.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "digitaltableteur-consulting",
"transport": "streamable-http",
"url": "https://www.digitaltableteur.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_case_studies— List Digitaltableteur portfolio case studies with slug, title, category, tags, and URLs.list_pricing_packages— List fixed consulting packages with EUR price ranges and duration (preferred over hourly for defined outcomes).get_hourly_rate— Get typical and range hourly consulting rates in EUR (€90/h typical, €90–150/h depending on scope).list_services— List core consulting services (design system audit, component library, tokens, AI DesignOps).list_expertise_stacks— List technology and practice areas (React, Next.js, Storybook, Figma, TypeScript, etc.).list_audiences— List client audiences Digitaltableteur serves (startups, scaleups, enterprise, etc.).get_open_hours— Get Digitaltableteur office hours in Europe/Helsinki timezone.get_consulting_fit— Map a visitor problem statement to the best-matching consulting service.