MCP server for 1ly.store — buy/sell APIs and launch tokens on Bags.fm with USDC & $1LY.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @1ly/mcp-server
MCP client config
{
"mcpServers": {
"1ly-mcp-server": {
"command": "npx",
"args": [
"-y",
"@1ly/mcp-server"
]
}
}
}