Seamless Literature Generation & Sync
The Model Context Protocol (MCP) acts as the interactive bridge between your local AI model (like Claude Desktop) and our platform APIs. When the AI uses tools to generate files, they are safely routed through our API, stored, and compiled directly under your wallet identity.
API Pipeline Sync Flow
tools/call generateCover { prompt: "Cozy library" }POST /api/generate-cover ➜ Uploading to IPFS...db.aiContent.create({ userId: "0x123", ... })Synced successfully! Shows up in website portfolio.AI Cover Art Generator
Generate professional book cover art assets using advanced diffusion models dynamically called via MCP.
E-Book Content Writer
Draft full book outlines, write chapters, and write summary metadata using generative LLMs through simple tool prompts.
Audiobook Synthesis
Narrate written text into natural audiobook files using the integrated ElevenLabs voice engine via the server.
Vector Document Search
Semantic search across platform documentation, books, and articles using high-dimensional embeddings.
Unified Sync Pipeline
All assets created via local LLM tool commands upload automatically to IPFS/database and sync to the user's dashboard.
Key Authorization
Generate a custom API key to authenticate local LLM client requests securely with your Flow profile.
Install the CLI
One line — auth, uploads, and polling are handled for you.
npm install -g @publishednft/cliSign in
Opens a browser, takes 5 seconds. Run publishednft login to authenticate.
publishednft auth loginPlug skills into your agent
Works with Claude Code, Cursor, Codex, and 12+ other agents.
npx @publishednft/cli tools add