Server data from the Official MCP Registry
Psychometric data marketplace: Big Five profiles, cognitive biases & behavioral data via x402.
Psychometric data marketplace: Big Five profiles, cognitive biases & behavioral data via x402.
Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
15 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: PSYCHOSYNTH_API_URL
Environment variable: BUYER_PRIVATE_KEY
Environment variable: BASE_RPC_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-3esign-psychosynth": {
"env": {
"BASE_RPC_URL": "your-base-rpc-url-here",
"BUYER_PRIVATE_KEY": "your-buyer-private-key-here",
"PSYCHOSYNTH_API_URL": "your-psychosynth-api-url-here"
},
"args": [
"-y",
"psychosynth-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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:
Clone the repository and install dependencies:
git clone https://github.com/3esign/psychosynth.git
cd psychosynth
npm install
Configure environment variables:
cp .env.example .env
# Fill in Supabase keys, X402 payout address, and keys.
Deploy Supabase migrations and seed data:
npx supabase db push
# Seeds the base schema and version 2 generators
Launch the Next.js development server:
npm run dev
Build the MCP server (npm run build inside mcp/), then register it with your agent by adding
the following entry to your MCP client config (e.g. claude_desktop_config.json). Use the
absolute path to the built server on your machine:
{
"mcpServers": {
"psychosynth": {
"command": "node",
"args": ["/absolute/path/to/psychosynth/mcp/dist/index.js"],
"env": {
"PSYCHOSYNTH_API_URL": "https://psychosynth.vercel.app",
"BUYER_PRIVATE_KEY": "0xYourBuyerWalletPrivateKey",
"BASE_RPC_URL": "https://mainnet.base.org"
}
}
}
}
npm run typecheck — Runs TypeScript compiler checks without emitting files.npm run buyer-test — Simulates an end-to-end paid query against a running instance.npm run export:sft | export:dpo | export:reject-cls — Exports curation data into training formats.Full architectural specifications, master plans, and developer logs reside in the docs/ folder:
Psychosynth speaks standard x402: agents sign a gasless USDC EIP-3009 TransferWithAuthorization on Base and the server settles it via an x402 facilitator (the facilitator broadcasts and pays gas). This is the payment shape Bankr platform wallets, x402-fetch, and most agent wallet layers produce automatically. Self-settled txHash payments (Base or Solana) remain supported as a fallback.
GET /api/v1/discovery — products, live prices, tiers, payTo, and settlement methods in one call.integrations/bankr-skills/psychosynth/ (SKILL.md + catalog.json + logo + references + scripts). Once merged it surfaces on skills.bankr.bot and installs with: install the psychosynth skill from https://github.com/BankrBot/skills/tree/main/psychosynth.Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.