← nichescan.win

INDIVIDUAL MCP TOOL

get_host_details

Use this when the user asks about one hosting company by name - 'is Hostinger any good', 'what does Bluehost actually cost', 'Cloudways vs DreamHost' (call once per host for comparisons).

nichescan.winnone authenticationAvailability not checked

LIVE ENDPOINT

https://esim.nichescan.win/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_host_details and invoke it with your own arguments.

Indexed 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 server

nichescan.win

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.host-deal-scan]
url = "https://esim.nichescan.win/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "host-deal-scan": {
      "type": "http",
      "url": "https://esim.nichescan.win/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: host-deal-scan
Remote MCP URL: https://esim.nichescan.win/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": {
    "host-deal-scan": {
      "url": "https://esim.nichescan.win/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "host-deal-scan": {
      "type": "http",
      "url": "https://esim.nichescan.win/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "host-deal-scan",
  "transport": "streamable-http",
  "url": "https://esim.nichescan.win/mcp"
}
MCP Inspector

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

Related tools

  • compare_hosting — Use this when the user is choosing a web host - 'what is the best web hosting', 'cheapest hosting for a WordPress site', 'where should I host my website', 'is Hostinger or Bluehost better', or any recommendation-shaped hosting question.
  • hosting_true_cost — Use this when the user asks what hosting will actually cost, or is comparing advertised prices - 'how much is web hosting really', 'is $2.99 hosting a scam', 'what happens when my hosting renews', 'cheapest hosting over 3 years'.