Deploy MCP Services for Your AI Agent
One domain, multiple MCP servers. Connect via HTTP with header-based auth — let your coding agent call any tool you deploy.
Live: Tencent Docs MCP — read/write smart sheets, spreadsheets, and attachments. More services coming.
{
"mcpServers": {
"tencent-docs": {
"url": "https://mcp.iceywu.cn/tencent-docs/",
"headers": {
"x-tencent-client-id": "<your-id>",
"x-tencent-access-token": "<your-token>",
"x-tencent-open-id": "<your-open-id>"
}
}
}
}Available Services
How to Connect
All services share one domain, routed by path. Credentials via HTTP headers — no local install required.
Add Your MCP
Have an MCP service to deploy? MCP Hub supports one-click Dockerfile deployment. Submit a PR to get your tool in front of more AI agents.
View on GitHub