easy-equities-mcp
Related Servers
Alternatives to easy-equities-mcp
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityCmaintenanceAn MCP server that turns Interactive Brokers into a question-answering portfolio analyst.4-
- AlicenseNot gradedqualityFmaintenanceMCP server for accessing and managing Banktivity personal finance data, enabling account, transaction, and budget operations through natural language.3MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables interaction with Interactive Brokers TWS/Gateway via natural language for portfolio management and market data retrieval. It provides tools for account summaries, historical data, and a secure two-step confirmation process for placing and canceling orders.6MIT

wealthapi-mcpofficial
AlicenseAqualityBmaintenanceMCP server that enables AI assistants to answer portfolio questions about a wealthAPI account, with read-only tools for accounts, transactions, investments, dividends, and market data.2135 npmMIT- AlicenseAqualityAmaintenanceAn MCP server that wraps the Tiingo financial data API, enabling access to stocks, forex, crypto, news, fundamentals, and corporate actions through natural language.1711MIT
- AlicenseBqualityBmaintenanceRead-only MCP server for accessing Spark/Ordernet brokerage accounts, including Meitav Trade, Psagot, IBI, Nesua, and Gaon. Enables querying holdings, transactions, orders, returns, security lookup, price history, standing orders, and market news via natural language.111MIT
TDQS
Scored across 9 tools
Most tools are clearly distinct (list_sessions vs list_accounts vs get_holdings), but refresh_session and refresh_all_sessions overlap in purpose (one is a subset of the other), and get_transactions vs get_transactions_for_period are similar except for the date range. Descriptions mitigate ambiguity well.
All tool names follow a consistent verb_noun pattern in snake_case: list_*, refresh_*, get_*. The verbs clearly reflect the action, and no mixed naming conventions or style inconsistencies are present.
With 9 tools, the server is well-scoped for its apparent purpose of managing sessions and retrieving account/investment data. Each tool earns its place, and the count is neither sparse nor overwhelming.
The tool surface covers session management, account listing, holdings, valuations, transactions, and historical prices—a solid read-only domain. Minor gaps exist, such as no account detail endpoint or instrument search, but agents can complete common workflows without major dead ends.