mcpbeat Sign in

1lystore MCP Server

local only

1lystore runs on your own machine — the client starts it, so there is no endpoint to ping. 66 installs a week from npm. Last commit 5 Mar 2026.

MCP server for 1ly.store — buy/sell APIs and launch tokens on Bags.fm with USDC & $1LY.

Installs per day peak 30 · avg 11 · +3% w/w
a month agotoday
66
Installs / week
npm · @1ly/mcp-server
3
Stars
1 open issues
5 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check 1lystore every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server -- npx -y @1ly/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@1ly/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@1ly/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@1ly/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@1ly/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ONELY_WALLET_SOLANA_KEY (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.), ONELY_WALLET_EVM_KEY (Path to EVM private key file or 0x-prefixed hex string. Required for payments on Base network.), ONELY_API_KEY (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.), ONELY_WALLET_PROVIDER (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).), ONELY_NETWORK (Preferred blockchain network for payments. 'solana' (default) or 'base'. Determines which wallet is used when an API supports both networks.), ONELY_SOLANA_RPC_URL (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.), ONELY_BUDGET_PER_CALL (Maximum USD amount allowed per single paid API call. Defaults to 1.00. The server will refuse any call priced above this limit.), ONELY_BUDGET_DAILY (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.), ONELY_BUDGET_STATE_FILE (Path to the local JSON file used to track daily spending. Defaults to ~/.1ly-mcp-budget.json. Created automatically with owner-only permissions (0600).), ONELY_SOLANA_DRY_RUN (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.), ONELY_API_BASE (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to 1lystore

same job, measured the same way
Obsd Launchpad
by lordbasilaiassistant-sudo

MCP server for AI agents to deploy tokens on Base. One command launch, earn OBSD forever.

51 installs/wk local only
Minia2a MCP
by minia2a

MCP server for minia2a.uk — discover and call 1,600+ x402 pay-per-call APIs with USDC payments.

local only
Base Token Sniper
by lordbasilaiassistant-sudo

MCP server to discover and trade new token launches on Base chain.

203 installs/wk local only
MCP Address History
by cryptoapis-io

MCP server for full transaction and token history on EVM and UTXO addresses via Crypto APIs

76 installs/wk local only
Odoo MCP
by nicolasramos

MCP server for Odoo 18 with 38 business tools

102 installs/wk local only
BagOS
by edycutjong

MCP server for Bags on Solana: token analytics, trade quotes, and gated write operations.

83 installs/wk local only
Bazos MCP
by andrijdavid

MCP server for interacting with Bazos.cz and Bazos.sk

33 installs/wk local only
M2mcent
by evozim

x402 payment wrapper for AI Agents and MCP Servers. USDC settlements on Base L2.

82 installs/wk local only

1lystore — questions

Answers built from our own checks of this server.

Why is there no uptime for 1lystore?
1lystore runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @1ly/mcp-server was installed 66 times last week.
How do I connect 1lystore?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @1ly/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use 1lystore?
The npm package @1ly/mcp-server was installed 66 times in the last week. Week over week that is +3%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is 1lystore open source?
Yes — it is published under the MIT licence, written in TypeScript, 3 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.