{"name":"io.github.hmoses/poly-glot-ai-workspace","slug":"hmoses-poly-glot-ai-workspace","title":"Poly-Glot AI Workspace","description":"Multilingual AI workspace: 1,000+ prompts, Compare Mode, 35 languages, BYOM. Free trial.","url":"https://mcp.market/server/hmoses-poly-glot-ai-workspace","rating":null,"grade":"B","score":81,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":20,"stars":0,"forks":0,"downloads_week":null,"last_push_at":"2026-09-19T00:06:47.000Z","license":"MIT"},"uptime":{"percent":100,"checks":5,"ok":5,"last_checked_at":"2026-09-20T16:35:55.329Z","last_ok_at":"2026-09-20T16:35:55.329Z","latency_ms":565},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/hmoses/poly-glot-ai-workspace","website":null,"version":"1.9.1","remotes":[{"type":"streamable-http","url":"https://br-steep-leaf-ae2o29qz-mcp.compute.c-2.us-east-2.aws.neon.tech/mcp"}],"packages":[],"tools":[{"name":"build_prompt","description":"Fill and Send an entitled Poly-Glot template. This is a Send action: it starts the 3-day free trial on first use if the user has not sent before. Pro templates require an active trial or Pro subscription.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":200},"values":{"type":"object","additionalProperties":{"type":["string","number","boolean"]},"default":{}},"uiLanguage":{"type":"string","maxLength":80,"default":"EN"},"inputLanguage":{"type":"string","maxLength":80,"default":"EN"},"outputLanguage":{"type":"string","maxLength":80,"default":"EN"}},"required":["name"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"detect_language","description":"Detect the language of supplied text and map it to a supported Poly-Glot language.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","minLength":1}},"required":["text"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_custom_model_capabilities","description":"Return supported BYOM adapter modes, credential policy, network restrictions, and notes about localhost access from the public remote MCP.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_language_options","description":"Return the supported Poly-Glot UI, input, and AI output languages. Language selection never changes entitlement and does not start the trial.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"uiLanguage":{"type":"string","maxLength":80,"default":"EN"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_subscription_status","description":"Return the current Poly-Glot entitlement state, trial status, daily free send allowance, feature locks, and pricing. This is the authoritative MCP-facing explanation of the user's access. Does not start the trial.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_template","description":"Get a template's fields and prompt body. Opening a template does not start the trial or consume a send. The prompt body is returned only when the account is entitled.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":200},"uiLanguage":{"type":"string","maxLength":80,"default":"EN"}},"required":["name"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"localize_text","description":"Localize text for a target language, locale, audience, and tone — not merely literal translation.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","minLength":1},"targetLanguage":{"type":"string","minLength":1},"locale":{"type":"string"},"audience":{"type":"string"},"tone":{"type":"string"}},"required":["text","targetLanguage"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"open_workspace","description":"Open the interactive Poly-Glot template browser and prompt editor with subscription-aware locked states. Browsing does not start the trial or consume a send.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","maxLength":200,"default":""},"uiLanguage":{"type":"string","maxLength":80,"default":"EN"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"prepare_compare","description":"Prepare one canonical prompt for two or more AI providers so the user can compare answers. This is a Send action: it starts the 3-day free trial on first use. Compare Mode requires an active trial or Pro subscription. Never calls third-party models on the user's behalf.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":200},"prompt":{"type":"string","minLength":1,"maxLength":30000},"values":{"type":"object","additionalProperties":{"type":["string","number","boolean"]},"default":{}},"uiLanguage":{"type":"string","maxLength":80,"default":"EN"},"inputLanguage":{"type":"string","maxLength":80,"default":"EN"},"outputLanguage":{"type":"string","maxLength":80,"default":"EN"},"providers":{"type":"array","items":{"type":"string","enum":["chatgpt","claude","gemini","perplexity","grok","copilot","mistral"]},"minItems":2,"maxItems":7,"default":["chatgpt","claude"]}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"prepare_custom_compare","description":"Build a Compare Mode plan containing built-in Poly-Glot providers and developer-supplied custom model descriptors. Credentials are supplied only at execution time and are never embedded in the comparison plan.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"prompt":{"type":"string","minLength":1,"maxLength":30000},"builtinProviders":{"type":"array","items":{"type":"string","enum":["chatgpt","claude","gemini","perplexity","grok","copilot","mistral"]},"default":[]},"customModels":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string","maxLength":100},"adapterMode":{"type":"string","enum":["openai-compatible","custom-rest"]},"baseUrl":{"type":"string","maxLength":2000},"endpoint":{"type":"string","maxLength":2000},"model":{"type":"string","maxLength":200}},"required":["label","adapterMode"],"additionalProperties":false},"minItems":1,"maxItems":5},"uiLanguage":{"type":"string","maxLength":80,"default":"EN"},"inputLanguage":{"type":"string","maxLength":80,"default":"EN"},"outputLanguage":{"type":"string","maxLength":80,"default":"EN"}},"required":["prompt","customModels"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"run_custom_model","description":"Run a Poly-Glot prompt against a developer-supplied model endpoint. API keys are transient and never persisted. Respects Poly-Glot entitlement checks and applies language instructions.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"adapterMode":{"type":"string","enum":["openai-compatible","custom-rest"]},"baseUrl":{"type":"string","maxLength":2000},"endpoint":{"type":"string","maxLength":2000},"model":{"type":"string","maxLength":200,"default":""},"apiKey":{"type":"string","maxLength":2000},"prompt":{"type":"string","minLength":1,"maxLength":30000},"system":{"type":"string","maxLength":10000},"temperature":{"type":"number","minimum":0,"maximum":2},"maxTokens":{"type":"integer","minimum":1,"maximum":128000},"extraHeaders":{"type":"object","additionalProperties":{"type":"string"},"default":{}},"authMode":{"type":"string","enum":["bearer","api-key-header","none"],"default":"bearer"},"apiKeyHeader":{"type":"string","maxLength":100,"default":"x-api-key"},"promptField":{"type":"string","maxLength":100,"default":"prompt"},"systemField":{"type":"string","maxLength":100,"default":"system"},"responseTextPath":{"type":"string","maxLength":200},"uiLanguage":{"type":"string","maxLength":80,"default":"EN"},"inputLanguage":{"type":"string","maxLength":80,"default":"EN"},"outputLanguage":{"type":"string","maxLength":80,"default":"EN"}},"required":["adapterMode","prompt"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_templates","description":"Find Poly-Glot prompt templates. Results include whether each template is currently locked for this account. Searching does not start the trial or consume a send.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","maxLength":200,"default":""},"goal":{"type":"string","maxLength":80},"plan":{"type":"string","enum":["free","pro"]},"limit":{"type":"integer","minimum":1,"maximum":24,"default":12},"uiLanguage":{"type":"string","maxLength":80,"default":"EN"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"transcribe_audio","description":"Transcribe supplied audio for cross-platform Poly-Glot workflows. Provide exactly one of audioUrl (HTTPS only) or audioBase64.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"audioUrl":{"type":"string","format":"uri"},"audioBase64":{"type":"string"},"filename":{"type":"string"},"mimeType":{"type":"string"},"languageHint":{"type":"string"},"prompt":{"type":"string"},"detectLanguage":{"type":"boolean"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"translate_text","description":"Translate text into a supported Poly-Glot language. Preserves meaning, formatting, names, code, and URLs.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","minLength":1},"sourceLanguage":{"type":"string","default":"auto"},"targetLanguage":{"type":"string","minLength":1}},"required":["text","targetLanguage"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"validate_custom_model","description":"Validate a developer-supplied model endpoint. Checks HTTPS, SSRF, and optionally probes the model with a minimal request. API keys are transient and never persisted or echoed.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"adapterMode":{"type":"string","enum":["openai-compatible","custom-rest"]},"baseUrl":{"type":"string","maxLength":2000},"endpoint":{"type":"string","maxLength":2000},"model":{"type":"string","maxLength":200,"default":""},"apiKey":{"type":"string","maxLength":2000},"authMode":{"type":"string","enum":["bearer","api-key-header","none"],"default":"bearer"},"apiKeyHeader":{"type":"string","maxLength":100,"default":"x-api-key"},"promptField":{"type":"string","maxLength":100,"default":"prompt"},"systemField":{"type":"string","maxLength":100,"default":"system"},"responseTextPath":{"type":"string","maxLength":200},"probe":{"type":"boolean","default":false}},"required":["adapterMode"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":81,"grade":"B","scanned_at":"2026-09-19T21:40:17.489Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-19T21:40:17.499Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1584ms"]},"poisoning":{"score":15,"max":15,"notes":["15 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":15,"max":15,"notes":["last push 1 days ago"]},"identity":{"score":8,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://br-steep-leaf-ae2o29qz-mcp.compute.c-2.us-east-2.aws.neon.tech/mcp","reachable":true,"authRequired":false,"latencyMs":1584,"serverInfo":{"name":"polyglot-ai-workspace","version":"1.10.0"}}],"packages":[],"repo":{"found":true,"owner":"hmoses","repo":"poly-glot-ai-workspace","archived":false,"pushedAt":"2026-09-19T00:06:47Z","stars":0,"forks":0,"openIssues":0,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/14812747?v=4","ownerCreatedAt":"2015-09-23T23:00:51Z","license":"MIT"},"icon":{"url":null,"source":"none"},"presence":{"stars":0,"forks":0,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-09-19T00:06:47.000Z","score":20}}}},"grade_history":[],"reviews":[]}