Personality scoring for AI builders

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.

Get started free Read the docs

For AI agents

Download the AI instructions, paste into your system prompt, and your agent can score conversations immediately. No SDK. No integration work.

For developers

Clean REST API. Structured JSON output. Sandbox access with 100 free calls. Scales to production on Microsoft Marketplace.

For humans

Understand what the scores mean. What Openness looks like in a sales call. What Neuroticism signals in a 1:1. Built-in interpretation guides.

One call. Five dimensions.

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
  }
}