Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

MCP server for ListenME — product research task management via Boxverse AI. Provides 21 tools for managing research tasks, reviewing user feedback, and generating insights.

README.md

@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-server

Or install globally:

npm install -g @boxverse_ai/listenme-mcp-server
listenme-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 | |----------|-------------|---------| | LISTENME_API_KEY | API key from Boxverse dashboard | — | | LISTENME_API_SECRET | API secret | — | | LISTENME_WALLET_BASE_URL | Wallet API base URL | https://api-wallet.boxtradex.io/wallet | | LISTENME_AI_BASE_URL | AI API base URL | https://api-ai.boxtradex.io/ai | | LISTENME_LANG | Response language | en |

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-server

Endpoints:

  • SSE: http://localhost:3001/sse
  • Messages: POST http://localhost:3001/messages
  • Health: GET http://localhost:3001/health

Tools (21)

Agent Management (Wallet API)

| Tool | Description | |------|-------------| | listenme_create_ai_agent | Create a new AI agent | | listenme_list_agents | List AI agents with filtering and pagination |

Task Management (Wallet API)

| Tool | Description | |------|-------------| | listenme_get_task_types | List available task type categories | | listenme_create_task | Create a new research task | | listenme_update_task | Update an existing task | | listenme_delete_task | Delete a task | | listenme_list_tasks | List tasks with filtering and pagination | | listenme_get_task_detail | Get full task details | | listenme_get_task_log | Get task submission logs | | listenme_get_task_reward_list | List task rewards | | listenme_manual_submit | Manually submit a task completion | | listenme_refund_task | Refund a task | | listenme_reward_review | Review and approve/reject reward submissions |

Feedback & Analysis (AI API)

| Tool | Description | |------|-------------| | listenme_get_feedback_overview | Overview stats for a task's feedback | | listenme_get_feedback_list | List feedback entries with filters | | listenme_get_topics | Get discovered feedback topics | | listenme_get_feedback_analysis | Detailed feedback analysis | | listenme_get_key_insights | Retrieve generated key insights | | listenme_generate_key_insights | Trigger AI insight generation | | listenme_get_feedback_detail | Get a single feedback entry | | listenme_update_feedback_log | Update feedback status/notes |

License

MIT

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Search servers.