Printr
Launch cross-chain tokens from TypeScript or from an AI agent. One SDK for EVM chains and Solana, wrapped in an MCP server and a CLI.
launch.ts
import { , , } from "@printr/sdk";
const = ({
: .,
: .,
});
const = await (
{
: ["eip155:8453:0xYourAddress"],
: "My Token",
: "MINE",
: "A cross-chain token.",
: ["eip155:8453"],
: { : 10 },
: "./logo.jpg",
},
,
);
.(
() => .("unsigned payload ready", ),
() => .(),
);Cross-chain token launches
Create tokens across EVM chains and Solana from a single, typed SDK — chain metadata, CAIP identifiers, and protocol fees handled for you.
SDK + MCP + CLI
A pure TypeScript SDK, an MCP server that exposes it to AI agents, and a CLI to wire everything up. One source of truth, three surfaces.
Human-gated signing
Browser wallet approval per transaction, or an encrypted local keystore you unlock for a session. You stay in control of every signature.
Agent-ready
Every tool ships Zod-validated input and output schemas. Drop the MCP server into Claude, Cursor, or any MCP client and start launching.