SShortSingh.
Back to feed

Minds ships production MCP server with OAuth 2.1, connecting ChatGPT, Claude and Cursor

0
·2 views

Minds, an evidence-grounded synthetic market research platform, has launched a hosted remote MCP server accessible at getminds.ai/mcp, compatible with ChatGPT, Claude, Cursor, and other Streamable HTTP clients. The team navigated key implementation challenges including correct Accept header negotiation, OAuth 2.1 protected-resource metadata, and dynamic client registration to avoid manual credential sharing. The server exposes 15 tools spanning audience panels, durable studies, summaries, and exports, with the live tools/list endpoint treated as the authoritative schema source. For multi-step research workflows, clients follow a plan-then-run-then-poll pattern rather than assuming long tasks complete within a single chat turn. The team notes that synthetic panels are suited for early decision-support and question refinement, but are not a substitute for representative human fieldwork.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Developer Replaces sklearn Pipeline With Rust, Cuts Docker Image Size 400x

A developer named Murat Genç published a technical article on DEV Community on August 1 detailing how he replaced a scikit-learn machine learning pipeline with one written in pure Rust. The rewrite resulted in a dramatic reduction in Docker image size, shrinking it from 900MB down to just 8MB — a roughly 400x decrease. The article falls under the topics of machine learning, Rust, and data science. The post is estimated to be a 7-minute read and received 3 reactions from the community.

0
ProgrammingDEV Community ·

Survey: Marketing Teams Using More AI Are Hiring More Staff, Not Fewer

A survey of over 1,000 marketing budget decision-makers by Exploding Topics found that 60% of marketing teams grew their headcount over the past year, while only 8.9% reduced it. Among teams most heavily investing in AI, the hiring trend was even stronger, with over 82% reporting headcount increases. The findings, published in a report updated April 1, 2026, push back against the widespread assumption that AI-driven automation leads to workforce reductions in marketing. Researchers attribute the growth to rising demand for staff who can manage expanded tool stacks, oversee AI-generated content quality, and handle strategic decisions that automation cannot replace. The survey notes these are correlations based on self-reported data, not proof that AI directly caused every hiring decision.

0
ProgrammingDEV Community ·

How LLMs and Playwright Can Build Self-Healing TypeScript Web Scrapers

Web scraping pipelines frequently break when front-end engineers make minor changes such as renaming CSS classes, restructuring the DOM, or updating React components, causing automation scripts to fail entirely. Traditional scrapers rely on rigid CSS selectors or XPath expressions that treat websites as static systems, making them highly vulnerable to the dynamic nature of modern web development. A new architectural approach combines Large Language Models with visual grounding, Model Context Protocol tool standardization, and WebGPU Compute Shaders to build TypeScript agents capable of recovering from such failures automatically. When a selector breaks, the agent captures a visual snapshot of the page, analyzes its spatial layout through multimodal processing, and dynamically recalculates its execution path. This self-healing design mirrors how intelligent API Gateways in microservices architectures adapt to upstream changes without disrupting downstream consumers.

0
ProgrammingHacker News ·

UK Surgeon Who Had Own Legs Amputated for Fetish Raises Patient Safety Concerns

A British amputation surgeon named Neil Hopper voluntarily had his own legs removed, reportedly driven by a personal fetish for extreme body modification. The case has prompted serious questions about whether his patients received safe and unbiased medical care. Authorities and medical regulators are now examining his professional conduct and clinical decisions. The story was reported by The Guardian in August 2026, drawing significant public and professional scrutiny.