meloqa-mcp (swl-informatica/meloQA-MCP) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 166 tools. No publisher has claimed this listing.
Exposes every operation from the meloQA v1 API as MCP tools, enabling LLM clients to read and manage meloQA projects, test cases, cycles, executions, bugs, links, and reference data.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
swl-informatica
Source: Glama
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
bug_environments_listList environments for a project Tag: Bug Environments
bug_folders_createCreate bug folder Tag: Bug Folders
bug_folders_deleteDelete bug folder Tag: Bug Folders
bug_folders_getGet bug folder by ID Tag: Bug Folders
bug_folders_listList bug folders Tag: Bug Folders
bug_folders_updateUpdate bug folder Tag: Bug Folders
bug_priorities_listList all bug priority levels Tag: Bug Priorities
bug_statuses_listList all bug statuses Tag: Bug Statuses
bug_types_listList bug types for a project Tag: Bug Types
bugs_attachments_createCreate bug attachment (returns presigned upload URL) Tag: Bug Attachments Cria o registro do anexo (uploaded=false) e retorna uma presigned URL S3 (PUT, 300s). Faça o PUT do arquivo na `uploadUrl` e depois confirme com PATCH /v1/bugs/:id/attachments/:attachmentId.
bugs_attachments_deleteDelete bug attachment Tag: Bug Attachments Remove o anexo (registro + arquivo no S3).
bugs_attachments_listList bug attachments Tag: Bug Attachments Lista os anexos do bug. Itens com `uploaded=true` trazem `downloadUrl` (presigned, 300s).
bugs_attachments_updateConfirm bug attachment upload Tag: Bug Attachments Marca o anexo como enviado (`uploaded=true`) após o PUT no S3.
bugs_createCreate bug Tag: Bugs
bugs_deleteDelete bug Tag: Bugs
bugs_getGet bug by ID Tag: Bugs
bugs_listList bugs Tag: Bugs At least one query parameter is required: **projectId** or **folderId**.
bugs_updateUpdate bug Tag: Bugs
cycle_folders_createCreate cycle folder Tag: Cycle Folders
cycle_folders_deleteDelete cycle folder Tag: Cycle Folders
cycle_folders_getGet cycle folder by ID Tag: Cycle Folders
cycle_folders_listList cycle folders Tag: Cycle Folders
cycle_folders_updateUpdate cycle folder Tag: Cycle Folders
cycle_statuses_listList all cycle statuses Tag: Cycle Statuses
cycles_createCreate cycle Tag: Cycles
cycles_deleteDelete cycle Tag: Cycles
cycles_getGet cycle by ID Tag: Cycles
cycles_listList cycles Tag: Cycles At least one query parameter is required: **projectId** or **folderId**.
cycles_updateUpdate cycle Tag: Cycles
executions_attachments_createCreate execution attachment (returns presigned upload URL) Tag: Execution Attachments Cria o registro do anexo (uploaded=false) e retorna uma presigned URL S3 (PUT, 300s). Faça o PUT do arquivo na `uploadUrl` e depois confirme com PATCH /v1/executions/:id/attachments/:attachmentId.
executions_attachments_deleteDelete execution attachment Tag: Execution Attachments Remove o anexo (registro + arquivo no S3).
executions_attachments_listList execution attachments Tag: Execution Attachments Lista os anexos da execução. Itens com `uploaded=true` trazem `downloadUrl` (presigned, 300s).
executions_attachments_updateConfirm execution attachment upload Tag: Execution Attachments Marca o anexo como enviado (`uploaded=true`) após o PUT no S3.
executions_createCreate execution Tag: Executions The `state` field is system-managed and is silently ignored if sent in the body. Use `/v1/executions-run`, `/v1/executions-pause` and `/v1/executions-finish` to drive transitions.
executions_deleteDelete execution Tag: Executions
executions_finishFinish an execution Tag: Executions Sets the execution state to `DONE` and records `executedAt` and `executedBy`. Allowed only when the current state is `IN_PROGRESS` — returns 400 for `WAITING`, `PAUSED` or `DONE`, when its parent tests cycle is `FINISHED`, or when the execution's `statusId` is s…
executions_getGet execution by ID Tag: Executions
executions_listList executions Tag: Executions
executions_pausePause an execution Tag: Executions Sets the execution state to `PAUSED`. Allowed only when the current state is `IN_PROGRESS` — returns 400 for `WAITING`, `PAUSED` or `DONE`, or when its parent tests cycle is `FINISHED`.
executions_runStart running an execution Tag: Executions Sets the execution state to `IN_PROGRESS`. Allowed only when the current state is `WAITING` or `PAUSED`. Returns 400 when the execution is already `IN_PROGRESS` or `DONE`, or when its parent tests cycle is `FINISHED`.
executions_updateUpdate execution Tag: Executions Executions in `state: DONE` are read-only and cannot be updated through this endpoint (public V1 only — the internal API does not enforce this guard). The `state` field itself is system-managed and is silently ignored if sent in the body — use `/v1/executions-run`,…
links_batch_createLink one entity to multiple entities at once Tag: Links Creates one record per target. Operation is atomic — if any record fails, none are created. **Paid-plan only:** free-plan organizations receive 403.
links_createCreate a link between two entities Tag: Links Creates a directional link between two entities. **entityA** is the entity currently open or being edited — its ID is stored in the corresponding foreign key field. **entityB** is the entity being linked to entityA — its type is stored in `type` and i…
links_deleteRemove a link Tag: Links **Paid-plan only:** free-plan organizations receive 403.
links_listList links for an entity Tag: Links Returns all entities linked to the given entity, regardless of which side of the link it was created from. **Example use case:** A user opens a bug and the UI needs to display its linked items panel. Pass `entityType=bug` and `entityId` as the ID of the open bu…
location_countries_listList all location countries Tag: Location Countries
organizations_getGet organization by ID Tag: Organizations
organizations_listList organizations Tag: Organizations
organizations_members_listList members of an organization Tag: Organizations
organizations_updateUpdate organization Tag: Organizations The `employeeQuantity` field accepts one of the following values: `1 a 10`, `11 a 50`, `51 a 100`, `100+`. Send `null` to clear the value.
project_pictures_listList available project pictures Tag: Projects
project_platforms_listList platforms for a project Tag: Project Platforms
projects_createCreate project Tag: Projects Validation rules: - `name` must not exceed 20 characters. - `description` must not exceed 250 characters. - `projectPictureUrl` must reference a project picture predefined by the meloQA API — list the available IDs via `GET /v1/project-pictures`.
projects_deleteDelete project Tag: Projects
projects_execution_statuses_listList execution statuses available in a project Tag: Projects Returns the execution statuses that can be assigned to executions in this project. Includes both the system-wide defaults (`projectId: null`, `isDefault: true`) and any project-specific statuses created for it. Use the `id` of an entry a…
projects_getGet project by ID Tag: Projects
projects_listList projects Tag: Projects Returns only projects the authenticated user has effective access to (i.e. is a project member of).
projects_members_listList members of a project Tag: Projects Returns the active (non-deleted) members of the project. The caller must be a member of the project.
projects_test_case_custom_fields_listList custom field definitions for test cases of a project Tag: Projects Returns the custom field schema configured for test cases in the project. Use the `id` of each entry as `projectCustomFieldId` when reading or writing test case custom field values.
projects_updateUpdate project Tag: Projects Validation rules: - `name` must not exceed 20 characters. - `description` must not exceed 250 characters. - `projectPictureUrl` must reference a project picture predefined by the meloQA API — list the available IDs via `GET /v1/project-pictures`.
tags_createCreate tag Tag: Tags
tags_deleteDelete tag Tag: Tags
tags_getGet tag by ID Tag: Tags
tags_listList tags Tag: Tags
tags_updateUpdate tag Tag: Tags
test_case_folders_createCreate test case folder Tag: Test Case Folders Folder hierarchy is limited to **3 sub-levels** below the project root. Creating a folder under a parent that is already at the 3rd sub-level returns 400.
test_case_folders_deleteDelete test case folder Tag: Test Case Folders Removes the folder and hard-deletes every test case it contained, matching the meloQA front-end behavior. Child folders are removed in the same operation.
test_case_folders_getGet test case folder by ID Tag: Test Case Folders
test_case_folders_listList test case folders Tag: Test Case Folders
test_case_folders_updateUpdate test case folder Tag: Test Case Folders When `parentId` is changed, the folder is moved together with its whole subtree. The resulting hierarchy must not exceed **3 sub-levels** below the project root — otherwise the request is rejected with 400.
test_case_statuses_listList all test case statuses Tag: Test Case Statuses
test_case_types_listList all test case types Tag: Test Case Types
test_cases_archived_listList archived test cases Tag: Test Cases Returns only archived test cases (`statusId === ARCHIVED`). At least one of **projectId** or **folderId** is required.
test_cases_attachments_createCreate test case attachment (returns presigned upload URL) Tag: Test Case Attachments Cria o registro do anexo (uploaded=false) e retorna uma presigned URL S3 (PUT, 300s). Faça o PUT do arquivo na `uploadUrl` e depois confirme com PATCH /v1/test-cases/:id/attachments/:attachmentId.
test_cases_attachments_deleteDelete test case attachment Tag: Test Case Attachments Remove o anexo (registro + arquivo no S3).
test_cases_attachments_listList test case attachments Tag: Test Case Attachments Lista os anexos do test case. Itens com `uploaded=true` trazem `downloadUrl` (presigned, 300s).
test_cases_attachments_updateConfirm test case attachment upload Tag: Test Case Attachments Marca o anexo como enviado (`uploaded=true`) após o PUT no S3.
test_cases_createCreate test case Tag: Test Cases
test_cases_deleteDelete test case Tag: Test Cases
test_cases_getGet test case by ID Tag: Test Cases
test_cases_listList test cases Tag: Test Cases At least one query parameter is required: **projectId** or **folderId**. Archived test cases (`statusId === ARCHIVED`) are excluded — use `GET /v1/test-cases/archived` to list those.
test_cases_unarchiveUnarchive test case Tag: Test Cases Restores an archived test case (`statusId === ARCHIVED`) into the folder specified by `folderId`. The status returns to whatever it was before archiving (`statusBeforeId`); when no previous status is recorded the test case falls back to `FINISHED`.
test_cases_updateUpdate test case Tag: Test Cases Archived test cases (`statusId === ARCHIVED`) are read-only and cannot be updated through this endpoint.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default
MELOQA_BASE_URLStatus: pre-release. Defaults to the public endpoint https://api.meloqa.com; override to point at another instance (e.g. a local http://localhost:3000).MELOQA_RATE_LIMITno 30 Client-side limit (requests/minute) used to throttle outgoing calls. Match the server's limit.MELOQA_SPEC_URLnpm run sync-spec # refresh spec/openapi.json from (default http://localhost:3000/v1/docs.json)Tool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
166/166 tools missing one or more hints — bug_environments_list (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); bug_folders_create (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); bug_folders_delete (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +163 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
Tests exist
No test files found
Add tests that exercise each declared tool.
Production dependencies are patched
0 critical, 1 high severity in production deps — @modelcontextprotocol/sdk@1.0.4 (high)
Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.
Domain consistency
npm scope @meloqa doesn't match GitHub owner swl-informatica
Use the same org name across GitHub, npm, and your homepage so users can verify the publisher.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/swl-informatica/meloqa-mcp)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check