0.1.0npm · @sophtron/sophtron-mcp-server · latest release
Observed 2026-08-22T08:22:21.226Z using mcpSecurity-inventory. Protocol 2025-06-18.
| Tool | Category | Risk |
|---|---|---|
GETACCOUNTGet account that belong to a member by account idInput schema{
"type": "object",
"properties": {
"customerId": {
"type": "string",
"description": "Customer Id"
},
"memberId": {
"type": "string",
"description": "Member Id"
},
"accountId": {
"type": "string",
"description": "Account Id"
}
},
"required": [
"customerId",
"memberId",
"accountId"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — |
GETACCOUNTSGet accounts that belong to a memberInput schema{
"type": "object",
"properties": {
"customerId": {
"type": "string",
"description": "Customer Id"
},
"memberId": {
"type": "string",
"description": "Member Id"
}
},
"required": [
"customerId",
"memberId"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — |
GETCUSTOMERSGet customers that belong to this clientInput schema{
"type": "object",
"properties": {},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — |
GETIDENTITYGet identity from a connected memberInput schema{
"type": "object",
"properties": {
"customerId": {
"type": "string",
"description": "Customer Id"
},
"memberId": {
"type": "string",
"description": "Member Id"
}
},
"required": [
"customerId",
"memberId"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — |
GETMEMBERSGet members that belong to a customerInput schema{
"type": "object",
"properties": {
"customerId": {
"type": "string",
"description": "Customer Id"
}
},
"required": [
"customerId"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — |
GETTRANSACTIONSGet recent transactions that belong to an accountInput schema{
"type": "object",
"properties": {
"customerId": {
"type": "string",
"description": "Customer Id"
},
"accountId": {
"type": "string",
"description": "Account Id"
}
},
"required": [
"customerId",
"accountId"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — |
No completed comparison is available.
| Risk | Change | Subject |
|---|---|---|
| No material changes recorded. | ||
| Severity | Finding | Advisory |
|---|---|---|
| No confirmed vulnerability is published for this version. | ||
Artifact SHA-256: b260c145425967e902d091c6aee9062d6b961a6af4594b99499408a113ddbd54
Scanner: mcp-proof-engine 0.1.0.