IOL MCP Tool
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@IOL MCP ToolWhat is my current account balance and portfolio summary?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
IOL MCP Tool
A Model Context Protocol (MCP) tool for interacting with Invertir Online (IOL) API through Claude Desktop.
Prerequisites
Claude Desktop App for Mac
Python 3.8+
IOL trading account
Environment variables setup with your IOL credentials
Related MCP server: kiwoom-mcp
Installation
Clone this repository:
git clone https://github.com/fernandezpablo85/mcpiol.git
cd mcpiolInstall uv if you haven't already:
curl -LsSf https://astral.sh/uv/install.sh | shInstall dependencies:
uv syncCreate a
.envfile in the project root with your IOL credentials:
IOL_USER=your_username
IOL_PASS=your_passwordConfigure Claude Desktop
Open Claude Desktop configuration directory:
open ~/Library/Application\ Support/ClaudeCreate or edit
claude_desktop_config.json:
touch ~/Library/Application\ Support/Claude/claude_desktop_config.jsonAdd the following configuration:
{
"mcpServers": {
"iol": {
"command": "/Users/YOUR_USERNAME/.local/bin/uv",
"args": [
"--directory",
"/Users/YOUR_USERNAME/projects/playground/mcpiol",
"run",
"main.py"
]
}
}
}Important notes:
Replace
YOUR_USERNAMEwith your actual usernameBoth the
commandand--directorypaths must be absolute pathsYou can find your uv installation path by running
which uvin the terminal
Running Tests
To run the test suite:
pytest tests/test_client.py -vFor coverage report:
pytest tests/test_client.py --cov=client -vTroubleshooting
If tools don't appear in Claude Desktop:
Verify your configuration file is correct
Restart Claude Desktop
Check Python path and dependencies
If authentication fails:
Verify your .env file exists and has correct credentials
Check IOL API status
Ensure your IOL account is active
License
MIT
Contributing
Feel free to open issues or submit pull requests.
Maintenance
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
- FlicenseBquality-maintenanceAn MCP server that enables Claude Desktop to access and analyze financial data through Yahoo Finance integration.1
- FlicenseAqualityDmaintenanceAn MCP server that enables natural language control of Kiwoom Securities accounts through Claude Desktop. It provides tools for stock price lookup, buying and selling stocks, and analyzing portfolios or trade history via the Kiwoom REST API.112
- AlicenseAqualityFmaintenanceMCP server for Interactive Brokers API integration, enabling account management, trading, market data, and short selling analysis through Claude.835MIT
- Flicense-qualityDmaintenanceA Model Context Protocol (MCP) server that provides AI assistants like Claude with direct access to MetaAPI trading platform. Trade forex, stocks, and commodities through natural language conversations.1
Related MCP Connectors
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
MCP server exposing the Backtest360 engine API as tools for AI agents.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/fernandezpablo85/mcpiol'
If you have feedback or need assistance with the MCP directory API, please join our Discord server