Jinko MCP✓
com.gojinko.mcp/jinko · v0.0.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "com.gojinko.mcp/jinko",
"description": "Turn your ChatGPT to a super travel agent",
"title": "Jinko MCP",
"version": "0.0.1",
"websiteUrl": "https://gojinko.com",
"icons": [
{
"src": "https://statics.gojinko.com/assets/images/jinko-logo-h6x8s.png",
"mimeType": "image/png",
"sizes": [
"200x200"
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.gojinko.com"
},
{
"type": "sse",
"url": "https://mcp.gojinko.com"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}