Privacy & External Services
Document the optional provider data path, storage model, and no-telemetry boundary.
mcLogiora contains no analytics, telemetry, tracking pixels, or beacon requests. It has no mcLogiora server in the request path.
When an external request happens
Only after the site owner enables suggestions, chooses a provider, saves a credential, and clicks an action. Page loads, activation, editor opening, visitor traffic, manual translation, and scanning do not send content to a provider.
Only the single field requested is sent. A title suggestion sends the title, not the post body or the rest of the site. The provider receives the credential needed to authenticate the request.
Credential storage
A saved API key is stored in the site’s options table as entered and is masked after saving. Owners who do not want a key in the database can define the provider constant in wp-config.php. mcLogiora does not claim that local option storage is encryption.
The relevant constants are MCLOGIORA_OPENAI_API_KEY, MCLOGIORA_ANTHROPIC_API_KEY, MCLOGIORA_GEMINI_API_KEY, and MCLOGIORA_DEEPL_API_KEY.