Skip to main content
Glama

Human Design MCP Server

by dvvolkovv

calculate_human_design

Calculate your Human Design chart using birth date, time, and location to reveal your type, strategy, authority, profile, and defined centers for self-understanding.

Instructions

Рассчитывает карту Human Design по дате, времени и месту рождения

Input Schema

NameRequiredDescriptionDefault
birthDateYesДата рождения в формате YYYY-MM-DD
birthTimeYesВремя рождения в формате HH:MM
birthLocationYesМесто рождения (город, страна)
latitudeNoШирота места рождения
longitudeNoДолгота места рождения

Input Schema (JSON Schema)

{ "properties": { "birthDate": { "description": "Дата рождения в формате YYYY-MM-DD", "type": "string" }, "birthLocation": { "description": "Место рождения (город, страна)", "type": "string" }, "birthTime": { "description": "Время рождения в формате HH:MM", "type": "string" }, "latitude": { "description": "Широта места рождения", "type": "number" }, "longitude": { "description": "Долгота места рождения", "type": "number" } }, "required": [ "birthDate", "birthTime", "birthLocation" ], "type": "object" }

Other Tools from Human Design MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/dvvolkovv/MCP_Human_design'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server