Interact with the Invertir Online (IOL) API to manage investments and access market data.
A Model Context Protocol (MCP) tool for interacting with Invertir Online (IOL) API through Claude Desktop.
git clone https://github.com/fernandezpablo85/mcpiol.git
cd mcpiol
curl -LsSf https://astral.sh/uv/install.sh | sh
uv sync
.env
file in the project root with your IOL credentials:IOL_USER=your_username
IOL_PASS=your_password
open ~/Library/Application\ Support/Claude
claude_desktop_config.json
:touch ~/Library/Application\ Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"iol": {
"command": "/Users/YOUR_USERNAME/.local/bin/uv",
"args": [
"--directory",
"/Users/YOUR_USERNAME/projects/playground/mcpiol",
"run",
"main.py"
]
}
}
}
Important notes:
YOUR_USERNAME
with your actual usernamecommand
and --directory
paths must be absolute pathswhich uv
in the terminalTo run the test suite:
pytest tests/test_client.py -v
For coverage report:
pytest tests/test_client.py --cov=client -v
If tools don't appear in Claude Desktop:
If authentication fails:
MIT
Feel free to open issues or submit pull requests.
Manage Terraform Cloud infrastructure using natural language via its API.
Query Amazon Bedrock Knowledge Bases using natural language to retrieve relevant information from your data sources.
A Python MCP server for Microsoft Entra ID (Azure AD) directory, user, group, device, sign-in, and security operations via Microsoft Graph.
Access Alpha Vantage financial data APIs to get real-time and historical stock data, forex rates, and cryptocurrency information.
Golang-based Kubernetes MCP Server. Built to be extensible.
An MCP server for accessing YouTube Analytics data, powered by the CData JDBC Driver.
Provides comprehensive analytics for Solana wallets, including real-time portfolio insights and detailed DeFi activity tracking.
An MCP server and toolkit for integrating with the commercetools platform APIs.
A self-hostable MCP server for Cloudflare Workers with OAuth login support, using Cloudflare KV for storage.
Search and run capsules, execute pipelines, and manage data assets on the Code Ocean platform.