← MCP Security Catalog

Sophtron ChatGPT Bank Connection MCP Server 0.1.0

npm · @sophtron/sophtron-mcp-server · latest release

Verified with no proven findings
Security result
6
Observed tools
35
Version rating
Change risk

Independent inventory

Observed 2026-08-22T08:22:21.226Z using mcpSecurity-inventory. Protocol 2025-06-18.

ToolCategoryRisk
GETACCOUNTGet account that belong to a member by account id
Input 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 member
Input 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 client
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
GETIDENTITYGet identity from a connected member
Input 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 customer
Input 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 account
Input 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#"
}

Resources 0

Resource templates 0

Prompts 0

Changes from previous version

No completed comparison is available.

RiskChangeSubject
No material changes recorded.

Confirmed vulnerabilities

SeverityFindingAdvisory
No confirmed vulnerability is published for this version.

Provenance

Artifact SHA-256: b260c145425967e902d091c6aee9062d6b961a6af4594b99499408a113ddbd54

Scanner: mcp-proof-engine 0.1.0.

Let’s talk about MCP security.

Share your details and our security team will contact you.