Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Crystals MCP Server by RoxyAPI

com.roxyapi/crystals

Crystal meanings, healing properties, chakra and birthstone lookups for AI agents.

Uptime
100.0%
1 direct probes · 30d
Response
174ms
last probe
Tools
12
callable
Resources
0
readable
Prompts
0
available

Tools · 12

get_crystals_zodiac_sign

Get healing crystals and gemstones associated with a specific zodiac sign. Returns summary data for each crystal. Use the /crystals/{id} detail endpoint for full healing properties. Supports all 12 zo…

get_crystals_chakra

Get healing crystals and gemstones that resonate with a specific chakra energy center. Returns summary data for each crystal. Use the /crystals/{id} detail endpoint for full healing properties. Suppor…

get_crystals_element

Get healing crystals and gemstones associated with a specific natural element. Returns summary data for each crystal. Use the /crystals/{id} detail endpoint for full healing properties. Supports five …

get_crystals_birthstone_month

Get the traditional birthstone crystals for a given birth month. Returns summary data for each crystal. Use the /crystals/{id} detail endpoint for full healing properties. Based on GIA-authoritative b…

get_crystals_search

Search for healing crystals by keyword or name. Matches against crystal names, healing keywords, descriptions, and spiritual/emotional/physical meaning fields. Returns summary data for each crystal. U…

get_crystals_pairings_id

Get crystals that pair well with a given crystal for enhanced healing combinations. Returns the source crystal along with its recommended companion stones and their properties. Essential for crystal g…

post_crystals_daily

Get the crystal of the day as a discovery teaser. Returns a deterministic crystal based on the current date (or a provided seed date), ensuring all users see the same crystal for any given day. Use th…

get_crystals_random

Get a randomly selected healing crystal as a discovery teaser. Returns a different crystal on each request (non-deterministic). Use the /crystals/{id} detail endpoint for complete spiritual, emotional…

get_crystals_colors

List all unique crystal colors available in the database. Use these values with the color filter on GET /crystals to find crystals by color. Essential reference endpoint for building color-based cryst…

get_crystals_planets

List all unique planetary associations available in the database. Use these values with the planet filter on GET /crystals to find crystals by ruling planet. Essential reference endpoint for astrology…

get_crystals

Retrieve healing crystals and gemstones with pagination. Supports optional filtering by chakra, zodiac sign, element, color, or planet. Returns minimal summary fields per crystal. Use the detail endpo…

get_crystals_id

Get complete healing properties and metaphysical data for a specific crystal or gemstone. Returns spiritual, emotional, and physical healing interpretations along with chakra associations, zodiac conn…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "crystals_mcp_server_by_roxyapi": {
      "url": "https://roxyapi.com/mcp/crystals",
      "transport": "streamable-http"
    }
  }
}