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.PrintrFi/printr

NPM · @PRINTR/MCP · SCANNED SEP 20

Let AI agents create, discover, and track tokens across chains via Printr.

Available components

0 this week 75 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 Security81
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects sharp 0.34.5, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • 76 of 267 dependencies flagged as unhealthy (2 deprecated). View diagnostics → Partial
Provenance & Transparency45
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (Apache-2.0).Pass
  • Actively maintained (last published 125 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability72
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2144 tokens (~153/item across 14 items; 14 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • 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 Coverage97
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 90% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "printr_wallet_remove" implies "remove" 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 14 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.PrintrFi/printr MCP server?

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

npm · @printr/mcp

# add to Claude Code
claude mcp add printrfi-printr -- npx -y @printr/mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "printrfi-printr": {
      "command": "npx",
      "args": [
        "-y",
        "@printr/mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "printrfi-printr": {
      "command": "npx",
      "args": [
        "-y",
        "@printr/mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add printrfi-printr -- npx -y @printr/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "printrfi-printr": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@printr/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add printrfi-printr --command npx --arg -y --arg @printr/mcp
# ~/.hermes/config.yaml
mcp_servers:
  printrfi-printr:
    command: "npx"
    args: ["-y", "@printr/mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "printrfi-printr": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@printr/mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add printrfi-printr -t stdio -c npx -a -y @printr/mcp
// mcp.json
{
  "mcpServers": {
    "printrfi-printr": {
      "command": "npx",
      "args": [
        "-y",
        "@printr/mcp"
      ]
    }
  }
}
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
    • Security disclosure: fail → unverified functional
  • 18 Sept 26 +1

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

  • 17 Sept 26 −4
    • Stability: pass → 0.77 functional
  • 16 Sept 26 +1
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

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

  • 12 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 −3
    • Stability: pass → 0.83 functional
  • 10 Sept 26 +1
    • Stability: 0.97 → pass security
    • Security disclosure: unverified → fail functional
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/@printr/mcp@0.4.1

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 4 findings
ID CVE Severity Vector Fix available
GHSA-f88m-g3jw-g9cj high yes
GHSA-rgj7-g3m4-5g8c high yes
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 267 packages
Packages resolved 267
Deprecated 2
Stale 74
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 14 exposed · ~2,144 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
printr_create_token ~357

Create a new token on Printr. Returns an UNSIGNED transaction payload that must be signed by the creator's wallet and submitted on-chain. The payload will be EVM calldata or Solana instructions depending on the home chain. You need separate wallet infrastructure to sign and submit the transaction. Use printr_quote first to estimate costs. Supply image (base64) or image_path (local file path — auto-compressed). If neither is provided and OPENROUTER_API_KEY is set, an image is generated from the token name, symbol, and description. The response includes a token_id (telecoin ID, hex) which can be used to construct the trade page URL: https://app.printr.money/trade/{token_id}. Present this URL to the user after the transaction is confirmed.

NameTypeReqDescription
chainsarrayyesChains to deploy on
creator_accountsarrayyesOne creator address per chain being deployed to
descriptionstringyesToken description
external_linksobjectOptional external links for the token
graduation_threshold_per_chain_usdGraduation threshold in USD (default: 69000)
imagestringBase64-encoded image data (max 500KB). JPEG or PNG. Mutually exclusive with image_path.
image_pathstringAbsolute path to a local image file. The server reads, auto-compresses if needed, and encodes it. Mutually exclusive with image. If neither image nor image_path is provided and OPENROUTER_API_KEY is…
initial_buyobjectyes
namestringyesToken name
symbolstringyesToken ticker symbol
NameTypeReqDescription
payloadyesUnsigned transaction payload
quoteobjectyesFull cost breakdown
token_idstringyesCross-chain telecoin ID (hex)

No examples provided.

printr_get_deployments ~113

Check the deployment status of a Printr token across all its target chains. Returns per-chain status (pending, deploying, live, failed), contract addresses, transaction hashes, graduation progress, and cross-chain message details. Use this to monitor a token after creation.

NameTypeReqDescription
idstringyesTelecoin ID (hex, e.g. '0x3a7a8d...') or CAIP-10 address (e.g. 'eip155:8453:0x742d...')
NameTypeReqDescription
deploymentsarrayyesPer-chain deployment statuses

No examples provided.

printr_get_token ~102

Get details about a Printr token by its telecoin ID or CAIP-10 contract address. Returns name, symbol, description, image, creator addresses, deployed chains, bonding curve properties, and external links.

NameTypeReqDescription
idstringyesTelecoin ID (hex, e.g. '0x3a7a8d...') or CAIP-10 address (e.g. 'eip155:8453:0x742d...')
NameTypeReqDescription
chainsarrayyesCAIP-2 chain IDs
creatorAddressesarrayyesCAIP-10 creator addresses
curvePropertiesobjectyes
descriptionstringyes
externalLinksobject
idstringyesTelecoin ID (hex)
imageUrlstringyesURL to token image
namestringyes
symbolstringyes

No examples provided.

printr_launch_token ~406

Create a token and sign it in one call — collapses printr_create_token + printr_sign_and_submit_evm/svm or printr_open_web_signer into a single round-trip. Supply image (base64) or image_path (auto-compressed). If neither is provided and OPENROUTER_API_KEY is set, an image is auto-generated. With private_key: token is created and submitted on-chain immediately. Without private_key: token is created and a browser signing URL is returned. After submission, present the trade page URL: https://app.printr.money/trade/{token_id}.

NameTypeReqDescription
chainsarrayyesChains to deploy on
creator_accountsarrayyesOne creator address per chain being deployed to
descriptionstringyesToken description
external_linksobjectOptional external links for the token
graduation_threshold_per_chain_usdGraduation threshold in USD (default: 69000)
imagestringBase64-encoded image data (max 500KB). JPEG or PNG. Mutually exclusive with image_path.
image_pathstringAbsolute path to a local image file. Auto-compressed if needed. Mutually exclusive with image. If neither is provided and OPENROUTER_API_KEY is set, an image is generated automatically.
initial_buyobjectyes
namestringyesToken name
private_keystringPrivate key to sign immediately after token creation. EVM: hex (with or without 0x prefix). SVM: base58 64-byte keypair. WARNING: handle with care — never share or commit this value. If omitted, a br…
rpc_urlstringRPC endpoint override. EVM falls back to the chain's default public RPC. SVM defaults to https://api.mainnet-beta.solana.com.
symbolstringyesToken ticker symbol
NameTypeReqDescription
api_portnumberPort of the local session API
block_numberstringBlock number (as string)
confirmation_statusstringSolana confirmation level
expires_atnumberSession expiry timestamp (epoch ms)
quoteobjectyesFull cost breakdown
session_tokenstringEphemeral session token
signaturestringSolana transaction signature (base58)
slotnumberSlot the transaction was confirmed in
statusstringyesawaiting_signature: open the returned URL to sign. submitted: tx confirmed on-chain.
token_idstringyesCross-chain telecoin ID (hex)
tx_hashstringEVM transaction hash
tx_statusstringEVM transaction status
urlstringDeep link to the Printr web app signing page

No examples provided.

printr_open_web_signer ~206

Starts an ephemeral local signing session and returns a deep link to the Printr web app where the user can sign the transaction using their browser wallet (MetaMask / Phantom). Call this after printr_create_token when the user wants to sign via browser rather than providing a raw private key. Present the returned URL to the user and ask them to open it. After the user confirms they have signed, proceed to poll printr_get_deployments.

NameTypeReqDescription
chain_typestringyesChain type of the unsigned transaction
payloadyesFull unsigned tx payload returned by printr_create_token
rpc_urlstringOptional RPC endpoint override for signing
token_idstringyesTelecoin ID (hex) returned by printr_create_token
token_metaobjectToken metadata to display in the signing UI. Include name, symbol, description, and current image URL so the user can preview the token and optionally replace its image before signing.
NameTypeReqDescription
api_portnumberyesPort of the local session API
expires_atnumberyesSession expiry timestamp (epoch ms)
session_tokenstringyesEphemeral session token
urlstringyesDeep link to the Printr web app signing page

No examples provided.

printr_quote ~96

Get a cost estimate for creating a token on Printr. Returns itemized costs per chain, total cost in USD and native tokens, and the number of tokens from the initial buy. Use this before printr_create_token to understand costs.

NameTypeReqDescription
chainsarrayyesChains to deploy on
graduation_threshold_per_chain_usdGraduation threshold in USD (default: 69000)
initial_buyobjectyes
NameTypeReqDescription
assetsarrayyesInvolved assets
costsarrayyesItemized cost breakdown
idstringyesQuote identifier
initial_buy_amountstringToken amount from initial buy
routerstringyesRouting provider type
totalobjectyesAggregated total cost

No examples provided.

printr_sign_and_submit_evm ~181

Sign and submit an EVM transaction payload returned by printr_create_token. If no private_key is provided, the user will be prompted to select or provision a wallet. Returns the transaction hash and receipt once confirmed. After successful confirmation, present the trade page URL to the user: https://app.printr.money/trade/{token_id} using the token_id from the prior printr_create_token call.

NameTypeReqDescription
payloadobjectyes
private_keystringHex private key for the creator wallet (with or without 0x prefix). WARNING: handle with care — never share or commit this value. Falls back to EVM_WALLET_PRIVATE_KEY env var or interactive wallet se…
rpc_urlstringHTTP RPC endpoint for the target chain. Falls back to the chain's default public RPC if omitted.
NameTypeReqDescription
block_numberstringyesBlock number (as string)
statusstringyesTransaction status
tx_hashstringyesTransaction hash

No examples provided.

printr_sign_and_submit_svm ~171

Sign and submit a Solana transaction payload returned by printr_create_token. If no private_key is provided, the user will be prompted to select or provision a wallet. Returns the transaction signature once confirmed. After successful confirmation, present the trade page URL to the user: https://app.printr.money/trade/{token_id} using the token_id from the prior printr_create_token call.

NameTypeReqDescription
payloadobjectyes
private_keystringbase58-encoded 64-byte Solana keypair secret. WARNING: handle with care — never share or commit this value. If omitted, the user will be prompted to select or provision a wallet.
rpc_urlstringSolana RPC endpoint (default: https://api.mainnet-beta.solana.com)
NameTypeReqDescription
confirmation_statusstringyesConfirmation level
signaturestringyesTransaction signature (base58)
slotnumberyesSlot the transaction was confirmed in

No examples provided.

printr_wallet_bulk_remove ~48

Remove multiple wallets from the local keystore at once. Does not affect active wallets for the current session.

NameTypeReqDescription
wallet_idsarrayyesList of keystore wallet IDs to remove
NameTypeReqDescription
removed_countnumberyesNumber of wallets actually removed

No examples provided.

printr_wallet_import ~128

Import an existing private key as the active wallet for its chain. Optionally encrypt and save it to the local keystore by providing a label and password. The wallet is set active immediately.

NameTypeReqDescription
chainstringyesCAIP-2 chain ID
labelstringLabel for saving to keystore (required together with password)
passwordstringPassword to encrypt and save to keystore
private_keystringyesRaw private key — EVM: hex (with or without 0x), SVM: base58 64-byte keypair
NameTypeReqDescription
addressstringyesDerived wallet address
savedbooleanyesWhether the wallet was saved to the keystore
wallet_idstringKeystore wallet ID if saved

No examples provided.

printr_wallet_list ~48

List wallets saved in the local keystore (~/.printr/wallets.json). Private keys are never returned.

NameTypeReqDescription
chainstringFilter by CAIP-2 chain ID
NameTypeReqDescription
walletsarrayyes

No examples provided.

printr_wallet_new ~158

Generate a new wallet keypair for the given chain, encrypt it with a password, and save it to the local keystore (~/.printr/wallets.json). Returns the new address and wallet ID. The wallet is immediately set as the active wallet for its chain type. Fund the address with native tokens before signing transactions.

NameTypeReqDescription
chainstringyesCAIP-2 chain ID (e.g. 'solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp' or 'eip155:8453')
labelstringyesHuman-readable label for this wallet
passwordstringyesPassword used to encrypt the private key at rest
NameTypeReqDescription
addressstringyesNew wallet address
chainstringyesCAIP-2 chain ID
wallet_idstringyesKeystore wallet ID — use with printr_wallet_unlock

No examples provided.

printr_wallet_remove ~48

Remove a wallet from the local keystore. Does not affect the active wallet for the current session.

NameTypeReqDescription
wallet_idstringyesKeystore wallet ID — from printr_wallet_list
NameTypeReqDescription
okbooleanyes

No examples provided.

printr_wallet_unlock ~82

Decrypt a stored keystore wallet with its password and set it as the active wallet for its chain type. Once unlocked, signing tools use it automatically for the rest of the session (until the MCP server restarts).

NameTypeReqDescription
passwordstringyesDecryption password
wallet_idstringyesKeystore wallet ID — from printr_wallet_list
NameTypeReqDescription
addressstringyesWallet address
chainstringyesCAIP-2 chain ID

No examples provided.

Common questions

What is the io.github.PrintrFi/printr MCP server?

io.github.PrintrFi/printr is an MCP server listed in the public MCP registry as io.github.PrintrFi/printr. Let AI agents create, discover, and track tokens across chains via Printr. This page covers its npm package (@printr/mcp).

Is the io.github.PrintrFi/printr MCP server safe to use?

io.github.PrintrFi/printr scores 75 out of 100 on VerifyMCP. We recorded 4 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.PrintrFi/printr MCP server expose?

io.github.PrintrFi/printr exposes 14 tools: printr_quote, printr_create_token, printr_launch_token, printr_get_token, printr_get_deployments, and 9 more. Their descriptions and schemas cost roughly 2,144 tokens of context every time the server is loaded.

Is the io.github.PrintrFi/printr MCP server still maintained?

io.github.PrintrFi/printr 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.PrintrFi/printr MCP server under?

io.github.PrintrFi/printr declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.