{
  "markdown": "# knowuswell-mcp\n\nMCP (Model Context Protocol) server for **[KnowUsWell](https://knowuswell.com)** — the friendship quiz that needs two people.\n\nLet 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.\n\n## Tools\n\n| Tool | What it does |\n|---|---|\n| `get_quiz_questions` | The 16 behaviour questions (true = \"more like me\") |\n| `score_quiz` | Answers → four-letter role code + full role card + link |\n| `combine_pair` | Two role codes → one of 16 pair types + shared result link |\n| `get_conversation_questions` | 50 read-aloud \"how well do you know me\" questions, easy to brutal |\n\nScoring is deterministic and identical to [knowuswell.com](https://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.\n\n## Install\n\n### Claude Desktop / Claude Code\n\n```json\n{\n  \"mcpServers\": {\n    \"knowuswell\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"knowuswell-mcp\"]\n    }\n  }\n}\n```\n\n(Published on npm as [`knowuswell-mcp`](https://www.npmjs.com/package/knowuswell-mcp).)\n\nOr clone and run locally:\n\n```bash\ngit clone https://github.com/ppop123/knowuswell-mcp.git\ncd knowuswell-mcp && npm install\n```\n\n```json\n{\n  \"mcpServers\": {\n    \"knowuswell\": {\n      \"command\": \"node\",\n      \"args\": [\"/path/to/knowuswell-mcp/index.js\"]\n    }\n  }\n}\n```\n\n## Try it\n\n> \"Host the KnowUsWell friendship quiz for me.\"\n\nThe 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:\n\n> \"We got LOCT and ESPR — what are we?\"\n\n…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.\n\n## Privacy\n\nThe 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.)\n\n## About\n\nBuilt by [KnowUsWell](https://knowuswell.com). 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.\n\nMIT licensed.\n",
  "bytes": 2655,
  "sha": "1c38c2f9edebb58ac47b021953ff98b0857fe1773ba18c2aea973173ebcf67cb",
  "repo_slug": "ppop123/knowuswell-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_ppop123_knowuswell_mcp_6bd1f33e/readme"
}