Spell Checker

The Luma spell checker validates text for vocabulary and word formation errors. It checks:

  • Stems exist in the dictionary
  • Endings are valid (-a, -o, -i, -u)
  • Compounds use correct forms (all parts -a)
  • Passthrough content is properly formatted
  • -u words have following targets
  • No adjacent bare nouns

It does not check grammar, word order, or sentence structure.

Online Playground

Try the spell checker in your browser: Luma Spell Checker

MCP Server

Connect any MCP-compatible LLM to the Luma tools:

MCP endpoint: https://luma-conlang.lightwanderer-com.workers.dev/mcp

Available Tools

ToolDescription
luma_spellcheckValidate Luma text for spelling and formation errors
luma_lookupLook up a stem or word in the dictionary
luma_dictionaryBrowse the full dictionary
luma_get_rulesGet the current language rules and grammar

Setup Guides

REST API

For direct integration:

EndpointMethodDescription
/api/spellcheckPOSTValidate Luma text
/api/lookup?q=...GETLook up a word
/api/dictionaryGETFull dictionary
/api/rules?section=...GETLanguage rules

Base URL: https://luma-conlang.lightwanderer-com.workers.dev