From 05d3c36c7e21d30eb066881179385f10ca28405c Mon Sep 17 00:00:00 2001 From: AlvisoOculus <152841708+AlvisoOculus@users.noreply.github.com> Date: Tue, 16 Jun 2026 15:43:19 -0700 Subject: [PATCH] add: add OptionsAhoy MCP server to community resources --- README.md | 1 + cspell.json | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f09a2a..954335c 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ Join our community on [Discord](https://discord.gg/3XFf78nAx5) (badge above) or - [windsurfrules by kinopeee](https://github.com/kinopeee/windsurfrules) - [windsurfrules_by_kamusis](https://github.com/kamusis/windsurf_memories) +- [OptionsAhoy MCP](https://github.com/AlvisoOculus/optionsahoy-mcp) - Free, keyless MCP server and REST API for US equity-compensation tax planning (ISO/AMT exercise timing, NSO, RSU, QSBS, single-stock concentration, protective puts) across federal tax and all 50 states. Ships a drop-in Windsurf config kit. ## Community Prompts diff --git a/cspell.json b/cspell.json index 975e199..de828ee 100644 --- a/cspell.json +++ b/cspell.json @@ -17,7 +17,14 @@ "RAII", "mcpservers", "kinopeee", - "kamusis" + "kamusis", + "OptionsAhoy", + "AlvisoOculus", + "keyless", + "QSBS", + "AMT", + "NSO", + "RSU" ], "ignorePaths": ["node_modules/**", "package.json", "package-lock.json"], "allowCompoundWords": true,