mcpbeat Sign in

Solinkify MCP Server

by solinkify Your server? Claim it
local only

Solinkify runs on your own machine — the client starts it, so there is no endpoint to ping. 120 installs a week from npm.

Pay for x402 paywalls, datasets, and store checkouts on Solana, behind hard spending caps.

Installs per day peak 47 · avg 20 · +30% w/w
a month agotoday
120
Installs / week
npm · @solinkify/mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Solinkify 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 -- npx -y @solinkify/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@solinkify/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@solinkify/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@solinkify/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@solinkify/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SOLINKIFY_WALLET_PATH (Path to the agent's Solana JSON keypair (solana-keygen new -o agent-keypair.json). Needed by the tools that spend; discovery and search tools run without it.), SOLINKIFY_MAX_PAYMENT_USD (Hard cap for a single payment in USD (default 1)), SOLINKIFY_DAILY_CAP_USD (Hard cap for total spend per UTC day in USD (default 10)), SOLINKIFY_OWNER_WALLET (Owner mode (ADR-008): base58 address of the wallet that funds pay_checkout through its on-chain SpendAuthority. The agent signs but never holds the owner's funds; per-payment cap, daily ceiling and revoke are enforced by the Solana program. Unset means payments come from the agent wallet.), SOLINKIFY_NETWORK (devnet (default) or mainnet-beta), SOLANA_RPC_URL (Custom Solana RPC endpoint (defaults to the network's public RPC)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Solinkify

same job, measured the same way
Facet UCP Shopping
by facet

The independent agent-commerce protocol for AI-agent checkout on any online store.

23 tools answering
AgentPay (Russia)
by zapnikita95

RU merchant catalog for AI agents: price, stock, ProductCard. Controlled checkout. Not x402.

34 tools answering
Payments AI MCP
by szarl

Launch products and branded checkouts on Payments AI, the Merchant of Record for AI-built apps.

72 installs/wk local only
Payments AI MCP
by payments-managed

Launch products and branded checkouts on Payments AI, the Merchant of Record for AI-built apps.

answering
Agentorist
by agentorist

Booking gateway for AI agents — discover events, movies & hotels, hand off to partner checkout.

7 tools answering
ANAMIZED Desk
by anamized

Agent floor and MCP market: catalog, rack, Stripe checkout, x402, A2A.

29 tools answering
SendaMeal Storefront
by sendameal

Search gift meals and send them as gifts. Live catalog, cart, and guest checkout for SendaMeal.

6 tools answering
Continuum
by blacklabelbots-continuum

Agent continuity audits, referrals, sponsor packets, and Stripe Checkout for Continuum.

5 tools answering

Solinkify — questions

Answers built from our own checks of this server.

Why is there no uptime for Solinkify?
Solinkify 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 @solinkify/mcp was installed 120 times last week.
How do I connect Solinkify?
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 @solinkify/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Solinkify?
The npm package @solinkify/mcp was installed 120 times in the last week. Week over week that is +30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.