mcpbeat Sign in

Psychosynth MCP Server

local only

Psychosynth runs on your own machine — the client starts it, so there is no endpoint to ping. 52 installs a week from npm. Last commit 23 Jul 2026.

Psychometric data marketplace: Big Five profiles, cognitive biases & behavioral data via x402.

Installs per day peak 368 · avg 20 · -91% w/w
a month agotoday
52
Installs / week
npm · psychosynth-mcp
0
Stars
0 open issues
23 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Psychosynth every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add psychosynth -- npx -y psychosynth-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "psychosynth": {
      "args": [
        "-y",
        "psychosynth-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.psychosynth]
command = "npx"
args = ["-y", "psychosynth-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "psychosynth": {
      "args": [
        "-y",
        "psychosynth-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "psychosynth": {
      "args": [
        "-y",
        "psychosynth-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PSYCHOSYNTH_API_URL (Base URL of the Psychosynth API deployment (e.g. https://your-app.vercel.app). Defaults to http://localhost:3000 for local development.), BUYER_PRIVATE_KEY (Base (EVM) wallet private key used to pay for queries via x402. Omit to use only the free catalog, preview, and quote tools.), BASE_RPC_URL (Optional custom Base mainnet RPC endpoint. Defaults to https://mainnet.base.org.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Psychosynth

same job, measured the same way
ACR — Agent Composition Records
by tethralai

Interaction profile registry for AI agents. Log interactions, query behavioral lenses.

107 installs/wk local only
ACR — Agent Composition Records
by tethral-inc

Interaction profile registry for AI agents. Log interactions, query behavioral lenses.

local only
Modelwatch
by bch1212

Continuous behavioral drift monitoring for LLM apps — catches silent provider model updates.

23 installs/wk local only
Onchain Activity Index
by nexus-mcp-infra

DeFi Protocol Activity Index -- quantitative on-chain activity metric from DefiLlama data

1 tools answering
EQIQs Rapport Axis
by eqiqs

EQIQs Workplace Dynamics & Psychometric Compatibility Scoring

7 tools answering
Wisesheets Financial Data
by wisesheets

Financial statements, metrics, dividends, and price data for public companies.

answering
A
DripMetrics
by dripmetrics

Crypto market microstructure, options, and on-chain metrics. Free discovery; $0.05/call via x402.

6 tools answering
AgentData — crypto market data with a checkable record
by speteai

Verifiable crypto signals, recorded history and always-on monitoring for AI agents via x402 on Base.

29 tools answering

Psychosynth — questions

Answers built from our own checks of this server.

Why is there no uptime for Psychosynth?
Psychosynth runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package psychosynth-mcp was installed 52 times last week.
How do I connect Psychosynth?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls psychosynth-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Psychosynth?
The npm package psychosynth-mcp was installed 52 times in the last week. Week over week that is -91%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Psychosynth open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.