G
GEOMETRY
/get_compatibility
Compatibility (two dates)
USE when comparing exactly two people by Gregorian date. NOT for one date (moon/season/Rx/weekday/leap year/day_ruler → get_date) or names → get_name. Requires
liveverifiedunknown~5s typical
mcpprobedgeometry
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-geometry-mcp /get_compatibility for me.
Input
| Field | Type | Description |
|---|---|---|
| date_a* | string | Person A date YYYY-MM-DD (exactly two people; not a roster) |
| date_b* | string | Person B date YYYY-MM-DD (exactly two people; not a roster) |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-geometry-mcp","endpoint":"/get_compatibility","input":{"date_a":"...","date_b":"..."}}'cli
npx cracked-ai run -p mcp-app-geometry-mcp -e /get_compatibility -i '{"date_a":"...","date_b":"..."}'mcp
run_tool({ provider: "mcp-app-geometry-mcp", endpoint: "/get_compatibility", input: {"date_a":"...","date_b":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.