Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IOL_PASS | Yes | Your Invertir Online (IOL) password | |
| IOL_USER | Yes | Your Invertir Online (IOL) username |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_profile_data | Get IOL (invertironline) profile data |
| get_portfolio | Get IOL (invertironline) investment portfolio |
| get_past_week_performance | Get past week performance of a stock |
| get_operations | Get IOL (invertironline) account operations with optional filters
Args:
start_date: Optional date in YYYY-MM-DD format to filter from
end_date: Optional date in YYYY-MM-DD format to filter to
status: Optional status ('pendientes', 'terminadas', 'canceladas') |
| get_operation_details | Get detailed information about a specific IOL operation
Args:
operation_number: The operation number to query |
| get_account_status | Get IOL (invertironline) account status and balances |
| get_quote | Get current quote for a stock
Args:
symbol: The stock symbol (e.g., 'GGAL')
market: Market identifier (default: 'bCBA' for Argentina) |
| get_historical_data | Get historical data for a stock
Args:
symbol: The stock symbol (e.g., 'GGAL')
start_date: Start date in YYYY-MM-DD format
end_date: End date in YYYY-MM-DD format |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |