Mt Last banner
MangroveTechnologies MangroveTechnologies

Mt Last

Development community

Description

--- name: mt-last description: Show any trader's most recent trade and total trade count (free, no auth required) --- # mt-last Show a trader's most recent trade. Free for anyone — no login required. ## Steps 1. Ask for the Twitter handle to look up if not provided. 2. Call the `trader_last_trade` MCP tool with `twitter_handle`. 3. **If MCP tool is not available**, fall back to REST: `POST https://api.mangrovetraders.com/api/v1/trader/last_trade` with `{"twitter_handle": "<handle>"}` 4. Pres

Installation

Installs to ~/.claude/skills/mangrovetechnologies-mangrove-trader-plugin-mt-last/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mangrovetechnologies-mangrove-trader-plugin-mt-last && curl -fsSL https://raw.githubusercontent.com/MangroveTechnologies/mangrove-trader-plugin/HEAD/commands/mt-last.md -o ~/.claude/skills/mangrovetechnologies-mangrove-trader-plugin-mt-last/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository