Printr

Introduction

Print tokens across chains — from TypeScript or from an AI agent.

Printr prints tokens across EVM chains and Solana. These are the developer docs — three surfaces over one core:

  • @printr/sdk — the TypeScript SDK. Pure blockchain + API functionality; runs on Node, Bun, and the browser.
  • @printr/mcp — an MCP server exposing the SDK's tools to Claude, Cursor, or any MCP-compatible agent.
  • @printr/cli — wires the MCP server into AI clients and installs agent skills.

The SDK is the single source of truth; the MCP server and CLI build on it.

Where to go next

For how Printr works as a product — bonding curve, fees, staking, supported chains — see the Printr docs.

On this page