Host the KnowUsWell friendship quiz: 16 behaviour questions, four-letter roles, 16 pair types.
MCPpedia last refreshed this data
io.github.ppop123/knowuswell-mcp is an MCP server that host the KnowUsWell friendship quiz: 16 behaviour questions, four-letter roles, 16 pair types. Its tool list has not been published yet over stdio, requires no API key, and scores 56/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"knowuswell": {
"args": [
"-y",
"knowuswell-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP (Model Context Protocol) server for KnowUsWell — the friendship quiz that needs two people.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'knowuswell-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked knowuswell-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in education
A Model Context Protocol server for searching and analyzing arXiv papers
ARIS ⚔️ (Auto-Research-In-Sleep) — Lightweight Markdown-only skills for autonomous ML research: cross-model review loops, idea discovery, and experiment automation. No framework, no lock-in — works with Claude Code, Codex, OpenClaw, or any LLM agent.
1000+ scientific tools for AI scientists: life science, reserach, literature, and more.
Search open-source research papers across arXiv, OpenAlex, Crossref, PubMed, Semantic Scholar.
MCP Security Weekly
Get CVE alerts and security updates for io.github.ppop123/knowuswell-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP (Model Context Protocol) server for KnowUsWell — the friendship quiz that needs two people.
Let your AI assistant host the quiz right in the conversation: it asks you 16 quick behaviour questions, scores your four-letter role, and — once your friend has answered their half — combines both codes into one of 16 pair types, a card that belongs to the friendship rather than to either person.
| Tool | What it does |
|---|---|
get_quiz_questions | The 16 behaviour questions (true = "more like me") |
score_quiz | Answers → four-letter role code + full role card + link |
combine_pair | Two role codes → one of 16 pair types + shared result link |
get_conversation_questions | 50 read-aloud "how well do you know me" questions, easy to brutal |
Scoring is deterministic and identical to knowuswell.com — the same answers always produce the same code, and ties break the same way. Result links open the shared card page on the site, where you can collect all 16 types.
{
"mcpServers": {
"knowuswell": {
"command": "npx",
"args": ["-y", "knowuswell-mcp"]
}
}
}
(Published on npm as knowuswell-mcp.)
Or clone and run locally:
git clone https://github.com/ppop123/knowuswell-mcp.git
cd knowuswell-mcp && npm install
{
"mcpServers": {
"knowuswell": {
"command": "node",
"args": ["/path/to/knowuswell-mcp/index.js"]
}
}
}
"Host the KnowUsWell friendship quiz for me."
The assistant asks the 16 questions, tells you your role (say, ESPR — The Cat: appears on your terms, still yours), and gives you a link to send your friend. When their code comes back:
"We got LOCT and ESPR — what are we?"
…it combines them into your pair type (The Anchor and the Kite, in this case) with what works, what to watch, and a shared card page for the two of you.
The server is a pure local calculator: questions, scoring tables and card text ship in data.json. Nothing you answer is sent anywhere — the only network activity is you choosing to open a result link. (The site works the same way: answers travel inside the URL fragment, which browsers never transmit.)
Built by KnowUsWell. The quiz is free to play on the site — no account, nothing stored. One optional extra exists: a $1.99 illustrated art card of your pair type, drawn from your own photos and clearly labelled AI-generated.
MIT licensed.