{"name":"The Meaning of Numbers","description":"Browser WebMCP tools for this origin. Same read-only jobs as POST /mcp. No paid reading tool.","version":"1.0.0","documentation":"https://themeaningofnumbers.com/docs","tools":[{"name":"getSiteGuide","description":"When to use The Meaning of Numbers: free core-number math and angel-number lookup. Does not generate a paid AI reading.","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{},"additionalProperties":false}},{"name":"calculateCoreNumbers","description":"Compute free Pythagorean Life Path, Destiny, Soul Urge, Personality, and Birthday from a name and birth date. Returns the number and short teaser only.","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","required":["month","day","year"],"properties":{"name":{"type":"string"},"month":{"type":"integer","minimum":1,"maximum":12},"day":{"type":"integer","minimum":1,"maximum":31},"year":{"type":"integer","minimum":1900,"maximum":2100}},"additionalProperties":false}},{"name":"getPageMarkdown","description":"Fetch the Markdown twin of a public path on this origin (for example /angel-numbers/444 or /).","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","required":["path"],"properties":{"path":{"type":"string","description":"Site path beginning with /"}},"additionalProperties":false}},{"name":"askSite","description":"Keyword list over published pages on this origin. Same job as GET /ask. No paid reading.","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","required":["query"],"properties":{"query":{"type":"string"}},"additionalProperties":false}}]}