Provides cloud migration services, including asset usage analysis, technology stack evaluation, and migration planning.
该MCP服务提供上云资产相关服务信息,包括云服务使用情况、技术栈分析、云迁移方案等功能,帮助用户了解企业的上云使用情况。
git clone https://github.com/handaas/cloudmigration-mcp-server
cd cloudmigration-mcp-server
python -m venv mcp_env && source mcp_env/bin/activate
pip install -r requirements.txt
复制环境变量模板并配置:
cp .env.example .env
编辑 .env
文件,配置以下环境变量:
INTEGRATOR_ID=your_integrator_id
SECRET_ID=your_secret_id
SECRET_KEY=your_secret_key
python server/mcp_server.py streamable-http
服务将在 http://localhost:8000
启动。
{
"mcpServers": {
"handaas-mcp-server": {
"type": "streamableHttp",
"url": "http://127.0.0.1:8000/mcp"
}
}
}
{
"mcpServers": {
"cloudmigration-mcp-server": {
"command": "uv",
"args": ["run", "mcp", "run", "{workdir}/server/mcp_server.py"],
"env": {
"PATH": "{workdir}/mcp_env/bin:$PATH",
"PYTHONPATH": "{workdir}/mcp_env",
"INTEGRATOR_ID": "your_integrator_id",
"SECRET_ID": "your_secret_id",
"SECRET_KEY": "your_secret_key"
}
}
}
}
{
"mcpServers": {
"cloudmigration-mcp-server":{
"type": "streamableHttp",
"url": "https://mcp.handaas.com/cloudmigration/cloudmigration?token={token}"
}
}
}
功能: 企业关键词模糊查询
根据提供的企业名称、人名、品牌、产品、岗位等关键词模糊查询相关企业列表。
参数:
matchKeyword
(必需): 匹配关键词 - 查询各类信息包含匹配关键词的企业pageIndex
(可选): 分页开始位置pageSize
(可选): 分页结束位置 - 一页最多获取50条数据返回值:
total
: 总数resultList
: 结果列表,包含企业基本信息功能: 云上资产分析
查询企业的云上资产信息,输出企业在云上的各种资产状况及特征信息,如有效域名、云服务厂商及云用量等。
参数:
matchKeyword
(必需): 匹配关键词 - 企业名称/注册号/统一社会信用代码/企业idkeywordType
(可选): 主体类型枚举 - name/nameId/regNumber/socialCreditCode返回值:
effectiveSubDomainNum
: 有效域名数量subDomainNum
: 子域名数量effectiveSubDomainList
: 有效域名列表subDomainList
: 子域名列表cloudServerList
: 云服务厂商列表cloudConsumptionScale
: 上云资产等级cloudServerNumInterval
: 云用量范围cloudServiceProviderRatio
: 云服务厂商比例
cloudService
: 云服务商名称ratio
: 云服务厂商比例hasOverseasCloudService
: 有无海外服务器(0:无 1:有)hasCdn
: 有无使用CDN(0:无 1:有)cdnServerNum
: CDN使用规模cdnServerList
: CDN服务商列表hasIDC
: 有无使用IDC(0:无 1:有)hasCloudStorage
: 有无使用云存储(0:无 1:有)功能: 域名信息查询
根据企业标识信息查询与该企业相关的所有已注册的域名信息,包括域名名称、对应网址、审核时间等详情。
参数:
matchKeyword
(必需): 匹配关键词 - 企业名称/注册号/统一社会信用代码/企业idkeywordType
(可选): 主体类型枚举 - name/nameId/regNumber/socialCreditCodepageIndex
(可选): 页码pageSize
(可选): 分页大小 - 一页最多获取50条数据返回值:
total
: 总数resultList
: 列表结果
domainName
: 域名名称domainUrl
: 网址websiteRecord
: 网站备案号filingAuditTime
: 审核时间isHomePage
: 是否官网A Rust-based server that integrates the Wazuh SIEM system with MCP-compatible applications.
Analyzes images using the GPT-4o-mini model via the OpenAI API.
Connect to Kubernetes cluster and manage pods, deployments, services.
MCP Server for LinkedIn Ads, powered by the CData JDBC Driver. Requires a separate license and configuration.
Interact with your content on the Contentful platform
A read-only MCP server for Azure Data Catalog, powered by CData's JDBC driver.
Access Alpha Vantage financial data APIs to get real-time and historical stock data, forex rates, and cryptocurrency information.
A remote MCP server deployable on Cloudflare Workers without authentication.
Interact with capabilities of the CRIC Wuye AI platform, an intelligent assistant specifically for the property management industry.
Interact with Webflow APIs to list and edit your site and CMS data.