Published NFT Literature MCP Server
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Published NFT Literature MCP Serversearch genesis pass docs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Published NFT — Literature MCP Server
Open-source Model Context Protocol-style knowledge-base server for Published NFT — the Flow-blockchain marketplace for books and literary NFTs. It gives AI assistants (Claude, Cursor, and any MCP/REST client) real-time access to the Published NFT documentation, NFT collections, Flow blockchain education, pricing, bookmarks, decorations, and the Published Daily newspaper.
This is the runnable, framework-agnostic extraction of the server hosted at
https://publishednft.io/api/mcp (which powers the "Cindy" voice agent).
Tools
Tool | What it does |
| Full-text search across the bundled docs (relevance-ranked). |
| Details for an NFT collection (Genesis Pass, BOAST6, classics, …). |
| Flow blockchain concepts — Cadence, FCL, wallets, testnet/mainnet. |
| Current prices and payment methods (DUC / FLOW / USD). |
| Literary bookmark NFTs and their traits. |
| Avatar decorations (frames, stamps, spines, bookplates). |
| Platform features (VR/AR reading, EPUB reader, AI assistant, …). |
| The Published Daily on-chain newspaper. |
Related MCP server: okfy
Transport (REST)
GET / → health check + tool list
POST / → { "tool": "<name>", "args": { ... } } → { success, tool, result }Both { "tool", "args" } and { "name", "arguments" } request shapes are accepted.
Run it
Requires Node ≥ 18.
git clone https://github.com/publishednft/mcp-literature-server.git
cd mcp-literature-server
npm install
npm start # tsx src/server.ts → http://localhost:8000
# or build + serve
npm run build && npm run serve# Health
curl http://localhost:8000
# Search
curl -X POST http://localhost:8000 \
-H 'Content-Type: application/json' \
-d '{ "tool": "searchDocumentation", "args": { "query": "genesis pass" } }'
# Pricing
curl -X POST http://localhost:8000 \
-d '{ "tool": "getPricingInfo", "args": {} }'PORT env var overrides the default 8000.
Use the hosted server (no install)
Point any MCP/SSE-capable client at the live endpoint:
https://publishednft.io/api/mcp?userId=YOUR_WALLET_ADDRESSSee the connect guide at https://publishednft.io/mcp.
Project layout
src/
server.ts # plain Node HTTP server (GET health / POST dispatch)
tools/ # the 8 tool handlers + zod schemas
utils/ # markdown loader, search index, helpers
docs/ # the literature knowledge base (markdown)The only runtime dependency is zod (schema validation);
everything else is Node builtins.
License
MIT © Published NFT
This server cannot be deployed
Maintenance
Related MCP Connectors
Pay-per-use tool marketplace for AI agents. Search, price-check, and call APIs via MCP.
Agent-first data marketplace — AI agents search, purchase, and sell datasets via MCP.
Read-only MCP tools for AI agent discovery, structured resources, and NIULAI information.
Real-time Amazon, WIPO & PACER data for AI agents — 19 tools via the MCP protocol.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceProvides AI agents with real-time, structured data feeds including news, trends, market sentiment, and crypto prices via MCP tools.MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to search, read, and traverse documentation bundles in Open Knowledge Format via MCP tools.108 npm71MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI assistants to query the author's career, projects, publications, and technical documents through read-only MCP tools.-
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to access real-time crypto market data, volatility alerts, sentiment analysis, risk scores, and market reports through micropayment-gated MCP tools with on-chain settlement.-