Skip to content

Latest commit

 

History

History
78 lines (57 loc) · 2.31 KB

File metadata and controls

78 lines (57 loc) · 2.31 KB

Kevin Owocki's Books MCP Server

An MCP server that provides access to information about Kevin Owocki's authored books on cryptocurrency, DAOs, and regenerative economics.

Features

  • 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

Setup

  1. Install dependencies:
npm install
  1. Build the TypeScript code:
npm run build

Running the Server

Start the server:

npm start

Or for development (builds and runs):

npm run dev

The server runs on stdio and will log "MCP server running on stdio" to stderr when ready.

Available Tools

search_books

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_book_summary

Get detailed information about a specific book.

  • Parameters: book_id (string) - Book ID or partial title
  • Returns: Full book summary, topics, and description

list_books_by_topic

Get all books related to a specific topic.

  • Parameters: topic (string) - Topic to search for
  • Returns: All books covering that topic

Available Resources

book

Access detailed information about specific books.

  • URI pattern: book://{book_id}
  • Returns: Structured book data in markdown format

Book Collection

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

Usage with MCP Client

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.