← dfetcher.com

INDIVIDUAL MCP TOOL

describe_skin_types

Returns the six Fitzpatrick skin types with sun-reactivity behavior and descriptive ancestry hints.

dfetcher.comnone authenticationAvailability not checked

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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • calculate — Calculate vitamin D synthesis at a given location and time.
  • geocode — Turn a place name, postal code, or "code, CC" string into { lat, lon, label }.