← 43.studio
INDIVIDUAL MCP TOOL
list_business_types
List the business types 43.studio builds websites for (restaurant, hotel, tradesperson, coach, medical, portfolio, etc.).
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 endpoint
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.43-studio]
url = "https://43.studio/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"43-studio": {
"type": "http",
"url": "https://43.studio/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: 43-studio
Remote MCP URL: https://43.studio/api/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": {
"43-studio": {
"url": "https://43.studio/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"43-studio": {
"type": "http",
"url": "https://43.studio/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "43-studio",
"transport": "streamable-http",
"url": "https://43.studio/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_web_designs— List all professional website designs 43.studio offers, including the business types they suit and the starting price.get_web_design— Get full details for one website design by its slug (e.g.list_pricing_plans— List 43.studio pricing plans with annual and monthly prices in EUR, what each plan includes, and whether hosting & maintenance are included.get_company_info— Get general information about 43.studio: what it does, languages supported, location, and how to get in touch or book a call.request_quote— Submit a quote request / inquiry to 43.studio on behalf of a user who wants a website.