Psychometric data marketplace: Big Five profiles, cognitive biases & behavioral data via x402.
MCPpedia last refreshed this data
io.github.3esign/psychosynth is an MCP server that psychometric data marketplace: Big Five profiles, cognitive biases & behavioral data via x402. Its tool list has not been published yet over stdio, sse and http, requires no API key, and scores 59/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"psychosynth": {
"env": {
"BASE_RPC_URL": "https://mainnet.base.org",
"BUYER_PRIVATE_KEY": "0xYourBuyerWalletPrivateKey",
"PSYCHOSYNTH_API_URL": "https://psychosynth.vercel.app"
},
"args": [
"/absolute/path/to/psychosynth/mcp/dist/index.js"
],
"command": "node"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Psychosynth is an agent-native, on-chain psychometric data marketplace. It delivers high-variance, human-curated personality profiles and profile-conditioned behavioral responses to autonomous systems. Settle transactions query-by-query in USDC on Base using the x402 micro-payment protocol—completely free of human intermediaries.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'supabase' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked supabase against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in analytics / ecommerce
MCP Server for GCP environment for interacting with various Observability APIs.
Девять российских маркетплейсов и китайский Taobao как MCP-серверы: Wildberries, Ozon, Яндекс Маркет, Детский мир, Авито, Мегамаркет, Lamoda, DNS, Ситилинк. Плюс сравнение цен по всем сразу. Только чтение, ключи не нужны.
Deterministic, persistent graph server for tracking workflow state, decisions, and blockers.
MCP server that enables AI agents to perform comprehensive web audits using Google Lighthouse with 13+ tools for performance, accessibility, SEO, and security analysis.
MCP Security Weekly
Get CVE alerts and security updates for io.github.3esign/psychosynth and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Psychosynth is an agent-native, on-chain psychometric data marketplace. It delivers high-variance, human-curated personality profiles and profile-conditioned behavioral responses to autonomous systems. Settle transactions query-by-query in USDC on Base using the x402 micro-payment protocol—completely free of human intermediaries.
graph TD
A["Generator OS (DB Templates)"] --> B["LLM Synthesis (Flash/Sonnet)"]
B --> C["Hooks Pipeline (validation & dedup)"]
C --> D["Curation Queue (Review Desk)"]
D --> E["Supabase DB Store"]
E --> F["x402 Proxy Middleware (Base)"]
F --> G["JSON API / MCP Server"]
G --> H["Autonomous Agents (Eliza, OpenClaw, Hermes)"]
Standard LLMs suffer from "average-model bias," producing homogeneous, risk-neutral responses in games and simulations. Psychosynth resolves this by delivering structured, high-variance datasets containing:
Transactions settle query-by-query on the Base blockchain using the x402 standard:
TransferWithAuthorization payloads (EIP-3009) in USDC.Psychosynth exposes an MCP server to connect directly with autonomous agent runtimes.
list_products: Discover available products, schemas, and pricing.preview_records: Fetch free, deterministic samples to verify schema shape.get_quote: Request an x402 payment quote without executing transactions.query_records: Execute on-chain payments and retrieve full data payloads.Psychosynth hosts an ultra-premium, dark-luxury financial dashboard for human interaction and debugging at /playground:
git clone https://github.com/3esign/psychosynth.git
cd psychosynth
npm i