腾讯云联网搜索API的MCP服务器
Project description
腾讯云联网搜索MCP服务器
这是一个基于Model Context Protocol (MCP)的腾讯云联网搜索API服务器,可以让你在各种支持MCP的应用中使用腾讯云的搜索功能。
功能特性
- 🚀 基于MCP协议,支持多种MCP客户端
- 🔍 使用腾讯云联网搜索API进行网络搜索
- 📝 格式化的搜索结果展示
- 🛡️ 完善的错误处理和参数验证
安装
使用uv安装(推荐)
uv install tencent-cloud-search-mcp
使用pip安装
pip install tencent-cloud-search-mcp
配置
在使用前,需要设置腾讯云API凭据:
export TENCENTCLOUD_SECRET_ID="your_secret_id"
export TENCENTCLOUD_SECRET_KEY="your_secret_key"
使用方法
作为MCP服务器使用
- 在支持MCP的应用中配置此服务器
- 使用工具名称
tencent_search进行搜索
命令行运行
tencent-search-mcp
作为Python模块运行
python -m tencent_cloud_search_mcp.server
API参考
可用工具
tencent_search
使用腾讯云联网搜索API进行搜索
参数:
query(string, 必需): 搜索查询关键词limit(integer, 可选): 返回结果数量限制,默认10
返回格式化的搜索结果,包含标题、链接和描述。
故障排除
常见问题
-
认证失败
- 检查
TENCENTCLOUD_SECRET_ID和TENCENTCLOUD_SECRET_KEY环境变量是否正确设置 - 确认API密钥有足够的权限
- 检查
-
网络连接问题
- 检查网络连接
- 确认腾讯云API服务可用
-
依赖安装失败
- 确保使用Python 3.10或更高版本
许可证
MIT License - 详见 LICENSE 文件
更新日志
0.1.0
- 初始版本发布
- 支持腾讯云联网搜索API
- 完整的MCP服务器实现
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tencent_cloud_search_mcp-0.1.6.tar.gz.
File metadata
- Download URL: tencent_cloud_search_mcp-0.1.6.tar.gz
- Upload date:
- Size: 63.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c36e4c006ead99e967c6cc98b81b1c12c14e454014de248f65318e9f18524f5
|
|
| MD5 |
add1a00b2eee62d172f9b36bb453f669
|
|
| BLAKE2b-256 |
e2d0d22b97ae7be8a2bff9b68aa1cf6925bd770aefc750b0ec54de9e409e97a1
|
File details
Details for the file tencent_cloud_search_mcp-0.1.6-py3-none-any.whl.
File metadata
- Download URL: tencent_cloud_search_mcp-0.1.6-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f73d8b74e8d011e7c823cfc1a926c936e95a97d919aa764a6a3222f6fc30e7b
|
|
| MD5 |
8eea212189782534a6932a74c342f677
|
|
| BLAKE2b-256 |
84fd19c7e77dd517e9fa67faacfcdfd03879856be151d5b2e810a100fd214230
|