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
Installation
Clone this repository:
Install uv if you haven't already:
Install dependencies:
Create a
.envfile in the project root with your IOL credentials:
Configure Claude Desktop
Open Claude Desktop configuration directory:
Create or edit
claude_desktop_config.json:
Add the following configuration:
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:
For coverage report:
Troubleshooting
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.