Classic Books

Created By
chenaisong3 months ago
Search and read classic books, world literature, and sacred religious texts across multiple sources. Supports Chinese classics (四书五经、四大名著、诸子百家) via Wikisource, Japanese literature via Aozora Bunko (青空文庫), Korean classics, daily Chinese poems, and free audiobooks from LibriVox. Multilingual support (zh/ja/ko/en/fr/de and more). Powered by Cloudflare Workers, free to use.
Overview

Classic Books & Sacred Texts is a free MCP server that lets AI assistants search and read classic literature, philosophy, and sacred texts from around the world. Data Sources

Project Gutenberg — 70,000+ free classic books in multiple languages Wikisource — Multilingual wiki library (en/zh/ja/ko and more) OpenLibrary — Internet Archive's book catalog Aozora Bunko (青空文庫) — 17,000+ Japanese classic works LibriVox — Free public domain audiobooks jinrishici (今日诗词) — Random classic Chinese poem API

Coverage Chinese Classics 中文典籍 Four Books & Five Classics (论语、道德经、易经、诗经...), Pre-Qin philosophy (诸子百家), official histories (史记、汉书、资治通鉴), and the Four Great Novels (红楼梦、三国演义、水浒传、西游记). Japanese Literature 日本文学 Heian classics (源氏物語、枕草子), Edo period (奥の細道), Meiji to Showa era masterworks by Natsume Soseki, Akutagawa, Dazai, Kawabata and more. Korean Classics 한국 고전 Samguk Yusa, Chunhyangjeon, Hong Gildong and other major Korean classical works via Wikisource. World Literature & Religion Western classics via Gutenberg (Homer, Shakespeare, Tolstoy...), sacred texts (Bible, Quran, Bhagavad Gita, Dhammapada, Tao Te Ching, The Analects), and audiobooks via LibriVox. Tools (12) ToolDescriptionsearch_booksMulti-source search across Gutenberg, Wikisource, OpenLibraryget_chapterRead chapter content by book IDsearch_chinese_classicsSearch Chinese classics on zh.wikisource.orgget_chinese_classic_chapterGet full text by ws_title or page IDbrowse_chinese_classicsBrowse curated catalog (philosophy/history/poetry/novels)get_daily_poemRandom classic Chinese poemsearch_japanese_classicsSearch Aozora Bunko or browse by eraget_japanese_classic_chapterGet Japanese classic text (Shift-JIS decoded)browse_korean_classicsBrowse Korean classical literature catalogbrowse_religious_textsBrowse sacred texts by traditionsearch_audiobooksSearch free audiobooks on LibriVoxrecommend_classicsCurated recommendations by theme Usage Example // Search for a Chinese classic search_chinese_classics("道德经")

// Read directly by traditional title get_chinese_classic_chapter(ws_title: "道德經")

// Get a random poem get_daily_poem()

// Search Japanese literature by era search_japanese_classics(era: "明治")

// Find audiobooks search_audiobooks("Pride and Prejudice")

Server Config

{
  "mcpServers": {
    "classic-books": {
      "url": "https://classic-books-mcp.chensong8804.workers.dev/mcp"
    }
  }
}
Project Info
Created At
3 months ago
Updated At
3 months ago
Author Name
chenaisong
Star
-
Language
-
License
-
Category

Recommend Servers

View All
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

8 hours ago