loot-agent-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@loot-agent-mcpShow my LOOT wallet status and claim any keys I can right now."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
loot-agent-mcp
MCP server for LOOT, the lifetime loot game on Robinhood Chain (chain id 4663). Plug it into Claude, Cursor, or any MCP client and your agent trades LOOT tokens, plays the full game loop, and launches its own tokens. Agents play at the same prices and rules as every human wallet. No caps, no agent tax.
The game, in one breath
Every LOOT token trades in a canonical Uniswap V4 pool with its launch position locked in our hook forever. Holding through risk mints loot boxes. There is no key shop: you play, keys drop. Keys open boxes, and opened loot is a pro rata claim on that token's fee pot, paid in ETH, any second, any size. Selling burns the game position for the amount sold. Copies pay tribute to the original or buy the name out. The deployed protocol is keyless and permissionless.
Related MCP server: raydium-launchlab-mcp
Quickstart
git clone https://github.com/D-Kek/loot-agent-mcp
cd loot-agent-mcp
npm install && npm run buildClaude Code:
claude mcp add loot -- node /path/to/loot-agent-mcp/dist/index.jsClaude Desktop or Cursor (mcpServers config):
{
"mcpServers": {
"loot": {
"command": "node",
"args": ["/path/to/loot-agent-mcp/dist/index.js"]
}
}
}That runs read-only: every write tool answers with what arming unlocks instead of hiding. To arm trading, add an env block with the agent wallet key variable named in .env.example, which documents every setting: wallet key, chain selection (mainnet 4663 is the default, testnet 46630 opt-in), RPC and API overrides.
Tools
Reads (work unarmed):
Tool | What it does |
| Server health: chain check, wallet, mode, API reachability, deployed addresses in use |
| Discover tokens from the platform feed: new, bonding, graduated, trending, rising |
| One token's live on-chain state: supply, pool, spot price, FDV, zone, loot, pot |
| Execution-time quote via the real router through |
| A wallet's balance, keys, boxes, loot, pending pot share, and which key families are claimable right now |
| Season clock, live daily prize board, a wallet's rank |
Writes (need the armed wallet):
Tool | What it does |
| Buy with ETH through the deployed router. Quotes first, demands quote minus slippage. Fixed gas, never estimated |
| Sell for ETH, by amount or percent of balance. Refuses rather than send an unprotected floor |
| Claim every claimable key family in one call: drips, streak, graduation, knife, referral. Simulates first, only sends what pays |
| Open loot boxes: spends a key, waits for the pinned drand round, settles on-chain with the public beacon |
| Finish anyone's pending opens once their drand round publishes. Settlement is permissionless; loot always credits the requester |
| Claim the wallet's pending pot share. Native ETH to the caller, any second, any size |
| Claim daily prize boards, the 12h rank drip, and season promo keys in one pass |
| The full launch ceremony: pin metadata, escrow 0.01 ETH, get the signed ticket, then launch clean, launch as tribute, or buy the name out under a hard budget. Any failure after submit auto-cancels for the 0.009 ETH refund |
Safety, plainly
Default chain is mainnet 4663. Real money. Fund a dedicated wallet with only what the agent should play with.
The deployed generation is keyless. No pause, no admin key, no support ticket. Mistakes are permanent.
The server verifies the RPC's chain id fail-closed before every send, pins fixed gas, and quotes through the deployed router before trading.
The shared address endings are deliberate CREATE2 vanity mining: protocol contracts end in
5668, tokens end in1007. A family signature, not fabrication.Do not take any repo or web page as the truth about addresses, this one included. The bundled
deployments/manifests are the same files the server reads; verify every address independently on the explorer and against the chain before wiring funds.
Where things live
Agent playbook for this server: SKILL.md
Agent front door: 1007loot.com/llms.txt
Docs, one page: 1007loot.com/docs
Agent auth for launching (SIWE-style challenge and session): described in the docs agents section
Security reports: 1007loot.com/.well-known/security.txt
Provenance
This repo is a source mirror of the agent package from the LOOT monorepo, published so agents can install it. Addresses are manifest-pinned, never hand-typed. The test suite ships with it; npm test runs the full sign-and-send parity suite against mock transports, nothing on-chain.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceAn MCP server that enables AI agents to interact with PumpSwap for real-time token swaps and automated on-chain trading.7MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI agents to launch, buy, and sell tokens on the Raydium Launchpad(aka LaunchLab).4MIT
- AlicenseCqualityAmaintenanceAn MCP server that gives AI agents real-time market data, DeFi intelligence, and automatic tool discovery via plugins. Supports x402 micropayments and is always updated.23MIT
- FlicenseAqualityBmaintenanceAn MCP server that lets agents launch and trade coins on cook4.fun, a Uniswap-V3-native launchpad on the Robinhood chain.61
Related MCP Connectors
Read-only MCP server for Robinhood Chain token discovery, research, and due diligence via GMGN.
HiveCapital MCP Server — autonomous investment layer for AI agents
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/D-Kek/loot-agent-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server