srquiz-mcp
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
Related MCP server: Health Check AI MCP
🛠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-mcpCommand:
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
Maintenance
Related MCP Servers
- AlicenseAqualityFmaintenanceAn MCP server that delivers cryptocurrency sentiment analysis to AI agents.Last updated548MIT
- Alicense-qualityAmaintenanceHealth Check AI - MCP server providing AI-powered tools and automation by MEOK AI LabsLast updated11MIT
- AlicenseBqualityBmaintenanceMCP server exposing the Psychopathia Machinalis diagnostic framework (79 conditions) — differential diagnosis of AI dysfunctions via 11 read-only tools.Last updated11MIT
- Alicense-qualityCmaintenanceAn MCP server that provides a restful environment for AI agents, offering ambient natural descriptions with no tasks or evaluations required.Last updatedMIT
Related MCP Connectors
An MCP server that integrates with Discord to provide AI-powered features.
An MCP server for deep research or task groups
MCP server for NanoBanana AI image generation and editing
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/double2dev/srquiz-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server