Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.1lystore/mcp-server

NPM · @1LY/MCP-SERVER · SCANNED SEP 20

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

Available components

0 this week 76 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security90
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects uuid 8.3.2, reached via @solana/web3.js > jayson > uuid. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • 50 of 184 dependencies flagged as unhealthy (2 deprecated). View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability66
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1608 tokens (~69/item across 23 items; 23 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage87
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 61% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "1ly_delete_link" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 23 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.1lystore/mcp-server server?

io.github.1lystore/mcp-server runs locally as an npm package, launched with npx -y @1ly/mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @1ly/mcp-server

# add to Claude Code
claude mcp add 1lystore-mcp-server -- npx -y @1ly/mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "1lystore-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@1ly/mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "1lystore-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@1ly/mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add 1lystore-mcp-server -- npx -y @1ly/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "1lystore-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@1ly/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add 1lystore-mcp-server --command npx --arg -y --arg @1ly/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  1lystore-mcp-server:
    command: "npx"
    args: ["-y", "@1ly/mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "1lystore-mcp-server": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@1ly/mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add 1lystore-mcp-server -t stdio -c npx -a -y @1ly/mcp-server
// mcp.json
{
  "mcpServers": {
    "1lystore-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@1ly/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 17 Sept 26 0
    • Stability: 0.97 → pass security
  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 10 Sept 26 0
    • Stability: 0.97 → pass security
  • 9 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/@1ly/mcp-server@0.1.7

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Vulnerabilities 2 findings
ID CVE Severity Vector Fix available
GHSA-528h-pc64-c93x CVE-2026-71429 medium CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H yes
GHSA-w5hq-g745-h8pq CVE-2026-41907 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N yes

Background: What a vulnerability scan can and cannot prove →

Dependencies 184 packages
Packages resolved 184
Deprecated 2
Stale 48
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 23 exposed · ~1,608 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
1ly_call ~101

Call a paid API on 1ly.store with automatic x402 payment. Returns the API response and purchase metadata for leaving a review.

NameTypeReqDescription
bodyobjectRequest body for POST/PUT/PATCH requests
endpointstringyesAPI endpoint (e.g., 'joe/weather' or '/api/link/joe/weather')
headersobjectAdditional headers to send
methodstringHTTP method (default: GET)

No output schema declared.

No examples provided.

1ly_claim_fees ~52

Claim Bags fee share for a token (Bags only).

NameTypeReqDescription
platformstring
tokenMintstringyesToken mint address
walletstringOverride wallet address

No output schema declared.

No examples provided.

1ly_create_key ~35

Create a new API key for the authenticated agent store (requires ONELY_API_KEY).

NameTypeReqDescription
namestring

No output schema declared.

No examples provided.

1ly_create_link ~103

Create a new API link (paid or free) using your 1ly developer API key.

NameTypeReqDescription
currencystring
descriptionstring
isPublicboolean
isStealthboolean
pricestring
slugstring
titlestringyes
urlstringyes
webhookUrlstringOptional webhook URL for purchase events

No output schema declared.

No examples provided.

1ly_create_store ~55

Create a new store for your agent on 1ly using wallet signature.Returns store + API key.

NameTypeReqDescription
avatarUrlstring
displayNamestring
usernamestring

No output schema declared.

No examples provided.

1ly_delete_link ~31

Delete an API link by id (requires ONELY_API_KEY).

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

1ly_get_details ~58

Get detailed information about a specific API on 1ly.store, including pricing, reviews, and payment info.

NameTypeReqDescription
endpointstringyesAPI endpoint path (e.g., 'joe/weather' or '/api/link/joe/weather')

No output schema declared.

No examples provided.

1ly_get_stats ~38

Get store or link stats (requires ONELY_API_KEY).

NameTypeReqDescription
linkIdstring
periodstring

No output schema declared.

No examples provided.

1ly_launch_token ~190

Launch a token on Bags.fm (v2 flow). Handles metadata, fee config, launch tx, signing, and submission.

NameTypeReqDescription
descriptionstringToken description
feeClaimersarrayFee claimers (provider + username + bps)
imageBase64stringBase64 image (optional)
imageUrlstringImage URL (preferred)
initialBuySolnumberInitial buy amount in SOL (optional, default 0)
namestringyesToken name
platformstringToken launch platform (currently only 'bags')
share_feenumberMarketplace fee in bps (10000 = 100%)
symbolstringyesToken symbol
telegramstringTelegram URL
twitterstringTwitter/X URL
websitestringWebsite URL

No output schema declared.

No examples provided.

1ly_list_keys ~26

List API keys for the authenticated agent store (requires ONELY_API_KEY).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

1ly_list_links ~25

List API links for the authenticated store (requires ONELY_API_KEY).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

1ly_list_tokens ~63

List tokens launched by a wallet (Bags only; public listing by wallet address).

NameTypeReqDescription
creatorWalletstringOverride wallet address
limitnumberMax results (default 10, max 200)
platformstring

No output schema declared.

No examples provided.

1ly_list_withdrawals ~55

List withdrawal requests for your store (requires ONELY_API_KEY).

NameTypeReqDescription
cursorstringPagination cursor from previous response
limitnumberMax items (default 25, max 100)

No output schema declared.

No examples provided.

1ly_review ~105

Leave a review for a completed purchase on 1ly.store. Use the purchaseId and reviewToken from the _1ly metadata returned by 1ly_call.

NameTypeReqDescription
commentstringOptional review comment (max 500 characters)
positivebooleanyestrue for positive review, false for negative
purchaseIdstringyesPurchase ID from _1ly.purchaseId
reviewTokenstringyesReview token from _1ly.reviewToken

No output schema declared.

No examples provided.

1ly_revoke_key ~36

Revoke an API key for the authenticated agent store (requires ONELY_API_KEY).

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

1ly_search ~122

Search for APIs and services on 1ly.store marketplace. Find APIs by keyword, filter by type and price.

NameTypeReqDescription
limitnumberNumber of results (default: 10, max: 50)
maxPricenumberMaximum price in USD
minPricenumberMinimum price in USD
querystringyesSearch term (e.g., 'weather api', 'image generation')
typestringFilter by link type: 'api' for API endpoints, 'standard' for digital products

No output schema declared.

No examples provided.

1ly_trade_quote ~89

Get a Bags trade quote without executing a swap (Bags only).

NameTypeReqDescription
amountstringyesAmount in smallest units
inputMintstringyesInput token mint
outputMintstringyesOutput token mint
platformstring
slippageBpsnumberManual slippage (bps)
slippageModestring

No output schema declared.

No examples provided.

1ly_trade_token ~84

Trade tokens on Bags (Bags only).

NameTypeReqDescription
amountstringyesAmount in smallest units
inputMintstringyesInput token mint
outputMintstringyesOutput token mint
platformstring
slippageBpsnumberManual slippage (bps)
slippageModestring

No output schema declared.

No examples provided.

1ly_update_avatar ~92

Update your store avatar image (requires ONELY_API_KEY).

NameTypeReqDescription
avatarUrlstringPublic image URL to use as avatar
filenamestringOptional filename (default: avatar.png)
imageBase64stringBase64-encoded image bytes
mimeTypestringImage MIME type (image/png, image/jpeg, image/webp, image/gif)

No output schema declared.

No examples provided.

1ly_update_link ~91

Update an API link by id (requires ONELY_API_KEY).

NameTypeReqDescription
descriptionstring
idstringyes
isPublicboolean
isStealthboolean
pricestring
slugstring
titlestring
urlstring
webhookUrlstring

No output schema declared.

No examples provided.

1ly_update_profile ~62

Update basic store profile details (requires ONELY_API_KEY).

NameTypeReqDescription
biostringShort bio (max 160 chars)
displayNamestringPublic display name
usernamestringNew username (lowercase, underscores)

No output schema declared.

No examples provided.

1ly_update_socials ~31

Update socials for your store (requires ONELY_API_KEY).

NameTypeReqDescription
socialsarrayyes

No output schema declared.

No examples provided.

1ly_withdraw ~64

Request a withdrawal of your available balance to a Solana wallet (requires ONELY_API_KEY).

NameTypeReqDescription
amountstringyesAmount in USDC (e.g. '1.25')
walletAddressstringyesSolana wallet address to receive funds

No output schema declared.

No examples provided.

Common questions

What is the io.github.1lystore/mcp-server server?

io.github.1lystore/mcp-server is listed in the public MCP registry as io.github.1lystore/mcp-server. MCP server for 1ly.store, buy/sell APIs and launch tokens on Bags.fm with USDC & $1LY. This page covers its npm package (@1ly/mcp-server).

Is the io.github.1lystore/mcp-server server safe to use?

io.github.1lystore/mcp-server scores 76 out of 100 on VerifyMCP. We recorded 2 known advisories against it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.1lystore/mcp-server server expose?

io.github.1lystore/mcp-server exposes 23 tools: 1ly_search, 1ly_get_details, 1ly_call, 1ly_review, 1ly_create_link, and 18 more. Their descriptions and schemas cost roughly 1,608 tokens of context every time the server is loaded.

Is the io.github.1lystore/mcp-server server still maintained?

io.github.1lystore/mcp-server is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.1lystore/mcp-server server under?

io.github.1lystore/mcp-server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.