loxcorp
v0.3.1
Published
Lox Corp CLI — live Robinhood Chain data, agent-launch tooling, and an MCP server, from your terminal.
Downloads
586
Maintainers
Readme
loxcorp
The Lox Corp CLI — live Robinhood Chain data, agent-launch tooling, and an MCP server, from your terminal.
npx loxcorp stats # live chain stats
npx loxcorp tokens # top tokens by holders
npx loxcorp gas # current gas prices
npx loxcorp txs # latest transactions
npx loxcorp launch # open the launcher, guided
npx loxcorp mcp # run as an MCP server (18 chain tools)All data is read live from the Robinhood Chain explorer. No keys, no config, no telemetry.
MCP server
loxcorp mcp speaks the Model Context Protocol over stdio, exposing
18 live Robinhood Chain tools (get_stats, get_gas, get_tokens, get_token, get_token_holders,
search, get_transaction, get_address, get_launch_guide, …) to any MCP-capable editor or agent host.
Zero dependencies.
Add it to a client that reads MCP server configs (e.g. Claude Desktop, Cursor):
{
"mcpServers": {
"loxcorp": { "command": "npx", "args": ["-y", "loxcorp", "mcp"] }
}
}Your agent can now read the whole chain in real time — no API keys required.
Site: https://loxcorp.com
