INDIVIDUAL MCP TOOL
get_packages
List WorldWebDesign's fixed-price website packages (Launch Sprint $299, Growth Upgrade $599, Revenue System from $1,200), including features, turnaround time and the pay-after-approval guarantee.
LIVE ENDPOINT
https://worldwebdesing.com/api/mcp
Connect to this endpoint to inspect the live schema for get_packages and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
- A tool name or description suggests a financial action.
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.worldwebdesign-mcp]
url = "https://worldwebdesing.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"worldwebdesign-mcp": {
"type": "http",
"url": "https://worldwebdesing.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: worldwebdesign-mcp
Remote MCP URL: https://worldwebdesing.com/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": {
"worldwebdesign-mcp": {
"url": "https://worldwebdesing.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"worldwebdesign-mcp": {
"type": "http",
"url": "https://worldwebdesing.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "worldwebdesign-mcp",
"transport": "streamable-http",
"url": "https://worldwebdesing.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_quote— Calculate an exact price and delivery timeline for a website based on page count, number of languages and whether e-commerce is needed.submit_brief— Submit a structured website brief on behalf of the user.