Model Context Protocol Integration

Literary MCP Console

Connect your local AI assistant directly to your Published NFT account. Draft chapters, generate covers, and produce audiobooks locally—all synced directly to your dashboard assets.

Unified API & MCP Ecosystem

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.

Generate covers directly into user assets
Create e-books & chapters dynamically
Synthesize audiobooks with ElevenLabs via tool requests

API Pipeline Sync Flow

1. LLM Tool Call
tools/call generateCover { prompt: "Cozy library" }
2. Backend Processing
POST /api/generate-cover ➜ Uploading to IPFS...
3. DB Synchronization
db.aiContent.create({ userId: "0x123", ... })
4. Live Asset Sync
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.

1

Install the CLI

One line — auth, uploads, and polling are handled for you.

>_npm install -g @publishednft/cli
2

Sign in

Opens a browser, takes 5 seconds. Run publishednft login to authenticate.

>_publishednft auth login
3

Plug skills into your agent

Works with Claude Code, Cursor, Codex, and 12+ other agents.

>_npx @publishednft/cli tools add
If you are using Claude Code, Codex, OpenClaw, or Hermes, it is recommended to use the CLI.
Github

Frequently Asked Questions