DF-MCP Server
DreamFactory MCP Server enables AI assistants like Claude to directly query your databases through DreamFactory's auto-generated REST APIs. This Node.
Install and connect
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
No verified installation or connection method is available in the retained evidence yet.
Identity
| Canonical slug | df-mcp-895ee6e5 | Deployment | Local Only |
|---|---|---|---|
| Canonical package | — | Repository | dreamfactorysoftware/df-mcp |
| First published | — | Latest release | — |
| Last security verification | Aug 25, 2026 | Classification confidence | 90% |
| Publication | Published | Official distribution | Yes |
Distributions
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| source_git | dreamfactorysoftware/df-mcp | 9d570ce983635c597b5b6856c1634f2d1328ede7 | 1 | Repository |
Current release
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| source_gitdreamfactorysoftware/df-mcp | 9d570ce983635c597b5b6856c1634f2d1328ede7Current | Aug 25, 2026 | 8 toolsSucceeded · 0 resources · 0 prompts | Verified clean |
Continuously monitor this MCP for security risk
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
- Independent exact-version security scans
- Continuous release and vulnerability monitoring
- Risk-change alerts with capability context
- Historical evidence and API exports
Current version evidence
| Provenance | immutable_git_commit | Signature | — |
|---|---|---|---|
| MCP SDK | — | Artifact SHA-256 | dbc0c9c9227377dcb490d246004c2106f0da07245d127a609356432aaa897245 |
| Scanner | mcp-proof-engine 0.1.0 | Scan completed | Aug 25, 2026 |
| Security rating | — | Methodology | — |
Current protocol inventory
Tools 8
| Tool | Category | Annotations | Risk |
|---|---|---|---|
call-stored-functionCall a stored functionInput schema{
"type": "object",
"properties": {
"functionName": {
"type": "string"
}
},
"required": [
"functionName"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
call-stored-procedureCall a stored procedureInput 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 databaseInput schema{
"type": "object",
"properties": {},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
get-stored-proceduresGet stored procedures available in the databaseInput schema{
"type": "object",
"properties": {},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
get-table-dataRetrieve the data of a specific tableInput 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 tableInput 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 databaseInput schema{
"type": "object",
"properties": {},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
list-toolsList available toolsInput schema{
"type": "object",
"properties": {},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — |
Resources 0
- None observed.
Resource templates 0
- None observed.
Prompts 0
- None observed.
Remote endpoints
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
DF-MCP Server questions
How do I install DF-MCP Server?
No verified package installation command is available in the retained catalog evidence.
What tools does DF-MCP Server provide?
DF-MCP Server exposed 8 tools during independent protocol observation, including call-stored-function, call-stored-procedure, get-stored-functions, get-stored-procedures, get-table-data, get-table-schema, get-tables, list-tools.
Is DF-MCP Server secure?
Our scanner tested version 9d570ce983635c597b5b6856c1634f2d1328ede7 without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.
Explore related MCP server guides
Curated product and capability guides containing this catalog record.