Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@treno.solutions/finance-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@treno.solutions/finance-mcp

MCP Server for Treno Finance — AI assistants access your portfolios, accounts, and risk catalogue

latest
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

@treno.solutions/finance-mcp

MCP Server for Treno Finance — exposes portfolio data, investment analytics, risk catalogue, and account management tools to AI assistants (Claude Desktop, Cursor, etc.).

Installation

npx @treno.solutions/finance-mcp

Or install globally:

npm install -g @treno.solutions/finance-mcp
finance-mcp

Configuration

Add to your MCP client configuration (e.g. Cursor, Claude Desktop, Antigravity):

{
  "mcpServers": {
    "treno-finance": {
      "command": "npx",
      "args": ["-y", "@treno.solutions/finance-mcp"],
      "env": {
        "TRENO_API_KEY": "your_api_key_here"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
TRENO_API_KEYYesYour Treno Finance API key (get one here)
TRENO_API_URLNoAPI base URL (default: https://app.treno.finance/api)

Available Tools

ToolDescription
list_portfoliosList all portfolios with accounts and tags
get_portfolio_positionsGet current holdings with live prices
get_portfolio_transactionsGet transactions with pagination and filters
get_portfolio_performanceGet performance report with metrics and benchmarks
get_portfolio_value_historyGet historical value time series
get_portfolio_capital_flowsGet capital flow analysis
list_accountsList all asset accounts (wallets, virtual accounts)
get_accountGet details for a specific account
get_risk_catalogueList risks with filters (PRO/ENTERPRISE)
get_risk_catalogue_indicatorsList risk indicators (PRO/ENTERPRISE)
get_risk_catalogue_measuresList mitigation measures (PRO/ENTERPRISE)
search_risk_catalogueFree-text search across risks (PRO/ENTERPRISE)
get_risk_catalogue_risk_detailGet one risk with indicators and measures (PRO/ENTERPRISE)

SDK

This package uses @treno.solutions/finance-sdk under the hood.

License

MIT

Keywords

mcp

FAQs

Package last updated on 25 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts