odd-lot-tender

frankljbe/odd-lot-tender
★ 0 stars Python 🤖 AI/LLM Updated 4d ago
Claude Code skill + MCP server for surfacing odd-lot tender offer arbitrage opportunities via SEC EDGAR
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "odd-lot-tender": {
      "command": "uvx",
      "args": [
        "odd-lot-tender"
      ]
    }
  }
}

Or install with pip: pip install odd-lot-tender

README Excerpt

A Claude Code skill that finds **odd-lot tender offer** opportunities filed with the SEC and computes the expected return on tendering a full odd lot. When a company makes a tender offer, it often includes an **odd-lot priority provision**: holders of fewer than 100 shares who tender *all* of their shares

Tools (1)

CLAUDE_CODE_OAUTH_TOKEN