ProSearch (Tencent)
Rank #23,266pulsemcp/tencent-prosearch
Integrates with Tencent's ProSearch cloud API to provide intelligent web search capabilities with advanced filtering options including time-based queries, site-specific searches, and multiple search modes for current web information and research workflows.
ProSearch (Tencent) is a Model Context Protocol (MCP) server published by Tencent. It ranks #23,266 of 115,460 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. ProSearch (Tencent) is listed on PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on Nov 7, 2025.
Ranks ahead of 92,194 of 115,460 servers on MCP Toplist.
Use ProSearch (Tencent)
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http tencent-prosearch https://agent.html5.qq.com/prosearch/sseThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add --transport http tencent-prosearch https://agent.html5.qq.com/prosearch_vip/sseThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.tencent-prosearch]
url = "https://agent.html5.qq.com/prosearch/sse"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.tencent-prosearch]
url = "https://agent.html5.qq.com/prosearch_vip/sse"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://agent.html5.qq.com/prosearch/sseSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
https://agent.html5.qq.com/prosearch_vip/sseSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"tencent-prosearch": {
"url": "https://agent.html5.qq.com/prosearch/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"tencent-prosearch": {
"url": "https://agent.html5.qq.com/prosearch_vip/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"tencent-prosearch": {
"type": "http",
"url": "https://agent.html5.qq.com/prosearch/sse"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"tencent-prosearch": {
"type": "http",
"url": "https://agent.html5.qq.com/prosearch_vip/sse"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"tencent-prosearch": {
"serverUrl": "https://agent.html5.qq.com/prosearch/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"tencent-prosearch": {
"serverUrl": "https://agent.html5.qq.com/prosearch_vip/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"tencent-prosearch": {
"url": "https://agent.html5.qq.com/prosearch/sse"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"tencent-prosearch": {
"url": "https://agent.html5.qq.com/prosearch_vip/sse"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/pulsemcp%2Ftencent-prosearch)<a href="https://mcptoplist.com/server/pulsemcp%2Ftencent-prosearch"><img src="https://mcptoplist.com/badge/pulsemcp%2Ftencent-prosearch.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Tencent
Other servers by Tencent
- 🛡️ A.I.G(AI-Infra-Guard)#105 · 13 vers
- Tencent Cloud COS MCP Server#15,212
- Tencent Cloud Log Service (CLS) MCP Server#27,623
Not versioned
This server is published through a registry that does not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains ProSearch (Tencent)?
- ProSearch (Tencent) is maintained by Tencent, which publishes 4 MCP servers (13 total versions) tracked on MCP Toplist.
- Is ProSearch (Tencent) listed on the Official MCP Registry?
- ProSearch (Tencent) is not on the Official MCP Registry. It is listed on PulseMCP.
- How many versions does ProSearch (Tencent) have?
- ProSearch (Tencent) ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for ProSearch (Tencent)?
- The source code for ProSearch (Tencent) is hosted at github.com/tencent/websearchmcp.