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
| Tool | Description |
|---|---|
luma_spellcheck | Validate Luma text for spelling and formation errors |
luma_lookup | Look up a stem or word in the dictionary |
luma_dictionary | Browse the full dictionary |
luma_get_rules | Get the current language rules and grammar |
Setup Guides
REST API
For direct integration:
| Endpoint | Method | Description |
|---|---|---|
/api/spellcheck | POST | Validate Luma text |
/api/lookup?q=... | GET | Look up a word |
/api/dictionary | GET | Full dictionary |
/api/rules?section=... | GET | Language rules |
Base URL: https://luma-conlang.lightwanderer-com.workers.dev