Skip to main content
Glama
ramide1

iol-mcp

by ramide1

iol-mcp

MCP server for IOL (InvertirOnline) API - provides tools for authentication, portfolio, operations, and quotes via stdio transport.

Installation

bun install

Related MCP server: IOL MCP Tool

Usage

bun run start

Environment Variables (Optional)

Variable

Description

IOL_USERNAME

IOL account username/email

IOL_PASSWORD

IOL account password

IOL_ENABLE_TRADING

Set to true or 1 to enable buy/sell/cancel operations

If IOL_USERNAME and IOL_PASSWORD are set, the server will automatically authenticate when a tool requires it (lazy login). Access tokens auto-refresh using the refresh token when expired.

Trading tools (buy, sell, buy_d, sell_d, cancel_operation, subscribe_fci, rescue_fci, place_cpd, buy_simplified, submit_advisor_test, submit_advisor_test_for_client, sell_d_advisor) are disabled by default. Set IOL_ENABLE_TRADING=true to enable them.

Available Tools

Configuración

Tool

Description

get_config_status

Check which IOL environment variables are configured

set_active_user

Set active user (defaults to IOL_USERNAME env)

Autenticación

Tool

Description

get_token

Login and get access/refresh tokens

MiCuenta

Tool

Description

get_account_status

Get account info

get_portfolio

Get portfolio by country

get_operations

List operations with filters

get_operation

Get single operation by number

cancel_operation

Cancel a pending operation

Notificaciones y Perfil

Tool

Description

get_notifications

Get notifications

get_profile

Get profile data

Operar

Tool

Description

buy

Place a buy order

sell

Place a sell order

buy_d

Place a buy order for D specie (MEP)

sell_d

Place a sell order for D specie (MEP)

subscribe_fci

Subscribe to mutual fund

rescue_fci

Rescue from mutual fund

get_cpd_can_operate

Check CPD operation capability

get_cpd_by_status

Get CPD by status/segment

get_cpd_commissions

Get CPD commissions

place_cpd

Place CPD order

get_operate_token

Get operate token

Operatoria Simplificada

Tool

Description

get_simplified_amounts

Get simplified operation amounts

get_simplified_parameters

Get simplified operation parameters

validate_simplified_operation

Validate simplified operation

get_simplified_mep_amounts

Get simplified MEP sale amounts

buy_simplified

Place simplified buy order

Títulos

Tool

Description

get_fci_list

List all mutual funds

get_fci

Get specific FCI

get_fci_types

Get FCI fund types

get_fci_administrators

Get FCI administrators

get_fci_by_administrator

Get FCI by administrator

get_fci_by_administrator_and_type

Get FCI by admin and type

get_security

Get security info

get_options

Get options for security

Cotizaciones

Tool

Description

get_quote_instruments

Get available quote instruments

get_quote_panels

Get available quote panels

get_quotes_by_instrument_panel_country

Get quotes by instrument/panel/country

get_quotes_all

Get all quotes for instrument

get_quote

Get quote for symbol

get_quote_detail

Get detailed quote

get_quote_detail_mobile

Get detailed quote with term

get_quote_history

Get historical quotes

get_mep_quote

Get MEP quote

get_mep_quotes

Get MEP quotes (POST)

get_orleans_quotes

Get Orleans quotes

get_orleans_operable_quotes

Get Orleans operable quotes

get_orleans_panel_quotes

Get Orleans panel quotes

get_orleans_panel_operable_quotes

Get Orleans panel operable quotes

Asesores

Tool

Description

get_advisor_test_inversor

Get advisor investor test

submit_advisor_test

Submit advisor investor test

submit_advisor_test_for_client

Submit test for client

get_advisor_movements

Get advisor movements

sell_d_advisor

Advisor sell D specie

Architecture

  • Runtime: Bun

  • Transport: stdio

  • SDK: @modelcontextprotocol/sdk v1.29+

  • API Base: https://api.invertironline.com

Project Structure

src/
├── main.ts           # Entry point
├── tool.ts           # MCP tool definitions
├── tokenManager.ts   # Token storage and lifecycle
├── request.ts        # HTTP request helpers
└── interface.ts      # TypeScript type definitions

License

MIT

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    A Model-Controller-Proxy server that acts as an intermediary between clients and the InvertirOnline (IOL) API, providing a simplified interface for portfolio management, stock quotes, and trading operations.
    Last updated
    2
  • A
    license
    B
    quality
    D
    maintenance
    An MCP server that enables interaction with the Invertir Online (IOL) trading API through Claude Desktop. It allows users to access their IOL trading account and manage financial operations using natural language.
    Last updated
    8
    2
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    MCP server for Interactive Brokers API, enabling account management, trading, market data, options, scanners, and news via natural language.
    Last updated
    33
    3
    MIT
  • F
    license
    A
    quality
    C
    maintenance
    MCP server for the tastytrade brokerage API, providing tools for account management, market data, and order execution.
    Last updated
    18

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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/ramide1/iol-mcp'

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