Odel
1ly mcp server

1ly mcp server

Local
@1lystore3TypeScriptMITUpdated 6mo ago

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).

npm@1ly/mcp-serverv0.1.7

Run

npx -y @1ly/mcp-server

MCP client config

{
  "mcpServers": {
    "1ly-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@1ly/mcp-server"
      ]
    }
  }
}