huxleymc/up-bank
v0.1.0MIT
Personal Up Bank MCP for accounts, transactions, categories, and tags.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
up-bankstdio
{
"type": "stdio",
"command": "node",
"args": [
"./server.mjs"
],
"cwd": "${PLUGIN_ROOT}",
"env": {
"UP_ACCESS_TOKEN": "${UP_ACCESS_TOKEN}"
}
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "up-bank",
"version": "0.1.0",
"description": "Personal Up Bank MCP for accounts, transactions, categories, and tags.",
"author": {
"name": "Hux Mc"
},
"homepage": "https://developer.up.com.au",
"license": "MIT",
"keywords": [
"up",
"bank",
"mcp",
"accounts",
"transactions"
]
}