From b4bf6802ff897b7961695932005ac1b0e91763a0 Mon Sep 17 00:00:00 2001 From: AlvisoOculus Date: Sat, 13 Jun 2026 05:44:14 -0700 Subject: [PATCH] Add OptionsAhoy MCP server to Finance & Crypto --- docs/finance--crypto.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/finance--crypto.md b/docs/finance--crypto.md index f8205ceb9..27389d4c4 100644 --- a/docs/finance--crypto.md +++ b/docs/finance--crypto.md @@ -439,3 +439,4 @@ Servers dealing with financial data, stock markets, cryptocurrency exchanges/dat - [Etherscan MCP Server](https://github.com/friendlygeorge/etherscan-mcp-server) - Ethereum blockchain data: balances, transactions, contract ABIs, and token transfers. 12 tools. Free tier available. Install: `npx -y etherscan-mcp-server`. Transport: stdio. License: MIT. - [The Stall](https://github.com/thebrierfox/the-stall) - Domain-agnostic x402 pay-per-call capability chassis. Returns US stock prices ($0.030/call), concentration-risk scores for x402 wallets ($0.10/call), and settlement-verified market intelligence ($0.50/call) in USDC on Base mainnet. No API keys or accounts required. Live endpoint: https://the-stall.intuitek.ai - [signer-mcp](https://github.com/namixai/signer-mcp): Keyless CEX/DEX signing for AI trading agents — Binance, OKX, Bybit, KuCoin, Hyperliquid, Asterdex. Signing keys never leave an AWS Nitro Enclave (attested PCR0); agents receive policy-bounded signatures, not credentials. Built to survive prompt injection and supply-chain leaks. 5 tools, stdio. Install: `npx -y @usenami/signer-mcp`. Auth: API token bound to a per-asset / per-period policy. License: MIT. +- [OptionsAhoy](https://github.com/AlvisoOculus/optionsahoy-mcp): Multi-year equity-compensation tax optimization. Returns the globally-optimal incentive stock option (ISO) and alternative minimum tax (AMT) exercise schedule, non-qualified stock option (NSO) sell-vs-hold decision, restricted stock unit (RSU) vest plan, single-stock concentration sell-down, protective put and zero-cost collar pricing, and Section 1202 qualified small business stock (QSBS) qualification verdict. Covers the full federal tax code plus all 50 states and DC. Remote HTTP MCP at `https://optionsahoy.com/mcp`, no auth, no install. 6 tools.