Marketing
mineraldose.com
Provides tools to read MineralDose pages and manage launch waitlist signups and counts.
ENDPOINT 1
https://mineraldose.com/mcp
MCP server metadata
- Name
- mineraldose
- Version
- 1.0.0
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
join_waitlistAdd an email address to the MineralDose launch waitlist (subscribers get early-bird Kickstarter pricing).
Potential side effectsget_waitlist_countGet the current number of people on the MineralDose launch waitlist.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.