srquiz-mcp
An MCP server providing science-based psychometric tools and sexual well-being assessments for AI agents.
Documentation
SRQuiz MCP Server
An MCP (Model Context Protocol) server providing science-based psychometric tools and sexual well-being assessments for AI agents.
🌟 Overview
The SRQuiz MCP Server empowers AI assistants (like Claude and Cursor) to provide scientifically grounded insights into sexual psychology. It bridges the gap between conversational AI and structured psychometric knowledge, specifically related to the Dual Control Model, sexual guilt, and sexual shame.
- Website: srquiz.com
- API/MCP Documentation: srquiz.com/mcp
- Scientific Basis: srquiz.com/science
🛠 Features (Tools)
get_sri_questionnaire: Retrieves standard assessment questions based on validated psychometric scales (e.g., SIS/SES).calculate_sri_score: Calculates standardized scores and interpretations from user responses.search_sexual_psychology_kb: Access scientific explanations regarding core concepts like the Dual Control Model, Sexual Guilt, and Sexual Shame.
🚀 Installation & Usage
Usage with Claude Desktop
To use this server with the Claude Desktop app, add the following configuration to your claude_desktop_config.json:
{
"mcpServers": {
"srquiz-psychometrics": {
"command": "npx",
"args": ["-y", "@srquiz/mcp-server"]
}
}
}
Usage with Cursor
- Open Cursor Settings.
- Go to the Features tab -> MCP section.
- Click + Add New MCP Server.
- Choose Command type.
- Name:
srquiz-mcp - Command:
npx -y @srquiz/mcp-server
📦 Development
# Install dependencies
npm install
# Build the project
npm run build
# Start the server locally
npm start
🔒 Privacy
The SRQuiz MCP Server operates completely locally. It does not send any user assessment data back to srquiz.com. All calculations and logic are handled by the server instance running on your machine.
📄 License
MIT