← Registry

Marketing

mineraldose.com

Provides tools to read MineralDose pages and manage launch waitlist signups and counts.

1 endpoint3 known toolsFirst detected August 13, 2026Last detected August 13, 2026

ENDPOINT 1

https://mineraldose.com/mcp

No auth detected

MCP server metadata

Name
mineraldose
Version
1.0.0
Capabilities
tools
Server instructions

Public, anonymous MCP server for mineraldose.com (MineralDose™ is pre-launch; a Kickstarter campaign is upcoming). Start with get_page_markdown page="home" for the full product story. join_waitlist submits an email address to the launch waitlist — only call it with the email owner's explicit consent, and only with their own address. Nothing here needs more than a few requests per session.

Known tools 3

get_page_markdown

Read any mineraldose.com page as markdown.

Inferred read-only
join_waitlist

Add an email address to the MineralDose launch waitlist (subscribers get early-bird Kickstarter pricing).

Potential side effects
get_waitlist_count

Get the current number of people on the MineralDose launch waitlist.

Inferred read-only

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.