QuintaDB MCP Server

https://quintadb.com/mcp Remote v1.0.0

Published by quintadb.com — no publish provenance and no public repository, so the publisher could not be verified and the source cannot be independently located.

No-code databases, forms, portals and AI sites. Manage records and automation via natural language.

Trust grade
C
72/100
Last scanned get badge →
Trust
C · 72/100
Adoption risk for you: the threat score, then adjusted down for blast radius, publisher verification and how much the scan could see. Deterministic; every point is auditable.
Capability
High
Blast radius if it went rogue — what the server’s tools could reach. Independent of trust.
Coverage
Live
How much the scan could actually inspect. Shallow coverage is stated, never hidden.
Share this Trust Score
𝕏 Share LinkedIn Reddit
C Why this grade threat 78 − adoption risk = 72/100

The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.

1. Threat score — 100 − 21.7 = 78. What the published surface and source actually contain:

PointsWhat was foundCategory
−15.4 Mixed-script (homoglyph) text in inputSchema.properties.csv_text.description MTC-UNI-009 injection
−6.3 Annotation contradicts behavior on "create_field" MTC-CAP-003 permissions

2. Client adoption risk — 78 − 6 = 72. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:

PointsAdoption-risk factor
−6 capability blast radius (high) — client exposure if the model is manipulated

Capability observations and info notes are shown under Findings but never scored. Open any row's finding below for the file, line and evidence behind a deduction.

Findings 8

high Mixed-script (homoglyph) text in inputSchema.properties.csv_text.descriptionMTC-UNI-009

A single token mixes multiple scripts (Latin, Cyrillic). This is the signature of a homoglyph attack — visually identical characters from another script used to impersonate a trusted name or slip past keyword filters.

Evidence: CSV-текст з заголовками в першому рядку. Підтримує коми і крапку з комою як роздільник. Приклад: "Ім'я,Email,Статус\nІва

Fix: Restrict metadata to a single script, or normalize confusables before display.

Location: tool import_records · inputSchema.properties.csv_text.description

high Tool "create_field" exposes command/code executionMTC-CAP-001

Tool "create_field" appears to run shell commands or evaluate code (parameter "script"). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.

Fix: Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.

Location: tool create_field

medium Untrusted input can drive an external actionMTC-FLOW-005

Untrusted-input tools ([web_search, fetch_url]) co-exist with external-action tools ([upload_file_to_record, run_action, create_email_template, create_sms_template, create_action_rule, create_field, create_webhook, delete_webhook, update_form_settings, delete_template]). A prompt injection could cause unwanted external actions, though no direct sensitive-data leak path was found.

Evidence: untrusted [web_search, fetch_url] → sinks [upload_file_to_record, run_action, create_email_template, create_sms_template, create_action_rule, create_field, crea

Fix: Require confirmation for state-changing/egress actions triggered after processing untrusted content.

Location: flow web_search → upload_file_to_record

medium Unconstrained URL/host parameter "url" on "create_action_rule"MTC-CAP-007

Tool "create_action_rule" takes a URL/host parameter "url" with no allowlist/pattern. An outbound-request tool with an unbounded destination enables SSRF and cloud-metadata access (e.g. 169.254.169.254).

Fix: Allowlist destinations or constrain the parameter; block private/link-local addresses server-side.

Location: tool create_action_rule · inputSchema.properties.url

medium Unconstrained URL/host parameter "url" on "create_webhook"MTC-CAP-007

Tool "create_webhook" takes a URL/host parameter "url" with no allowlist/pattern. An outbound-request tool with an unbounded destination enables SSRF and cloud-metadata access (e.g. 169.254.169.254).

Fix: Allowlist destinations or constrain the parameter; block private/link-local addresses server-side.

Location: tool create_webhook · inputSchema.properties.url

medium Unconstrained URL/host parameter "url" on "fetch_url"MTC-CAP-007

Tool "fetch_url" takes a URL/host parameter "url" with no allowlist/pattern. An outbound-request tool with an unbounded destination enables SSRF and cloud-metadata access (e.g. 169.254.169.254).

Fix: Allowlist destinations or constrain the parameter; block private/link-local addresses server-side.

Location: tool fetch_url · inputSchema.properties.url

medium Annotation contradicts behavior on "create_field"MTC-CAP-003

Tool "create_field" advertises destructiveHint=false but its derived capabilities include state-modifying actions (code-exec). Tool annotations are attacker-controllable and must never be trusted; a mismatch like this is exactly how a hostile server hides a destructive tool.

Fix: Ignore server-provided annotations for security decisions; gate destructive tools on explicit user consent.

Location: tool create_field

medium Unconstrained command parameter "script_body" on "create_field"MTC-CAP-006

Tool "create_field" takes a command-shaped parameter "script_body" with no enum/pattern constraint. Free-form, model- or attacker-controlled arguments reaching a shell is the command-injection precondition.

Fix: Constrain the parameter (enum/pattern), or build the command from a fixed template with escaped args.

Location: tool create_field · inputSchema.properties.script_body

Tools 116

Each tool and what it can reach — enumerated from the running server.

  • create_action_rulenetwork egress
  • create_email_templatenetwork egress
  • create_fieldruns code / shell
  • create_sms_templatenetwork egress
  • create_webhooknetwork egress
  • delete_templatenetwork egress
  • delete_webhooknetwork egress
  • fetch_urlingests untrusted input
  • run_actionnetwork egress
  • update_form_settingsnetwork egress
Show 106 more tools ↓
  • upload_file_to_recordnetwork egress
  • web_searchingests untrusted input
  • add_dashboard_itemno sensitive capability
  • add_portal_menu_itemno sensitive capability
  • add_record_commentno sensitive capability
  • add_user_to_portal_groupno sensitive capability
  • add_user_to_team_groupno sensitive capability
  • attach_media_to_recordno sensitive capability
  • bulk_update_recordsno sensitive capability
  • check_ai_site_statusno sensitive capability
  • configure_chatno sensitive capability
  • create_calendarno sensitive capability
  • create_chartno sensitive capability
  • create_folderno sensitive capability
  • create_formno sensitive capability
  • create_formattingno sensitive capability
  • create_mapno sensitive capability
  • create_portalno sensitive capability
  • create_portal_groupno sensitive capability
  • create_projectno sensitive capability
  • create_recordno sensitive capability
  • create_record_templateno sensitive capability
  • create_reminderno sensitive capability
  • create_reportno sensitive capability
  • create_saved_viewno sensitive capability
  • create_scheduleno sensitive capability
  • create_team_groupno sensitive capability
  • create_telegram_templateno sensitive capability
  • create_whatsapp_templateno sensitive capability
  • delete_few_recordsno sensitive capability
  • delete_fieldno sensitive capability
  • delete_formno sensitive capability
  • delete_portal_groupno sensitive capability
  • delete_portal_menu_itemno sensitive capability
  • delete_portal_userno sensitive capability
  • delete_projectno sensitive capability
  • delete_recordno sensitive capability
  • delete_records_by_filterno sensitive capability
  • delete_reminderno sensitive capability
  • delete_saved_viewno sensitive capability
  • delete_scheduleno sensitive capability
  • delete_team_groupno sensitive capability
  • describe_projectno sensitive capability
  • duplicate_formno sensitive capability
  • duplicate_recordno sensitive capability
  • export_recordsno sensitive capability
  • generate_ai_projectno sensitive capability
  • generate_ai_siteno sensitive capability
  • get_column_totalno sensitive capability
  • get_field_typesno sensitive capability
  • get_form_fieldsno sensitive capability
  • get_form_settingsno sensitive capability
  • get_metricno sensitive capability
  • get_portal_pageno sensitive capability
  • get_projectno sensitive capability
  • get_quickstart_guideno sensitive capability
  • get_recordno sensitive capability
  • get_recordsno sensitive capability
  • get_rel_idno sensitive capability
  • get_report_datano sensitive capability
  • get_reportsno sensitive capability
  • get_usage_statsno sensitive capability
  • get_user_infono sensitive capability
  • import_recordsno sensitive capability
  • invite_portal_userno sensitive capability
  • list_action_rulesno sensitive capability
  • list_calendarsno sensitive capability
  • list_chartsno sensitive capability
  • list_foldersno sensitive capability
  • list_formsno sensitive capability
  • list_mapsno sensitive capability
  • list_portal_groupsno sensitive capability
  • list_portal_menu_itemsno sensitive capability
  • list_portal_pagesno sensitive capability
  • list_portal_usersno sensitive capability
  • list_portalsno sensitive capability
  • list_projectsno sensitive capability
  • list_record_commentsno sensitive capability
  • list_remindersno sensitive capability
  • list_saved_viewsno sensitive capability
  • list_schedulesno sensitive capability
  • list_team_groupsno sensitive capability
  • list_templatesno sensitive capability
  • list_user_rolesno sensitive capability
  • list_webhooksno sensitive capability
  • place_media_on_siteno sensitive capability
  • remove_user_from_portal_groupno sensitive capability
  • remove_user_from_team_groupno sensitive capability
  • reorder_fieldsno sensitive capability
  • search_imageno sensitive capability
  • search_recordsno sensitive capability
  • seed_recordsno sensitive capability
  • set_column_sizeno sensitive capability
  • set_module_permissionno sensitive capability
  • set_table_permissionno sensitive capability
  • set_user_roleno sensitive capability
  • update_action_ruleno sensitive capability
  • update_cellno sensitive capability
  • update_fieldno sensitive capability
  • update_formno sensitive capability
  • update_portal_menu_itemno sensitive capability
  • update_portal_pageno sensitive capability
  • update_portal_settingsno sensitive capability
  • update_projectno sensitive capability
  • update_recordno sensitive capability
  • update_record_templateno sensitive capability

Toxic flows 1

Cross-tool combinations that form a data-exfiltration primitive (untrusted input → sensitive source → external sink).

Versions 1

Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.

VersionScoreFindingsEngineScanned
v1.0.0 latest C 72/100 8 1.10.0 2026-07-24

Embed this score

Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.

MCP Trust Score: C · 72/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/quintadb-com/badge.svg)](https://mcptrustchecker.com/registry/quintadb-com)
HTML
<a href="https://mcptrustchecker.com/registry/quintadb-com"><img src="https://mcptrustchecker.com/registry/quintadb-com/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/quintadb-com/badge.json via https://img.shields.io/endpoint?url=…

Verify this score yourself

The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.

npx mcptrustchecker scan https://quintadb.com/mcp --online

Use the free API → How scoring works

More in Data Science & ML