Skip to main content
Glama

eToro MCP Server

Official
by shlomico-tr
mcp.json2.18 kB
{ "name": "etoro-mcp-server", "version": "1.0.0", "description": "eToro portfolio tools for Claude", "server": { "command": "npm run start", "transport": "stdio" }, "tools": [ { "name": "fetch_etoro_portfolio", "description": "Fetch an eToro user's portfolio using their username", "input_schema": { "type": "object", "properties": { "username": { "type": "string", "description": "The eToro username" }, "authToken": { "type": "string", "description": "Optional: Authorization token for authenticated requests" } }, "required": ["username"] } }, { "name": "fetch_instrument_details", "description": "Fetch details for a list of eToro instruments", "input_schema": { "type": "object", "properties": { "instrumentIds": { "type": "array", "items": { "type": "number" }, "description": "List of instrument IDs to fetch details for" }, "fields": { "type": "array", "items": { "type": "string" }, "description": "Fields to include in the response", "default": ["displayname", "threeMonthPriceChange", "oneYearPriceChange", "lastYearPriceChange"] } }, "required": ["instrumentIds"] } }, { "name": "search_instruments", "description": "Search for eToro instruments by name prefix (autocomplete)", "input_schema": { "type": "object", "properties": { "namePrefix": { "type": "string", "description": "The prefix to search for in instrument names" }, "fields": { "type": "array", "items": { "type": "string" }, "description": "Fields to include in the response", "default": ["internalInstrumentId", "displayname", "internalClosingPrice"] } }, "required": ["namePrefix"] } } ] }

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/shlomico-tr/etoroPortfolioMCP'

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