bsv_status
Show server version, configured network, wallet availability, backend URLs, live 1Sat modules and any persistent Vault migration warning
Read as MarkdownResult
Server, wallet and backend status as JSON text. Service checks can be disabled with checkServices=false.
Permissions
No wallet required.
Also available through bsv_read in compact mode.
Inputs and availability
full catalog · Before wallet setup; Legacy local wallet; Legacy local identity; Local Vault · broadcasting disabled; Local Vault · all roles; Local Vault · payment role only; Project · payments scope; External BRC-100 wallet; Local Vault + sponsor; Droplit wallet
Full tool description
Show server version, configured network, wallet availability, backend URLs, live 1Sat modules and any persistent Vault migration warning. Does not request keys, sign, sync or spend. Backend modules do not imply MCP tools or sponsor approval.
| Field | Type / required | Description |
|---|---|---|
| checkServices | boolean Optional | Read the 1Sat capabilities endpoint (10 second timeout) default: true |
Nested fields are required only when their parent object or array item is supplied.
Full input schema
{
"type": "object",
"properties": {
"checkServices": {
"default": true,
"description": "Read the 1Sat capabilities endpoint (10 second timeout)",
"type": "boolean"
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema"
}