Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"printr": {
"args": [
"-y",
"@printr/mcp@latest"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Let AI agents create, discover, and track tokens across chains via Printr.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'skills' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked skills against OSV.dev.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
A Model Context Protocol (MCP) server that provides AI assistants with direct access to the Spreedly payments API. Enables LLMs to manage gateways, process transactions, tokenize payment methods, and more, through structured, validated tool calls.
MCP server for InsightSentry financial data API - market data, options, screeners, and more
AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.
MCP Security Weekly
Get CVE alerts and security updates for Printr MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for Printr — the cross-chain token launchpad built for holders. Lets AI agents launch, stake, and graduate tokens across EVM chains and Solana.
No API key required. Works out of the box.
Add to your MCP client config (Claude Desktop, Cursor, etc.):
{
"mcpServers": {
"printr": {
"command": "npx",
"args": ["-y", "@printr/mcp@latest"]
}
}
}
Or with bunx:
{
"mcpServers": {
"printr": {
"command": "bunx",
"args": ["@printr/mcp@latest"]
}
}
}
In addition to the MCP config, install the Printr skill to give your agent built-in guidance on when and how to use these tools. Compatible with Claude Code, Cursor, Codex, OpenCode, and 50+ other runtimes.
npx skills add PrintrFi/printr-mcp
Preview without installing:
npx skills add PrintrFi/printr-mcp --list
The skill is auto-discovered from packages/cli/skills/printr/SKILL.md. See the skill definition for the full tool list and behavioral hints.
Set OPENROUTER_API_KEY and the agent will generate an image automatically when you create a token without supplying one. The printr_generate_image tool also becomes available for standalone image generation.
"env": {
"OPENROUTER_API_KEY": "<your-openrouter-key>"
}
By default, token creation returns an unsigned transaction that you sign via browser wallet or by passing a private key per call. If you want the agent to sign and submit without prompting, set a default key:
"env": {
"EVM_WALLET_PRIVATE_KEY": "<hex-private-key>",
"SVM_WALLET_PRIVATE_KEY": "<base58-keypair-secret>"
}
Keep private keys out of shared configs. Use environment-level secrets when possible.
| Tool | Description |
|---|---|
printr_quote | Get cost estimates for token creation |
printr_create_token | Generate an unsigned token creation tx payload |
printr_launch_token | Create and sign a token in one call |
printr_get_token | Look up token details by ID or address |
printr_get_deployments | Check deployment status across target chains |
printr_sign_and_submit_evm | Sign and submit an EVM tx payload |
printr_sign_and_submit_svm | Sign and submit a Solana tx payload |
[printr_open_web_signer](packages/mcp/ |