This repository was archived by the owner on May 27, 2026. It is now read-only.
docs: add Related Projects section — fortress-mcp companion server for IBKR traders#19
Open
citychip wants to merge 1 commit into
Open
docs: add Related Projects section — fortress-mcp companion server for IBKR traders#19citychip wants to merge 1 commit into
citychip wants to merge 1 commit into
Conversation
fortress-mcp (https://github.com/citychip/fortress-mcp) is a complementary MCP server for IBKR options traders. It connects Claude Desktop to a live IBKR portfolio via the Fortress Dashboard, providing portfolio-level context (positions, stop-loss signals, roll candidates, pre-trade gates) that quantdata-mcp's market-wide data alone cannot supply. Adds a comparison table and combined claude_desktop_config.json example showing how to run both servers together.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a Related Projects section to the README (placed before Contributing) that mentions fortress-mcp as a complementary MCP server for IBKR options traders.
Why
The two servers solve different halves of the same problem for options traders:
Running both together lets Claude answer questions that span market structure and portfolio context in a single prompt — e.g. "Check my MSFT PMCC stop-loss status and show me the current GEX walls."
What was added
claude_desktop_config.jsonexample showing both servers configured togetherNo code changes — docs only.