MCP server for 1ly.store — buy/sell APIs and launch tokens on Bags.fm with USDC & $1LY.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@1ly/mcp-server · npm · 0.1.7
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.1lystore/mcp-server",
"description": "MCP server for 1ly.store — buy/sell APIs and launch tokens on Bags.fm with USDC & $1LY.",
"repository": {
"url": "https://github.com/1lystore/1ly-mcp-server",
"source": "github"
},
"version": "0.1.7",
"packages": [
{
"registryType": "npm",
"identifier": "@1ly/mcp-server",
"version": "0.1.7",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to Solana keypair JSON file (e.g. /home/user/.1ly/wallets/solana.json) or inline JSON byte array. Required for paid API calls and token tools (launch, trade, claim). Note: Claude Desktop does not expand ~, use absolute paths.",
"format": "string",
"isSecret": true,
"name": "ONELY_WALLET_SOLANA_KEY"
},
{
"description": "Path to EVM private key file or 0x-prefixed hex string. Required for payments on Base network.",
"format": "string",
"isSecret": true,
"name": "ONELY_WALLET_EVM_KEY"
},
{
"description": "1ly.store seller API key. Auto-saved locally after running the 1ly_create_store tool — you do not need to set this manually. Required for seller tools: manage links, stats, withdrawals, keys, and profile.",
"format": "string",
"isSecret": true,
"name": "ONELY_API_KEY"
},
{
"description": "Wallet provider to use. 'raw' (default) uses local key files via ONELY_WALLET_SOLANA_KEY or ONELY_WALLET_EVM_KEY. 'coinbase' uses Coinbase Agentic Wallet (Base network only, requires the wallet app running locally).",
"format": "string",
"name": "ONELY_WALLET_PROVIDER"
},
{
"description": "Preferred blockchain network for payments. 'solana' (default) or 'base'. Determines which wallet is used when an API supports both networks.",
"format": "string",
"name": "ONELY_NETWORK"
},
{
"description": "Solana RPC endpoint URL. Defaults to https://api.mainnet-beta.solana.com. Use a private RPC (e.g. Helius, Quicknode) for better reliability and rate limits.",
"format": "string",
"name": "ONELY_SOLANA_RPC_URL"
},
{
"description": "Maximum USD amount allowed per single paid API call. Defaults to 1.00. The server will refuse any call priced above this limit.",
"format": "string",
"name": "ONELY_BUDGET_PER_CALL"
},
{
"description": "Maximum total USD spending per calendar day (UTC). Defaults to 50.00. Resets at UTC midnight. The server will refuse calls that would exceed this limit.",
"format": "string",
"name": "ONELY_BUDGET_DAILY"
},
{
"description": "Path to the local JSON file used to track daily spending. Defaults to ~/.1ly-mcp-budget.json. Created automatically with owner-only permissions (0600).",
"format": "string",
"name": "ONELY_BUDGET_STATE_FILE"
},
{
"description": "Set to '1' to simulate Solana transactions without broadcasting to the blockchain. Returns a fake signature. Use for testing only — no real payments will be made.",
"format": "string",
"name": "ONELY_SOLANA_DRY_RUN"
},
{
"description": "Override the 1ly.store API base URL. Defaults to https://1ly.store. Only http://localhost:PORT is accepted as an alternative (for local development). Do not change in production.",
"format": "string",
"name": "ONELY_API_BASE"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-02-18T19:55:13.366521Z",
"publishedAt": "2026-02-18T19:55:13.366521Z",
"updatedAt": "2026-02-18T19:55:13.366521Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.7last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.