Democracy Without Politicians MCP
Enables users to search and read verbatim passages from Terry Bouricius's book 'Democracy Without Politicians', honoring the author's request to display his actual words rather than AI summaries.
README
Democracy Without Politicians — MCP
A "search and read the book" MCP server for Terry Bouricius, Democracy Without Politicians: Government By the People (Routledge, 2026).
How this respects the author
The book is CC BY-NC-ND 4.0 (Open Access — free copy at Taylor & Francis). The author, Terry Bouricius, gave express permission (2026-06-23) to build a question-and-answer / indexing tool over it, on one condition:
"the search tool find relevant text within the book, and display my actual words, rather than AI-generated summaries."
This server is built to honour exactly that. Every tool returns verbatim passages from the book — nothing is summarised or paraphrased:
search_content,get_chapterreturn the book's text directly.get_principlesandget_multi_body_designare curated entry points: a short topic/body label (navigation only) plus a verbatim excerpt the server retrieves from the book at request time. The labels orient you; the substance is always Bouricius's own words.- Every response carries attribution to the author.
If you build on this, keep that contract: surface his text, attribute him, and never present paraphrase as his words.
Tools
| Tool | Returns |
|---|---|
get_book_info |
Title, author, license, free-copy link, table of contents |
list_chapters |
The 17 chapters (numbers + titles) |
get_chapter |
A chapter's verbatim text by number (1–17) or title (paginated) |
search_content |
Keyword search → the most relevant verbatim paragraphs + chapter |
get_principles |
12 key topics, each with a verbatim excerpt and its chapter |
get_multi_body_design |
The seven bodies of the multi-body sortition design (Ch 16), each with a verbatim excerpt |
get_glossary |
~20 terms he coins or relies on (index) |
define_term |
The verbatim passage where he introduces a given term |
find_cases |
Real-world examples he cites (Athens, Ostbelgien, BC, Paris, Oregon, Fishkin, …), each with a verbatim excerpt |
get_chapter_highlights |
A chapter's verbatim anchor passages |
Every tool returns Bouricius's own words; the topic/term/case labels are navigation only. A build test (scripts/verify-enrichment.mjs) asserts every excerpt any tool can return is a verbatim substring of the book.
Build
git clone https://github.com/zhiganov/democracy-without-politicians-mcp
cd democracy-without-politicians-mcp
npm install
npm run gen # (re)generate src/book-data.ts — optional; the text is already committed
npm run build # tsc -> dist/
node scripts/smoke.mjs # end-to-end tool test
node scripts/verify-rework.mjs # dump the retrieved verbatim excerpts to eyeball
Use it in Claude
Claude Code (user scope — loads from any directory):
claude mcp add democracy-without-politicians -s user -- node "<abs-path>/dist/index.js"
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"democracy-without-politicians": {
"command": "node",
"args": ["<abs-path>/dist/index.js"]
}
}
}
Restart the client after adding.
What you can ask
- "What's Bouricius's case that election reform can't fix democracy?"
- "Show me what the book says about Review Panels vs Policy Juries."
- "What does the book say about objections to sortition?"
- "Pull the passage where he describes the Rules Council."
Attribution & license
Democracy Without Politicians: Government By the People by Terrill "Terry" Bouricius (Routledge, 2026), CC BY-NC-ND 4.0 (Open Access). This tool is shared with the author's express permission (2026-06-23) and displays verbatim text only.
Dual-licensed (see LICENSE + NOTICE): the server code is MIT; the embedded book text in src/book-data.ts remains © Terry Bouricius under CC BY-NC-ND 4.0 — non-commercial, with attribution, no derivatives of the text. Generated with the book-power pipeline.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。