@boxverse_ai/listenme-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@boxverse_ai/listenme-mcp-serverCreate a new research task for user feedback analysis"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@boxverse_ai/listenme-mcp-server
MCP server for ListenME — product research task management via Boxverse AI.
Provides 19 tools for managing research tasks, reviewing user feedback, and generating insights through the Model Context Protocol (MCP).
Quick Start
npx @boxverse_ai/listenme-mcp-serverOr install globally:
npm install -g @boxverse_ai/listenme-mcp-server
listenme-mcpRelated MCP server: concierge-mcp
Setup
1. Initialize config
npx @boxverse_ai/listenme-mcp-server init <apiKey> <apiSecret>This creates ~/.listenme/config.json with your credentials.
You can optionally override the base URLs:
npx @boxverse_ai/listenme-mcp-server init <apiKey> <apiSecret> <walletBaseUrl> <aiBaseUrl>2. Or use environment variables
Variable | Description | Default |
| API key from Boxverse dashboard | — |
| API secret | — |
| Wallet API base URL |
|
| AI API base URL |
|
| Response language |
|
Environment variables take precedence over config file values.
MCP Client Configuration
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"listenme": {
"command": "npx",
"args": ["-y", "@boxverse_ai/listenme-mcp-server"],
"env": {
"LISTENME_API_KEY": "your-key",
"LISTENME_API_SECRET": "your-secret"
}
}
}
}If you've already run init, you can omit the env block:
{
"mcpServers": {
"listenme": {
"command": "npx",
"args": ["-y", "@boxverse_ai/listenme-mcp-server"]
}
}
}Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"listenme": {
"command": "npx",
"args": ["-y", "@boxverse_ai/listenme-mcp-server"],
"env": {
"LISTENME_API_KEY": "your-key",
"LISTENME_API_SECRET": "your-secret"
}
}
}
}SSE Transport
For HTTP-based clients, use SSE mode:
npx @boxverse_ai/listenme-mcp-server --sse
# or
SSE=1 SSE_PORT=3001 npx @boxverse_ai/listenme-mcp-serverEndpoints:
SSE:
http://localhost:3001/sseMessages:
POST http://localhost:3001/messagesHealth:
GET http://localhost:3001/health
Tools (21)
Agent Management (Wallet API)
Tool | Description |
| Create a new AI agent |
| List AI agents with filtering and pagination |
Task Management (Wallet API)
Tool | Description |
| List available task type categories |
| Create a new research task |
| Update an existing task |
| Delete a task |
| List tasks with filtering and pagination |
| Get full task details |
| Get task submission logs |
| List task rewards |
| Manually submit a task completion |
| Refund a task |
| Review and approve/reject reward submissions |
Feedback & Analysis (AI API)
Tool | Description |
| Overview stats for a task's feedback |
| List feedback entries with filters |
| Get discovered feedback topics |
| Detailed feedback analysis |
| Retrieve generated key insights |
| Trigger AI insight generation |
| Get a single feedback entry |
| Update feedback status/notes |
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA multi-purpose MCP server that enables Reddit research for market validation, data visualization with charts, medicine information lookup, user preference management, and task management tools. Provides comprehensive utilities for research, data analysis, and personal productivity through natural language interactions.1
- Alicense-qualityDmaintenanceMCP server for Concierge, enabling AI agents to manage Discord customer support operations including tickets, AI, knowledge base, analytics, and more via natural language.7MIT
- Alicense-qualityAmaintenanceProject Management AI - MCP server providing AI-powered tools and automation by MEOK AI Labs7MIT
- Alicense-qualityDmaintenanceComprehensive Discord MCP server with 66 tools that provides rich message context including emoji reactions, thread indicators, and attachment metadata inline. Enables AI assistants to interact with Discord servers for messaging, moderation, roles, channels, and more.2301MIT
Related MCP Connectors
Pocket Agent (aipocketagent.com) MCP server — read tools for personas, apps, and product info.
An MCP server for deep research or task groups
Official MCP server for Lovable, the AI-powered full-stack app builder.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chesterkuo/boxverseai-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server