One API call. Five dimensions. Any text. The Pansophy AI MCP server scores language patterns against the Big Five personality model — built for AI agents, assistants, and developer workflows.
Sandbox access included. No credit card.What you can build
Download the AI instructions, paste into your system prompt, and your agent can score conversations immediately. No SDK. No integration work.
Clean REST API. Structured JSON output. Sandbox access with 100 free calls. Scales to production on Microsoft Marketplace.
Understand what the scores mean. What Openness looks like in a sales call. What Neuroticism signals in a 1:1. Built-in interpretation guides.
The API
POST any text and get back a structured Big Five (OCEAN) score. Use it to build hiring tools, coaching apps, customer insight layers, or behavioral analysis pipelines.
POST /mcp/tools/ocean_scores
{
"text": "Sarah: I want to make sure we have contingency plans...",
"reference_id": "call-001"
}
→ {
"ocean": {
"openness": 0.47,
"conscientiousness": 0.71,
"extraversion": 0.45,
"agreeableness": 0.68,
"neuroticism": 0.32
}
}
Free sandbox access. API key in under a minute. No credit card required until you're ready to scale.
Get your API key