motaword.com
MotaWord is a translation and localization platform for submitting projects, managing translation assets, and receiving translated content. It supports document, string, glossary, style-guide, and workflow management for multilingual content.
MotaWord exposes a REST API at https://api.motaword.com plus the `motaword` CLI; both use developer-app credentials, with the API accessed via client-credentials access tokens and the CLI storing the app ID/secret in local profiles.
- MotaWord APIdiscovered
- motaword CLIdiscovered
Create a developer account via Register as a developer, then create an application in the Developer Portal or directly at Create application. After the app is created, open View Keys to get the client_id and client_secret. MotaWord docs say you use these to obtain an access token with the client_credentials grant.
First create a developer app to get a client_id and client_secret from the Developer Portal. Then request a token from `POST /token` on https://api.motaword.com using grant_type=client_credentials and HTTP Basic auth where the username is the app ID and the password is the app secret. The response returns an access_token, which the main API accepts as the access_token query parameter per the published OpenAPI.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing