{"_id":"@agentcrm/mcp-server","name":"@agentcrm/mcp-server","dist-tags":{"latest":"0.2.0"},"versions":{"0.2.0":{"name":"@agentcrm/mcp-server","version":"0.2.0","description":"UpSight MCP Server — connect AI agents to your customer intelligence","license":"MIT","type":"module","bin":{"upsight-mcp":"dist/index.js"},"keywords":["mcp","model-context-protocol","claude","cursor","ai","crm","customer-intelligence","upsight"],"repository":{"type":"git","url":"git+https://github.com/getupsight/upsight.git","directory":"packages/mcp-server"},"homepage":"https://getupsight.com","scripts":{"build":"tsup","prepublishOnly":"tsup"},"dependencies":{"@modelcontextprotocol/sdk":"^1.24.0"},"devDependencies":{"tsup":"^8.0.0","typescript":"^5.8.0"},"_id":"@agentcrm/mcp-server@0.2.0","gitHead":"66de969f8c8aafc0a0f7bbd30be7eb0a348d6122","bugs":{"url":"https://github.com/getupsight/upsight/issues"},"_nodeVersion":"24.3.0","_npmVersion":"11.4.2","dist":{"integrity":"sha512-VRvT4M0FYe0jV70T0hAlavyza37ZDJc2TmGbthjRnFS1L83XfavbwYRi5shZd7nfbzfKBpvjGPMO7tiGGqDn6A==","shasum":"e1e3b3ae5116c2c4d0a8b45a78b6785bfdad8d1b","tarball":"https://registry.npmjs.org/@agentcrm/mcp-server/-/mcp-server-0.2.0.tgz","fileCount":3,"unpackedSize":3685,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDtQ928nJJ4FolE5VChqYcspMNU8aP46CkGj4ufrzlVqgIge41xC8+0OiPiuOs49vLzqAsSkA1MmJ2eRI5jA3eejxk="}]},"_npmUser":{"name":"rockodragon","email":"rickmoy@gmail.com"},"directories":{},"maintainers":[{"name":"rockodragon","email":"rickmoy@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/mcp-server_0.2.0_1774059515479_0.4371909248127812"},"_hasShrinkwrap":false}},"time":{"created":"2026-03-21T02:18:35.394Z","0.2.0":"2026-03-21T02:18:35.645Z","modified":"2026-03-21T02:18:35.869Z"},"maintainers":[{"name":"rockodragon","email":"rickmoy@gmail.com"}],"description":"UpSight MCP Server — connect AI agents to your customer intelligence","homepage":"https://getupsight.com","keywords":["mcp","model-context-protocol","claude","cursor","ai","crm","customer-intelligence","upsight"],"repository":{"type":"git","url":"git+https://github.com/getupsight/upsight.git","directory":"packages/mcp-server"},"bugs":{"url":"https://github.com/getupsight/upsight/issues"},"license":"MIT","readme":"# @getupsight/mcp-server\n\nConnect AI agents (Claude Desktop, Cursor, etc.) to your UpSight customer intelligence.\n\n## Setup\n\nAdd to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"upsight\": {\n      \"command\": \"node\",\n      \"args\": [\"/path/to/Insights/packages/mcp-server/dist/index.js\"],\n      \"env\": {\n        \"UPSIGHT_API_KEY\": \"upsk_...\",\n        \"UPSIGHT_URL\": \"http://localhost:4280\"\n      }\n    }\n  }\n}\n```\n\nOnce published to npm:\n\n```json\n{\n  \"mcpServers\": {\n    \"upsight\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@getupsight/mcp-server\"],\n      \"env\": {\n        \"UPSIGHT_API_KEY\": \"upsk_...\"\n      }\n    }\n  }\n}\n```\n\n## How it works\n\nThis is a thin stdio-to-HTTP proxy. All logic runs on `getupsight.com`. The package:\n\n1. Reads `UPSIGHT_API_KEY` from env\n2. Connects to the hosted MCP server over SSE\n3. Proxies stdio (from Claude Desktop) to HTTP (to the server)\n\n## Available tools (18)\n\n**Read**: semantic_search_evidence, fetch_evidence, fetch_themes, fetch_people_details, fetch_surveys, search_survey_responses, fetch_interview_context, fetch_personas, fetch_segments, semantic_search_people, fetch_project_status\n\n**Write**: upsert_person, manage_people, create_task, update_task, delete_task, mark_task_complete, manage_annotations\n\n## Development\n\n```bash\nnpm run build    # Build with tsup\nnpm run dev      # Watch mode\n```\n","readmeFilename":"README.md","_rev":"1-0b565625269b745abb96c34d7e8193b2"}