Skip to main content
Glama
heinrich321

easy-equities-mcp

by heinrich321

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EE_MCP_ENV_FILENoExplicit path to a .env file.
EE_MCP_COOKIE_DIRNoDirectory where session cookies are cached.~/.easy-equities-mcp
EE_SESSION_PERSONAL_PASSWORDYesPassword for the session.
EE_SESSION_PERSONAL_PLATFORMNoPlatform for the session: 'easyequities' or 'satrix'.easyequities
EE_SESSION_PERSONAL_USERNAMEYesUsername for a session named PERSONAL (replace PERSONAL with your chosen session name). At least one session is required.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_sessionsA

List all active logged-in sessions.

refresh_sessionA

Re-authenticate one session using credentials from the environment/.env.

Call this from chat when a tool call fails because cookies have expired or to force a fresh login. Credentials are never passed through chat.

Args: session: The session name, e.g. "personal".

refresh_all_sessionsA

Re-authenticate every configured session. Returns a per-session report.

list_accountsA

List all accounts for a session.

Args: session: The session name (from list_sessions).

get_holdingsA

Get holdings (stocks/ETFs) for an account.

Args: session: The session name (from list_sessions). account_id: The account ID (from list_accounts). include_shares: If true, fetch number of shares per holding (slower).

get_valuationsA

Get the valuation summary for an account.

Args: session: The session name (from list_sessions). account_id: The account ID (from list_accounts).

get_transactionsA

Get transactions for the last year for an account.

Args: session: The session name (from list_sessions). account_id: The account ID (from list_accounts).

get_transactions_for_periodA

Get transactions for an account between two dates.

Args: session: The session name (from list_sessions). account_id: The account ID (from list_accounts). start_date: Start date in YYYY-MM-DD format. end_date: End date in YYYY-MM-DD format.

get_historical_pricesA

Get historical prices for an instrument.

Args: session: The session name (from list_sessions). contract_code: The instrument contract code, e.g. "EQU.ZA.SYGJP". period: One of "OneMonth", "ThreeMonths", "SixMonths", "OneYear", "Max".

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/heinrich321/easyequities-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server