drcrinkle/stockshotgun-rsa
v0.1.0MIT
Reverse-split-arbitrage operator: multi-broker order fan-out, RSA position ledger, and human-gated buy/sell workflows over the ssg-router MCP.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
ssg-routerstdio
{
"type": "stdio",
"command": ".venv/bin/python",
"args": [
"-m",
"agentic.router"
],
"cwd": "${PLUGIN_ROOT}/..",
"env": {
"PYTHONPATH": "${PLUGIN_ROOT}/../src"
}
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "stockshotgun-rsa",
"version": "0.1.0",
"description": "Reverse-split-arbitrage operator: multi-broker order fan-out, RSA position ledger, and human-gated buy/sell workflows over the ssg-router MCP.",
"license": "MIT",
"homepage": "https://github.com/DrCrinkle/StockShotGun",
"repository": "https://github.com/DrCrinkle/StockShotGun",
"keywords": [
"trading",
"reverse-split",
"arbitrage",
"mcp",
"brokers"
]
}