← roxyapi.com
INDIVIDUAL MCP TOOL
get_crystals_random
Get a randomly selected healing crystal as a discovery teaser.
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
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.roxy-crystals]
url = "https://roxyapi.com/mcp/crystals"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"roxy-crystals": {
"type": "http",
"url": "https://roxyapi.com/mcp/crystals"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: roxy-crystals
Remote MCP URL: https://roxyapi.com/mcp/crystals
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": {
"roxy-crystals": {
"url": "https://roxyapi.com/mcp/crystals"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"roxy-crystals": {
"type": "http",
"url": "https://roxyapi.com/mcp/crystals"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "roxy-crystals",
"transport": "streamable-http",
"url": "https://roxyapi.com/mcp/crystals"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_crystals_zodiac_sign— Get healing crystals and gemstones associated with a specific zodiac sign.get_crystals_chakra— Get healing crystals and gemstones that resonate with a specific chakra energy center.get_crystals_element— Get healing crystals and gemstones associated with a specific natural element.get_crystals_birthstone_month— Get the traditional birthstone crystals for a given birth month.get_crystals_search— Search for healing crystals by keyword or name.get_crystals_pairings_id— Get crystals that pair well with a given crystal for enhanced healing combinations.post_crystals_daily— Get the crystal of the day as a discovery teaser.get_crystals_colors— List all unique crystal colors available in the database.