bknd logo
MCP

Tools & Resources

Tools & Resources of the built-in full featured MCP server.

Tools

auth_me

Get the current user

auth_strategies

Get the available authentication strategies

PropTypeDefault
include_disabled?
boolean
-

auth_user_create

Create a new user

PropTypeDefault
email
string
-
password
string
-
role?
string
-

auth_user_password_change

Change a user's password

PropTypeDefault
id?
number | string
-
email?
string
-
password
string
-

auth_user_password_test

Test a user's password

PropTypeDefault
email
string
-
password
string
-

auth_user_token

Get a user token

PropTypeDefault
id?
number | string
-
email?
string
-

data_entity_delete_many

Delete many

PropTypeDefault
entity
string
-
json
object
-

data_entity_delete_one

Delete one

PropTypeDefault
entity
string
-
id
number | string
-

data_entity_fn_count

Count entities

PropTypeDefault
entity
string
-
json?
string | object
{}

data_entity_fn_exists

Check if entity exists

PropTypeDefault
entity
string
-
json?
string | object
{}

data_entity_info

Retrieve entity info

PropTypeDefault
entity
string
-

data_entity_insert

Insert one or many

PropTypeDefault
entity
string
-
json
object | array
-

data_entity_read_many

Query entities

PropTypeDefault
entity
string
-
limit?
number
10
offset?
number
0
sort?
string
"id"
where?
string | object
{}
select?
array
-
join?
array
-
with?
object
-

data_entity_read_one

Read one

PropTypeDefault
entity
string
-
id
number | string
-
offset?
number
0
sort?
string
"id"
select?
array
-

data_entity_update_many

Update many

PropTypeDefault
entity
string
-
update
object
-
where
object
-

data_entity_update_one

Update one

PropTypeDefault
entity
string
-
id
number | string
-
json
object
-

data_sync

Sync database schema

PropTypeDefault
force?
boolean
-
drop?
boolean
-

system_build

Build the app

PropTypeDefault
sync?
boolean
-
fetch?
boolean
-

system_config

Get the config for a module

PropTypeDefault
module?
string
-
secrets?
boolean
-

system_info

Get the server info

system_ping

Ping the server

config_auth_get

PropTypeDefault
path?
string
-
depth?
number
-
secrets?
boolean
false

config_auth_roles_add

PropTypeDefault
key
string
-
value
object
-
return_config?
boolean
false

config_auth_roles_get

PropTypeDefault
key?
string
-
secrets?
boolean
false
schema?
boolean
false

config_auth_roles_remove

PropTypeDefault
key
string
-
return_config?
boolean
false

config_auth_roles_update

PropTypeDefault
key
string
-
value
object
-
return_config?
boolean
false

config_auth_strategies_add

PropTypeDefault
key
string
-
value
object
-
return_config?
boolean
false

config_auth_strategies_get

PropTypeDefault
key?
string
-
secrets?
boolean
false
schema?
boolean
false

config_auth_strategies_remove

PropTypeDefault
key
string
-
return_config?
boolean
false

config_auth_strategies_update

PropTypeDefault
key
string
-
value
object
-
return_config?
boolean
false

config_auth_update

PropTypeDefault
full?
boolean
false
return_config?
boolean
false
value
object
-

config_data_entities_add

PropTypeDefault
key
string
-
value
object
-
return_config?
boolean
false

config_data_entities_get

PropTypeDefault
key?
string
-
secrets?
boolean
false
schema?
boolean
false

config_data_entities_remove

PropTypeDefault
key
string
-
return_config?
boolean
false

config_data_entities_update

PropTypeDefault
key
string
-
value
object
-
return_config?
boolean
false

config_data_get

PropTypeDefault
path?
string
-
depth?
number
-
secrets?
boolean
false

config_data_indices_add

PropTypeDefault
key
string
-
value
object
-
return_config?
boolean
false

config_data_indices_get

PropTypeDefault
key?
string
-
secrets?
boolean
false
schema?
boolean
false

config_data_indices_remove

PropTypeDefault
key
string
-
return_config?
boolean
false

config_data_relations_add

PropTypeDefault
key
string
-
value
object
-
return_config?
boolean
false

config_data_relations_get

PropTypeDefault
key?
string
-
secrets?
boolean
false
schema?
boolean
false

config_data_relations_remove

PropTypeDefault
key
string
-
return_config?
boolean
false

config_data_relations_update

PropTypeDefault
key
string
-
value
object
-
return_config?
boolean
false

config_data_update

PropTypeDefault
full?
boolean
false
return_config?
boolean
false
value
object
-

config_media_adapter_get

PropTypeDefault
secrets?
boolean
false

config_media_adapter_update

PropTypeDefault
value?
object | object | object
-
return_config?
boolean
false
secrets?
boolean
false

config_media_get

PropTypeDefault
path?
string
-
depth?
number
-
secrets?
boolean
false

config_media_update

PropTypeDefault
full?
boolean
false
return_config?
boolean
false
value
object
-

config_server_get

Get Server configuration

PropTypeDefault
path?
string
-
depth?
number
-
secrets?
boolean
false

config_server_update

Update Server configuration

PropTypeDefault
full?
boolean
false
return_config?
boolean
false
value
object
-

Resources

data_entities

Retrieve all entities

data_relations

Retrieve all relations

data_indices

Retrieve all indices

system_config

system_config_module

system_schema

system_schema_module