Server data from the Official MCP Registry
Connect AI agents to SocioLogic's synthetic persona platform for market research.
Connect AI agents to SocioLogic's synthetic persona platform for market research.
Remote endpoints: streamable-http: https://mcp.sociologicai.com
Valid MCP server (1 strong, 1 medium validity signals). 3 known CVEs in dependencies (1 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry.
4 files analyzed · 4 issues 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.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
A remote MCP (Model Context Protocol) server that connects AI agents to SocioLogic's synthetic persona platform. Interview realistic customer personas, run multi-persona research campaigns, and export board-ready reports—all through natural conversation.
The fastest way to get started is using our hosted server at https://mcp.sociologicai.com.
Get an API key at sociologic.ai/dashboard/api-keys (100 free credits on signup)
Configure your MCP client:
Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"sociologic": {
"transport": "http",
"url": "https://mcp.sociologicai.com",
"headers": {
"X-API-Key": "YOUR_API_KEY"
}
}
}
}
Claude Code (.mcp.json in your project):
{
"mcpServers": {
"sociologic": {
"transport": "http",
"url": "https://mcp.sociologicai.com",
"headers": {
"X-API-Key": "YOUR_API_KEY"
}
}
}
}
Deploy your own instance to Cloudflare Workers:
# Clone the repository
git clone https://github.com/SocioLogicAI/signal-relay.git
cd signal-relay
# Install dependencies
npm install
# Login to Cloudflare
npx wrangler login
# Deploy
npx wrangler deploy
Your server will be available at https://sociologic-mcp-server.<your-subdomain>.workers.dev
npm run dev
Starts a local server at http://localhost:8787.
| Tool | Description |
|---|---|
sociologic_list_personas | List synthetic personas from marketplace or private collection |
sociologic_get_persona | Get detailed persona information (demographics, psychographics, traits) |
sociologic_create_persona | Generate a new persona from natural language description |
sociologic_interview_persona | Conduct adversarial interview with a persona |
sociologic_get_persona_memories | Retrieve persona's semantic memories via vector search |
sociologic_list_campaigns | List research campaigns with status and results |
sociologic_get_campaign | Get campaign details including interviews and findings |
sociologic_create_campaign | Create multi-persona research campaign with custom questions |
sociologic_execute_campaign | Execute draft campaign (async background processing) |
sociologic_export_campaign | Export campaign results as PDF or JSON |
sociologic_list_focus_groups | List focus groups for cohort-based research |
sociologic_get_focus_group | Get focus group details with member personas |
sociologic_create_focus_group | Create new focus group to organize personas |
sociologic_add_personas_to_focus_group | Add personas to an existing focus group |
sociologic_get_credits_balance | Check current credits balance and usage |
sociologic_scrape_url | Scrape content from a URL (web research) |
sociologic_search_web | Search the web and scrape results |
sociologic_research_topic | Research a topic with multiple sources |
sociologic_get_company_info | Get company information from a website |
| Endpoint | Method | Description |
|---|---|---|
/ | POST | JSON-RPC 2.0 endpoint for MCP protocol |
/health | GET | Health check (requires API key) |
/info | GET | Server information and available tools |
curl -X POST https://mcp.sociologicai.com/ \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "sociologic_interview_persona",
"arguments": {
"slug": "enterprise-buyer",
"message": "What would make you hesitant to try a new AI product?"
}
}
}'
curl -X POST https://mcp.sociologicai.com/ \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "sociologic_list_personas",
"arguments": {
"visibility": "public",
"per_page": 10
}
}
}'
| Variable | Description | Default |
|---|---|---|
SOCIOLOGIC_API_URL | Backend API URL | https://www.sociologic.ai |
[vars]
SOCIOLOGIC_API_URL = "https://www.sociologic.ai"
X-API-Key header or Authorization: Bearer headerFor production deployments, we recommend enabling Cloudflare's rate limiting:
┌─────────────────┐ ┌─────────────────────┐ ┌─────────────────┐
│ │ │ │ │ │
│ MCP Client │─────▶│ Cloudflare Worker │─────▶│ SocioLogic API │
│ (Claude, etc) │ │ (This Server) │ │ │
│ │◀─────│ │◀─────│ │
└─────────────────┘ └─────────────────────┘ └─────────────────┘
│ │ │
│ MCP Protocol │ REST API │
│ (JSON-RPC 2.0) │ (HTTPS) │
└─────────────────────────┴──────────────────────────┘
| Operation | Credits |
|---|---|
| List personas | 1 |
| Get persona | 1 |
| Create persona | 5-50 (by fidelity tier) |
| Interview persona | 1 per message |
| Campaign execution | Varies by size |
Free tier: 100 credits on signup. See sociologic.ai/pricing for details.
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/amazing-feature)git commit -m 'Add some amazing feature')git push origin feature/amazing-feature)This project is licensed under the MIT License - see the LICENSE file for details.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
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.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.