A
securityA
licenseA
qualityEnables interaction with esa.io's API through the Model Context Protocol, supporting article search and retrieval with a compliant MCP interface.
Last updated -
3
548
33
TypeScript
MIT License
该服务器提供 MCP(模型上下文协议)工具,用于与 eToro 的公共 API 端点进行交互。它允许您:
使用用户名获取 eToro 用户的投资组合。该工具会自动将用户名内部转换为客户 ID (CID)。
参数:
username
:eToro 用户名authToken
(可选):经过身份验证的请求的授权令牌获取 eToro 工具列表的详细信息。
参数:
instrumentIds
:用于获取详细信息的仪器 ID 列表fields
(可选):响应中包含的字段(默认为displayname
、 threeMonthPriceChange
、 oneYearPriceChange
、 lastYearPriceChange
)按名称前缀搜索 eToro 工具(自动完成)。
参数:
namePrefix
:在仪器名称中搜索的前缀fields
(可选):响应中包含的字段(默认为internalInstrumentId
、 displayname
、 internalClosingPrice
)请注意,部分 eToro API 端点受 CORS 限制,应从服务器端环境调用。本服务器中的工具会在服务器端处理这些请求,以避免 CORS 问题。
服务器公开了一个用于访问这些工具的 REST API,可以从任何 HTTP 客户端调用:
使用fetch_etoro_portfolio
工具的示例:
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
提供用于与 eToro 公共 API 端点交互的模型上下文协议工具,允许用户获取投资组合、查找工具详细信息以及搜索工具,同时处理 CORS 限制。
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