Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.khs0927/qwen38-free-gateway

io.github.khs0927/qwen38-free-gateway

Free Qwen3.8-27B gateway with isolated Minis provider, SSE, retry/failover, and MCP.

Uptime
100.0%
3 direct probes · 30d
Response
745ms
last probe
Tools
7
callable
Resources
6
readable
Prompts
0
available

Tools · 7

qwen_chat

Ask Qwen3.8-27B through H200 with verified exact-model ZeroGPU failover.

gateway_health

Check both zero-cost Qwen3.8 providers.

provider_list

List configured zero-cost providers.

provider_rank

Rank the healthy free providers by priority and latency.

provider_probe

Run a real routed gateway inference and report the exact-model ZeroGPU fallback state.

provider_candidates

Show evaluated HAPI and Hugging Face provider candidates.

list_models

List Qwen models through the active provider.

Resources · 6

Gateway configuration

Public free-only gateway configuration.

gateway://config
Provider list

H200 primary and exact-model ZeroGPU backup.

gateway://providers
Ranked providers

Live provider health and priority.

gateway://ranked-providers
Fallback status

Live exact-model ZeroGPU fallback self-test.

gateway://fallback-status
Provider candidates

Evaluated HAPI and Hugging Face candidates.

registry://provider-candidates
Model list

Models from the active provider.

models://list

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.khs0927/qwen38-free-gateway": {
      "url": "https://api-v2.appdeploy.ai/app/qwen3-8-free-gateway-n995yy/api/mcp",
      "transport": "streamable-http"
    }
  }
}