Democracy Without Politicians MCP
This server lets you search and read verbatim text from Terry Bouricius's book Democracy Without Politicians: Government By the People — returning only the author's actual words, never AI-generated summaries or paraphrasing.
Get book metadata (
get_book_info): Retrieve the title, author, license, a free-copy link, and full table of contents.List all chapters (
list_chapters): Browse all 17 chapter numbers and titles.Read full chapter text (
get_chapter): Fetch verbatim chapter text by number (1–17) or title substring, with pagination support.Search the book (
search_content): Run keyword searches across the entire book and get back the most relevant verbatim paragraphs with their chapter source.Explore key principles (
get_principles): Access 12 curated entry points into the book's core arguments, each with a verbatim excerpt and chapter reference.Understand the multi-body sortition design (
get_multi_body_design): Retrieve verbatim descriptions of all seven specialized randomly-selected bodies in Bouricius's governance design from Chapter 16 (e.g., Agenda Council, Policy Juries, Oversight Councils).Look up terminology: Get a list of ~20 key terms or find the verbatim passage where a specific term is introduced.
Discover real-world cases: Find real-world examples cited by the author (e.g., Athens, Ostbelgien), each with a verbatim excerpt.
Every response includes attribution to the author and guarantees only his exact words.
Click on "Install 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., "@Democracy Without Politicians MCPWhat does Bouricius say about sortition?"
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.
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.
Related MCP server: Readbook MCP Server
Tools
Tool | Returns |
| Title, author, license, free-copy link, table of contents |
| The 17 chapters (numbers + titles) |
| A chapter's verbatim text by number (1–17) or title (paginated) |
| Keyword search → the most relevant verbatim paragraphs + chapter |
| 12 key topics, each with a verbatim excerpt and its chapter |
| The seven bodies of the multi-body sortition design (Ch 16), each with a verbatim excerpt |
| ~20 terms he coins or relies on (index) |
| The verbatim passage where he introduces a given term |
| Real-world examples he cites (Athens, Ostbelgien, BC, Paris, Oregon, Fishkin, …), each with a verbatim excerpt |
| 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 eyeballUse it in Claude
It's hosted — no clone, no Node, no build. Point your client at the remote server.
Claude Code (user scope — works from any directory):
claude mcp add --transport http -s user democracy-without-politicians https://democracy-without-politicians-mcp-production.up.railway.app/mcpClaude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"democracy-without-politicians": {
"url": "https://democracy-without-politicians-mcp-production.up.railway.app/mcp",
"transport": "http"
}
}
}Restart the client after adding.
Run it locally instead (dev / offline)
Clone and build (see Build above), then register the local stdio server:
claude mcp add democracy-without-politicians -s user -- node "<abs-path>/dist/index.js"Or in claude_desktop_config.json:
{
"mcpServers": {
"democracy-without-politicians": {
"command": "node",
"args": ["<abs-path>/dist/index.js"]
}
}
}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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zhiganov/democracy-without-politicians-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server