io.github.Openfinanceorg/openfinance✓
io.github.Openfinanceorg/openfinance · v0.1.8
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Openfinanceorg/openfinance",
"description": "Connect your financial accounts to view balances, search transactions, and get spending insights.",
"repository": {
"url": "https://github.com/Openfinanceorg/openfinance-app",
"source": "github",
"subfolder": "mcp-server"
},
"version": "0.1.8",
"packages": [
{
"registryType": "npm",
"identifier": "@openfinance-sh/mcp",
"version": "0.1.8",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your OpenFinance API key (starts with sk-)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "OPENFINANCE_API_KEY"
},
{
"description": "URL of your OpenFinance server",
"format": "string",
"name": "OPENFINANCE_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}