← MCP Security Catalog

DF-MCP 9d570ce983635c597b5b6856c1634f2d1328ede7

source_git · dreamfactorysoftware/df-mcp · latest release

Verified with no proven findings
Security result
8
Observed tools
Version rating
100
Change risk

Independent inventory

Observed 2026-08-25T09:38:07.058Z using mcpSecurity-inventory. Protocol 2024-11-05.

ToolCategoryRisk
call-stored-functionCall a stored function
Input schema
{
  "type": "object",
  "properties": {
    "functionName": {
      "type": "string"
    }
  },
  "required": [
    "functionName"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
call-stored-procedureCall a stored procedure
Input schema
{
  "type": "object",
  "properties": {
    "procedureName": {
      "type": "string"
    }
  },
  "required": [
    "procedureName"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
get-stored-functionsGet stored functions available in the database
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
get-stored-proceduresGet stored procedures available in the database
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
get-table-dataRetrieve the data of a specific table
Input schema
{
  "type": "object",
  "properties": {
    "tableName": {
      "type": "string"
    },
    "fields": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "filter": {
      "type": "string",
      "description": "SQL-like filter to limit the records to retrieve."
    },
    "offset": {
      "type": "number",
      "default": 0,
      "description": "Offset for pagination."
    },
    "limit": {
      "type": "number",
      "default": 10,
      "description": "Limit for pagination."
    },
    "order": {
      "type": "string",
      "description": "SQL-like order containing field and direction for filter results."
    },
    "group": {
      "type": "string",
      "description": "Comma-delimited list of the fields used for grouping of filter results."
    },
    "continue": {
      "type": "boolean",
      "default": false,
      "description": "In batch scenarios where supported, continue processing even after one action fails. Default behavior is to halt and return results up to the first point of failure."
    },
    "related": {
      "type": "string",
      "description": "Comma-delimited list of related names to retrieve for each resource. (it will be found in the related field of the schema)"
    }
  },
  "required": [
    "tableName"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
get-table-schemaRetrieve the schema of a specific table
Input schema
{
  "type": "object",
  "properties": {
    "tableName": {
      "type": "string"
    }
  },
  "required": [
    "tableName"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
get-tablesGet tables available in the database
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
list-toolsList available tools
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}

Resources 0

Resource templates 0

Prompts 0

Changes from previous version

Compared with initial baseline using full_baseline.

RiskChangeSubject
No material changes recorded.

Confirmed vulnerabilities

SeverityFindingAdvisory
No confirmed vulnerability is published for this version.

Provenance

Artifact SHA-256: dbc0c9c9227377dcb490d246004c2106f0da07245d127a609356432aaa897245

Scanner: mcp-proof-engine 0.1.0.

Let’s talk about MCP security.

Share your details and our security team will contact you.