streamable-httpMITupdated 8d ago
Deterministic temporal reference data for AI builders — calendars, seasons, moon phases, planetary retrogrades, and traditional symbolic systems as stable JSON over Model Context Protocol.
What can you do with GEOMETRY?
GEOMETRY MCP
Deterministic temporal reference data for AI builders — calendars, seasons, moon phases, planetary retrogrades, and traditional symbolic systems as stable JSON over Model Context Protocol.
Same date → same bytes, every time. No hallucinated dates. No wallet connect. No seed phrases.
This repository is the public docs + listing face for the hosted GEOMETRY MCP server. It is not the engine source, schema, or internal design docs.
| MCP URL | https://mcp.geometry.app/mcp |
| Docs | docs.geometry.app |
| Product | geometry.app |
| Pricing | geometry.app/pricing |
| Company | Goqo Labs · GitHub org goqolabs |
| Official Registry | app.geometry/mcp |
| Glama | Connector listing · namespace search |
Namespaces: Glama listing id app.geometry.mcp ≠ Official MCP Registry name app.geometry/mcp. Connect URL is always https://mcp.geometry.app/mcp.
Repo layout
docs/— Mintlify pages (MDX, tools,llms.txt)docs/docs.json— Mintlify config (content root =/docs)logo/— brand assets at repo root (favicon + light/dark)
Try it (no account)
Paste the branded URL into your MCP client:
https://mcp.geometry.app/mcp
| Client | Auth |
|---|---|
| Claude Desktop / Claude Code | Custom connector · plain URL |
| ChatGPT Plugins | Server URL · Authentication = No Auth (not OAuth) |
| Cursor / VS Code | HTTP MCP · plain URL |
Cursor / VS Code (mcp.json)
No Auth try:
{
"mcpServers": {
"geometry": {
"url": "https://mcp.geometry.app/mcp"
}
}
}
Builders with a portal key (never commit a real zpka_):
{
"mcpServers": {
"geometry": {
"url": "https://mcp.geometry.app/mcp?key=YOUR_KEY"
}
}
}
Install walkthroughs: geometry.app/tutorial · Quickstart.
Limits apply on the free try path — see pricing.
Builders (Free / Starter key)
For a stable sandbox quota or paid volume, subscribe in the Developer Portal, then append your key:
https://mcp.geometry.app/mcp?key=YOUR_KEY
Same tools and fields on every plan — you pay for volume, not features. Checkout is the official Zuplo Developer Portal (https://geometry-main-bf0a4d2.zuplo.site/pricing), then Stripe — Billing · Connect & keys · Pricing.
Never paste zpka_… keys into GitHub Issues or public chats.
Tools
| Tool | Purpose | Docs |
|---|---|---|
get_date |
Resolve one civil date to stable calendars, seasons, and card identity | Date identity JSON |
get_compatibility |
Compare two dates across shared symbolic systems | Two-date compatibility |
get_name |
Map a name to cosmic cards plus ~100 Latin cipher sums | Name → cosmic cards |
Coverage focus: 1900–2100. Ask examples: “What’s the birth card for 1985-03-15?” · “How compatible are 1990-05-14 and 1985-11-02?”
Support
docs.geometry.app/support · GitHub Issues (paid plans)
License
See LICENSE.
The MIT license applies to the documentation in this repository only. The GEOMETRY engine, schema, and hosted service are proprietary and are not included here.
Install
Add GEOMETRY to your client. Pick the one you use.
claude mcp add --transport http geometry https://mcp.geometry.app/mcpcodex mcp add geometry --url https://mcp.geometry.app/mcp{
"mcpServers": {
"geometry": {
"url": "https://mcp.geometry.app/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"geometry": {
"type": "http",
"url": "https://mcp.geometry.app/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"geometry": {
"url": "https://mcp.geometry.app/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"geometry": {
"serverUrl": "https://mcp.geometry.app/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
3 tools
GEOMETRY exposes 3 tools to a connected agent.
- get_date
- Resolve one civil date to stable calendars, seasons, and card identity
- get_compatibility
- Compare two dates across shared symbolic systems
- get_name
- Map a name to cosmic cards plus ~100 Latin cipher sums
Score
73 / 100
Good
- Documentation25/25
- Maintenance19/25
- Trust13/20
- Capability4/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 3 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.66.0Latest | Aug 28, 2026 |