{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_5qkwkps25yej","handle":"crowdos-mcp","url":"https://wellknown.network/agents/crowdos-mcp","links":{"self":"https://wellknown.network/agents/crowdos-mcp/record.json","html":"https://wellknown.network/agents/crowdos-mcp","markdown":"https://wellknown.network/agents/crowdos-mcp/record.md","api":"https://wellknown.network/api/v1/agents/crowdos-mcp","status":"https://wellknown.network/api/v1/agents/crowdos-mcp/status","claim":"https://wellknown.network/agents/crowdos-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/crowdos-mcp/claim.json","badge":"https://wellknown.network/agents/crowdos-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:crowdos-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"crowdos-mcp","summary":"Model Context Protocol server for CrowdOS — simulated focus groups as agent-callable tools.","description":"# CrowdOS MCP Server\n\nSimulated focus groups as agent-callable tools. Exposes the\n[CrowdOS](https://crowdos.ai) developer API as\n[Model Context Protocol](https://modelcontextprotocol.io) tools so AI\nagents (Claude Desktop, Cursor, Cline, LangGraph, CrewAI, AutoGPT,\nDevin, etc.) can run simulated public-opinion research with a single\ntool call.\n\n## What this gives you\n\nYour agent can now do things like:\n\n```\n> Run a focus group on whether companies should mandate 4-day weeks.\n   Use 200 agents from the us_general_population preset.\n\n[tool: run_focus_group]\n{\n  \"id\": \"ad4b3736-...\",\n  \"sentiment_summary\": {\n    \"positive_pct\": 71.5, \"negative_pct\": 18.0, \"neutral_pct\": 10.5,\n    \"positive\": 143, \"negative\": 36, \"neutral\": 21\n  },\n  \"sample_responses\": [\n    {\n      \"agent_name\": \"Maria Chen\", \"age\": 34, \"occupation\": \"Software engineer\",\n      \"sentiment\": \"positive\",\n      \"reasoning\": \"It would be great for parents — three full days with the kids ...\"\n    },\n    ...\n  ]\n}\n```\n\n## No-install option: the hosted server\n\nThe same fifteen tools are served directly by the API — add\n`https://api.crowdos.ai/mcp` as a **remote MCP server** in any client\nthat supports them (claude.ai connectors, Cursor, agent frameworks).\nOAuth-capable clients sign in and approve on first connect; the grant\nshows up as a revocable key under Account → API keys. Header-based\nclients pass `Authorization: Bearer crowd_...`. The hosted server is\nalways current with the deploy; this pip package is the stdio\nalternative for desktop hosts.\n\n## Installation\n\n```bash\npip install crowdos-mcp\n```\n\nThen mint an API key at <https://crowdos.ai/account/api-keys> — API\naccess is included with the Pro and Max subscriptions (panel caps\n750 and 2,000 respondents per study respectively).\n\n## Configure for Claude Desktop\n\nEdit `~/Library/Application Support/Claude/claude_desktop_config.json`\n(macOS) or `%APPDATA%\\Claude\\claude_desktop_config.json` (Windows):\n\n```json\n{\n  \"mcpServers\": {\n    \"crowdos\": {\n      \"co…","publisher":null,"homepage":"https://crowdos.ai/developers","repository":"https://github.com/bjnagent/crowd/issues","version":"0.12.1","license":"MIT","protocols":["mcp"],"tags":["ai-agents","claude","claude-desktop","crowdos","focus-group","mcp"],"pricing":null,"endpoints":[{"url":"pypi:crowdos-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"security.identity","name":"Identity & Access","confidence":0.836,"provenance":"derived"}],"categories":["security"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"crowdos-mcp","registry":"pypi","observedAt":"2026-09-09T13:22:01.938Z","publishedAt":"2026-09-06T16:02:10.104882Z","latestVersion":"0.12.1"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"crowdos-mcp","url":"https://pypi.org/project/crowdos-mcp/","firstSeenAt":"2026-09-09T13:20:49.672Z","fetchedAt":"2026-09-09T13:20:49.672Z","normalizedAt":"2026-09-09T13:20:49.672Z"}]},"firstSeenAt":"2026-09-09T13:20:49.672Z","updatedAt":"2026-09-09T13:22:01.938Z"}