SO

Sophtron

Created 5 months ago

Sample code of how to integrate with Sophtron data API.

development documentation public financial utility

What is Sophtron?

Connect to your bank, credit card, utilities accounts to retrieve account balances and transactions with [Sophtron Bank Integration](https://sophtron.com).

Documentation

Sophtron Integration

Sample code of how to integrate with Sophtron data API. Currently support financial, utility, phone, internet and other vendor billing accounts.

Example code - js:

cd js
npm i
node quick_example.js
node full_example.js
  • dotnet5: load with visualstudio and start debugging.
  • both version provides direct auth and oauth method, with a quick example to access the authorized healthcheck endpoint
  • js version of full bank auth (with mfa handling) example, please refer to full_example
  • for sophtron widget integration, please refer to Sophtron-Wiget-Loader project

Server Config

{
  "mcpServers": {
    "sophtron-server": {
      "command": "npx",
      "args": [
        "sophtron"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: Yes
Official: Yes

Project Info

Hosted Featured
Created At: Jul 02, 2025
Updated At: Aug 07, 2025
Author: Sophtron Team
Category: official
License: Free to developers up to 10,000 requests/month.
Tags:
development documentation public