Baasix MCP Server (tspvivek/baasix-mcp) is an MCP server listed on the M8ven Trust Index. It scores 54 out of 100, grade D. It declares 57 tools. No publisher has claimed this listing.

D
Caution
54/100

Baasix MCP Server

Enables to interact with Baasix Backend-as-a-Service operations including schema management, CRUD, filtering, authentication, and realtime subscriptions through MCP tools.

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

Code Verified⚡ Live Monitored: not connected

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

tspvivek

Source: Glama

Is this your MCP?

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.

// key findings
🚨
Known vulnerabilities in dependencies: 1 critical, 13 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
// tools this server exposes57 tools

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.

baasix_list_schemas

Get all available collections/schemas in Baasix with optional search and pagination

baasix_get_schema

Get detailed schema information for a specific collection

baasix_create_schema

Create a new collection schema in Baasix. FIELD TYPES: - String: VARCHAR with values.length (e.g., 255) - Text: Unlimited text - Integer, BigInt: Whole numbers - Decimal: values.precision & values.scale - Float, Real, Double: Floating point - Boolean: true/false - Date, DateTime, Time: Date/time -

baasix_update_schema

Update an existing collection schema

baasix_delete_schema

Delete a collection schema

baasix_add_index

Add an index to a collection schema

baasix_remove_index

Remove an index from a collection schema

baasix_create_relationship

Create a relationship between collections. RELATIONSHIP TYPES: - M2O (Many-to-One): Creates foreign key with auto-index. products.category → categories - O2M (One-to-Many): Virtual reverse of M2O. categories.products → products - O2O (One-to-One): Creates foreign key with auto-index. user.profile →

baasix_update_relationship

Update an existing relationship

baasix_delete_relationship

Delete a relationship

baasix_export_schemas

Export all schemas as JSON

baasix_import_schemas

Import schemas from JSON data

baasix_list_items

Query items from a collection with powerful filtering, sorting, pagination, relations, and aggregation. FILTER OPERATORS (50+): - Comparison: eq, neq, gt, gte, lt, lte - String: contains, icontains, startswith, endswith, like, ilike, regex - Null: isNull (true/false), empty (true/false) - List: in,

baasix_get_item

Get a specific item by ID from a collection, optionally including related data

baasix_create_item

Create a new item in a collection

baasix_update_item

Update an existing item in a collection

baasix_delete_item

Delete an item from a collection

baasix_list_files

List files with metadata and optional filtering

baasix_get_file_info

Get detailed information about a specific file

baasix_delete_file

Delete a file

baasix_auth_status

Check the current authentication status and token validity

baasix_refresh_auth

Force refresh the authentication token (only works for email/password auth)

baasix_generate_report

Generate reports with grouping and aggregation for a collection

baasix_collection_stats

Get collection statistics and analytics

baasix_list_notifications

List notifications for the authenticated user

baasix_send_notification

Send a notification to specified users

baasix_mark_notification_seen

Mark a notification as seen

baasix_get_settings

Get application settings

baasix_update_settings

Update application settings

baasix_list_templates

List all email templates with optional filtering

baasix_get_template

Get a specific email template by ID

baasix_update_template

Update an email template's subject, description, or body content. TEMPLATE TYPES: - magic_link: Magic link authentication emails - invite: User invitation emails - password_reset: Password reset emails - welcome: Welcome emails - verification: Email verification emails AVAILABLE VARIABLES: - User:

baasix_list_roles

List all available roles

baasix_list_permissions

List all permissions with optional filtering

baasix_get_permission

Get a specific permission by ID

baasix_get_permissions

Get permissions for a specific role

baasix_create_permission

Create a new permission for role-based access control. ACTIONS: create, read, update, delete FIELDS: - ["*"] for all fields - ["name", "price"] for specific fields CONDITIONS (Row-level security): - Uses same filter operators as queries - {"published": {"eq": true}} - only published records - {"a

baasix_update_permission

Update an existing permission

baasix_delete_permission

Delete a permission

baasix_reload_permissions

Reload the permission cache

baasix_update_permissions

Update permissions for a role

baasix_realtime_status

Get the status of the realtime service including WAL configuration. Returns information about: - Whether realtime is initialized and consuming WAL - PostgreSQL replication configuration (wal_level, max_replication_slots) - Publication and replication slot status - Collections with realtime enabled

baasix_realtime_config

Check PostgreSQL replication configuration for WAL-based realtime. Returns: - walLevel: Should be 'logical' for realtime to work - maxReplicationSlots: Number of available replication slots - maxWalSenders: Number of WAL sender processes - replicationSlotExists: Whether the baasix slot exists - pub

baasix_realtime_collections

Get list of collections with realtime enabled and their action configurations

baasix_realtime_enable

Enable realtime for a collection. Changes will be broadcast via WebSocket when data is modified. The realtime config is stored in the schema definition and can include specific actions to broadcast.

baasix_realtime_disable

Disable realtime for a collection

baasix_server_info

Get Baasix server information and health status

baasix_sort_items

Sort items within a collection (move item before/after another)

baasix_register_user

Register a new user

baasix_login

Login user with email and password

baasix_send_invite

Send an invitation to a user

baasix_verify_invite

Verify an invitation token

baasix_send_magic_link

Send magic link or code for authentication

baasix_get_user_tenants

Get available tenants for the current user

baasix_switch_tenant

Switch to a different tenant context

baasix_logout

Logout the current user

baasix_get_current_user

Get current user information with role and permissions

// known CVEs in dependencies1 critical13 high5 medium12 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

critical@modelcontextprotocol/inspector@0.1.7GHSA-7f8r-222p-6f5g

MCP Inspector proxy server lacks authentication between the Inspector client and proxy

high@modelcontextprotocol/sdk@0.5.0GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

highaxios@1.12.2GHSA-35jp-ww65-95wh

axios Vulnerable to Full Man-in-the-Middle via Prototype Pollution Gadget in `config.proxy`

highaxios@1.12.2GHSA-3g43-6gmg-66jw

axios Vulnerable to Credential Theft and Response Hijacking via Prototype Pollution Gadget in Config Merge

highaxios@1.12.2GHSA-43fc-jf86-j433

Axios is Vulnerable to Denial of Service via __proto__ Key in mergeConfig

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// quality suggestions

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

57/57 tools missing one or more hints — baasix_list_schemas (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); baasix_get_schema (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); baasix_create_schema (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +54 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.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tests exist

No test files found

Add tests that exercise each declared tool.

Production dependencies are patched

0 critical, 12 high severity in production deps — @modelcontextprotocol/sdk@0.5.0 (high), axios@1.12.2 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Dev dependencies

2 critical/high in dev-only deps (does not ship to users)

Upgrade dev dependencies when convenient.

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.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/tspvivek/baasix-mcp?variant=verified)](https://m8ven.ai/mcp/tspvivek/baasix-mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: c76e9a7272894d17fe4433fa116589d43a605ca9
code hash: c5e88c943ba855b38aa182db84e2891a52b4ee6eb0638cf928b5b11d9907b8a7
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

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
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client