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.
Interact with Shopify store data such as products, customers, and orders using the GraphQL API.
AniList MCP server for accessing AniList API data
A Model Context Protocol server built on Huawei Cloud services, providing secure and controlled cloud access for large AI models.
A remote MCP server deployable on Cloudflare Workers without authentication.
Retrieves user geolocation information using EdgeOne Pages Functions and exposes it via an MCP server.
Converts various file formats to Markdown using Cloudflare AI.
A server that connects to the Strava API, allowing language models to access Strava data and features.
Interact with Webflow APIs to list and edit your site and CMS data.
Access Alpha Vantage financial data APIs to get real-time and historical stock data, forex rates, and cryptocurrency information.
Manage Cloudflare DNS records for your domains.