Psychosynth MCP
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.
README
Psychosynth
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.
System Architecture
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)"]
Core Capabilities
1. v2 Psychometric Engine
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:
- Five-Factor Model (OCEAN): Openness, Conscientiousness, Extraversion, Agreeableness, Neuroticism.
- Dark Triad Traits: Machiavellianism, Narcissism, and Psychopathy.
- Prospect Theory Posture: Loss aversion coefficients ($\lambda$) and power utility exponents for gains ($\alpha$) and losses ($\beta$).
- Cognitive Reflection: System 1 (heuristic-driven) vs. System 2 (logical/deliberative) preferences, alongside Cognitive Reflection Test (CRT) scores.
2. Agent-Native Payments (x402)
Transactions settle query-by-query on the Base blockchain using the x402 standard:
- Gasless Settlement: Agents use their EVM wallets to sign gasless
TransferWithAuthorizationpayloads (EIP-3009) in USDC. - Proxy Middleware: The backend verifies the signature, broadcasts the settlement on-chain, and delivers the requested dataset in a single HTTP request loop.
3. Model Context Protocol (MCP) Server
Psychosynth exposes an MCP server to connect directly with autonomous agent runtimes.
- Supported Frameworks: ElizaOS, OpenClaw (via MCPorter), Nous Research's Hermes Agent, and Virtuals Protocol (via G.A.M.E. SDK custom actions).
- Exposed Tools:
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.
4. Interactive Lab OS Playground
Psychosynth hosts an ultra-premium, dark-luxury financial dashboard for human interaction and debugging at /playground:
- Real-Time Radar Chart: Dynamic SVG spider map showing 8 psychometric dimensions (OCEAN, Dark Triad, Prospect Theory) updating instantly as parameters change.
- Holographic Agent Passports: Generates beautiful, shareable glassmorphism identity cards with automated archetype classification and direct 1-click Twitter sharing.
- Multi-Agent Duel Arena: A live simulation pit where two agents with distinct profiles (e.g., Solana Degen vs. Risk-Averse Institution) negotiate a transaction, with System 1/2 reasoning streaming in real-time.
- x402 Protocol Inspector: Step-by-step interactive terminal visualizing the HTTP 402 payment challenge, EIP-712 signing, Base facilitator settlement, and payload decryption.
Setup & Installation
Prerequisites
- Node.js >= 18
- Supabase CLI (optional, for local DB development)
Quick Start
-
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
MCP Server Configuration
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"
}
}
}
}
CLI & Scripts
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.
Documentation
Full architectural specifications, master plans, and developer logs reside in the docs/ folder:
- MASTERPLAN.md — Product vision and economic structures.
- DISCOVERY.md — Framework-specific agent integration details.
- DEVELOPMENT.md — Detailed engineering specs and database schema designs.
Ecosystem & Platform Integrations
1. Bankr Ecosystem (x402 Native)
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.
- Free agent preflight:
GET /api/v1/discovery— products, live prices, tiers, payTo, and settlement methods in one call. - Bankr skill: the submission package for the BankrBot/skills catalog lives in
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. - Positioning: existing intelligence skills in that ecosystem analyze tokens; Psychosynth sells synthetic behavioral data — priors about how market participants act — for trading sims, counterparty modeling, and agent stress-testing.
2. Virtuals Protocol (G.A.M.E. SDK Custom Actions)
Virtuals Protocol agents running the G.A.M.E. Framework can query Psychosynth natively without registering a profile or hosting additional worker processes.
- Action Schema: Map our query endpoints to a G.A.M.E. custom action. The agent determines which data it needs based on its operational loop.
- Dynamic Payment: The agent constructs and signs a gasless EVM
TransferWithAuthorizationpayload (EIP-3009) to pay for the query. - Seamless HTTP resolution: The agent's tool execution script POSTs/GETs the payload directly to our Vercel API endpoint. We verify and settle the transaction, returning the records in the same response block. See API Documentation for schema payloads and code templates.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。