cuqu-mcp
OfficialProvides WeChat integration for generating share links and mini-program paths for activities, and creating WeChat Pay payments for booking orders.
CUQU (找搭子) MCP Server
Open-source MCP server giving AI agents live access to CUQU (找搭子) — a local offline social activities platform in China (Shenzhen-based, 10+ cities incl. Hong Kong, China). Users discover and book offline interest-based group activities (board games, frisbee, hiking, badminton, fishing, anime and 100+ more categories); organizers publish and run events.
Live demo endpoint (hosted): https://agent.cuqu.net/mcp (Streamable HTTP, per-user cq-sk- keys — see llms.txt)
Agent Card: https://cuqu.net/.well-known/agent.json
What this repository contains
Path | What it is |
| The MCP server implementation — zero-dependency Python, JSON-RPC 2.0 over stdio. Read tools call CUQU's public live activity API; write tools forward to the hosted gateway with a user key. |
| One-command container build for the server (glama.ai / docker / any MCP host). |
| glama.ai directory metadata & maintainership. |
| Connectivity check for the hosted gateway. |
| Agent skill manifests and platform integration docs (Qwen/Dify/Yuanqi). |
Related MCP server: Generic MCP Gateway
Tools (8)
Tool | Type | Description |
| read (no key) | Search live activities by type / city / date — 100+ categories, real-time public data |
| read (no key) | Full detail card for one activity (time, venue, price, booking progress, organizer, cover) |
| read (no key) | Curated partner venue directory (capacity, per-head price) |
| read (no key) | Share link + WeChat mini-program path for an activity |
| write (key) | Organizer publishes a new event |
| write (key) | Book a user into an activity |
| write (key) | Create WeChat Pay for a booking order |
| write (key) | On-site check-in / redemption |
Write tools are executed by the hosted gateway and require CUQU_API_KEY (cq-sk-..., issued via scan-to-issue flow documented in llms.txt).
Quick start
# stdio, zero dependencies, Python 3.9+
python -u server.py
# or via Docker
docker build -t cuqu-mcp .
docker run -i cuqu-mcpClaude Desktop / any stdio MCP client:
{
"mcpServers": {
"cuqu": {
"command": "python",
"args": ["-u", "/path/to/server.py"],
"env": { "CUQU_API_KEY": "cq-sk-...(optional, enables write tools)" }
}
}
}License
MIT — © 2026 光天科技(深圳)有限公司 (Guangtian Technology (Shenzhen) Co., Ltd.)
This server cannot be deployed
Maintenance
Related MCP Connectors
Discover and call 10,000+ production APIs from one MCP server. Pay-per-call billing for AI agents.
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
MCP server: AI-agent access to Chinese social & trend signals — Douyin, Weibo, Xiaohongshu/RedNote,
- mcpweaveOAuthcom.mcpweave
Korea-native MCP gateway: Korean commerce, payments, messaging, gov & finance APIs for AI agents.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceDragonMCP is a Model Context Protocol (MCP) server designed for AI Agents to interact with local life services in Greater China (Mainland China, HKSAR) and Asia. DragonMCP 是一个专为 AI Agent 设计的 Model Context Protocol (MCP) 服务器,旨在提供中国内地、中国香港及亚洲地区的本地生活服务接口。21MIT
- FlicenseNot gradedqualityDmaintenanceA general-purpose MCP gateway integrating tool management, memory, reminders, and multi-channel messaging (Telegram/QQ), enabling autonomous AI agents.-
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that consolidates 237+ social/e-commerce data APIs (TikTok, Xiaohongshu, Taobao, etc.) into 6 fixed tools, enabling natural language semantic search and dynamic invocation without code changes.1MIT
- AlicenseNot gradedqualityAmaintenanceA hosted remote MCP service enabling AI clients to call Feishu's 2500+ APIs via 200+ tools, with smart orchestration for multi-step operations.11MIT No Attribution