> ## Documentation Index
> Fetch the complete documentation index at: https://docs.geometry.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

> Copy. Paste. Ask. — connect GEOMETRY MCP in under a minute.

# Quickstart

Copy. Paste. Ask.

## Claude Code / CLI

```bash theme={null}
claude mcp add \
  --scope user \
  --transport http \
  geometry https://mcp.geometry.app/mcp
```

Works on the free / anonymous trial immediately — no signup to try.

## Claude Desktop

1. **Settings → Connectors → Add custom connector**
2. URL: `https://mcp.geometry.app/mcp`
3. Save — then ask in a conversation

## Then ask your AI

* "What's the birth card for March 15, 1985?"
* "How compatible are two people born 1985-03-15 and 1990-11-08?"
* "What moon phase and season was 2020-11-08, and was anything retrograde?"

**Full payload / raw JSON:** each tool call returns the **complete** object (no verbosity flag — only date inputs). Inspect the MCP tool output in the client, or tell the agent “show the raw JSON, no summarizing” if the chat truncated the display.

**Promise:** No accounts to try it. No hallucinated dates. Same answer every time — that's the point.

## Free vs paid URL

|                                | URL                                         |
| ------------------------------ | ------------------------------------------- |
| Free / anonymous trial         | `https://mcp.geometry.app/mcp`              |
| Paid (or Free plan with a key) | `https://mcp.geometry.app/mcp?key=YOUR_KEY` |

Upgrading changes **nothing else** in the client config — swap the URL string. See [Connect & manage your key](/connect-and-keys).
