← hancoweb.com

INDIVIDUAL MCP TOOL

get_pricing

Package prices, industry-specific starting prices, and website care (maintenance) pricing.

hancoweb.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://hancoweb.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_pricing 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

hancoweb.com

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.hancoweb]
url = "https://hancoweb.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hancoweb": {
      "type": "http",
      "url": "https://hancoweb.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hancoweb
Remote MCP URL: https://hancoweb.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": {
    "hancoweb": {
      "url": "https://hancoweb.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hancoweb": {
      "type": "http",
      "url": "https://hancoweb.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hancoweb",
  "transport": "streamable-http",
  "url": "https://hancoweb.com/mcp"
}
MCP Inspector

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

Related tools

  • get_hancoweb_summary — Studio description, markets served, contact channels, supported languages, and general working model.
  • list_services — HancoWeb's service offerings with descriptions.
  • list_projects — HancoWeb's real client work and concept websites, clearly distinguishing which is which.
  • get_booking_requirements — Meeting duration, required/optional fields, supported timezones, confirmation requirement, and rescheduling policy for booking a call with HancoWeb.
  • get_available_slots — Real, live availability for the HancoWeb Free Project Call, read directly from the calendar.
  • create_booking — Books a real 30-minute call on the HancoWeb calendar.