An MCP server that provides access to information about Kevin Owocki's authored books on cryptocurrency, DAOs, and regenerative economics.
- Search Books: Find books by topic, title, or keyword
- Book Summaries: Get detailed information about specific books
- Topic Browsing: List all books related to a specific topic
- Book Resources: Access structured book data via URI
- Transport: stdio-based communication
- Install dependencies:
npm install- Build the TypeScript code:
npm run buildStart the server:
npm startOr for development (builds and runs):
npm run devThe server runs on stdio and will log "MCP server running on stdio" to stderr when ready.
Search Kevin Owocki's books by topic, title, or keyword.
- Parameters:
query(string) - Search term - Returns: List of matching books with descriptions and topics
Get detailed information about a specific book.
- Parameters:
book_id(string) - Book ID or partial title - Returns: Full book summary, topics, and description
Get all books related to a specific topic.
- Parameters:
topic(string) - Topic to search for - Returns: All books covering that topic
Access detailed information about specific books.
- URI pattern:
book://{book_id} - Returns: Structured book data in markdown format
The server includes information about 8 books by Kevin Owocki:
- Greenpilled (2021) - Crypto and regenerative economics
- The Future History of the Open Internet (2021) - Internet decentralization
- Stuff Crypto OGs Know (2022) - Early crypto insights
- Exploring MyCoFi (2023) - Mycorrhizal networks in finance
- Onchain Capital Allocation Handbook (2024) - Blockchain capital allocation
- How to DAO (2025) - Decentralized governance guide
- Ethereum Localism (2025) - Local Ethereum applications
- Grassroots Economics (2025) - Community-driven finance
This server is designed to be used with MCP-compatible clients like Claude Desktop. Ask questions about Kevin's books, search by topics like "DAO", "cryptocurrency", "regenerative economics", etc.