Skip to main content
POST
MCP Server - OAuth Integration

Authorizations

Authorization
string
header
required

First-party access token for your own signed-in session, obtained from the /api/enterprise-auth/login endpoint. The REST API returns your own account data to you — it is a first-party consumer surface, not a third-party integration channel. Data from connected bank feeds (open-banking / CDR data) is your own data, returned only to you in your own authenticated session.

Body

application/json
jsonrpc
enum<string>
required
Available options:
2.0
Example:

"2.0"

method
enum<string>
required
Available options:
initialize,
tools/list,
tools/call,
resources/list,
resources/templates/list,
resources/read,
prompts/list,
ping
Example:

"tools/list"

id
Example:

1

params
object

Method-specific parameters

Response

MCP response

jsonrpc
enum<string>
Available options:
2.0
id
result
object
error
object