AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

XidaoApi

mcp-xidaoapi-xidaoapi · by XidaoApi

OpenAI-compatible AI API gateway — 100+ models, smart routing, failover. Claude, GPT, Gemini, DeepSeek, Qwen, Mistral. Free $10 credit.

No reviews yet
0 installs
35 views
0.0% view→install

Install

$ agentstack add mcp-xidaoapi-xidaoapi

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-xidaoapi-xidaoapi)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of XidaoApi? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

XiDao API Gateway

[](https://opensource.org/licenses/MIT) [](https://xidaoapi.com) [](https://xidaoapi.com) [](https://xidaoapi.com)

The affordable OpenAI-compatible AI API gateway for developers, startups, and AI agents.

Access 100+ LLM models through a single API endpoint — Claude 4.7, GPT-5.5, Gemini 3.0 Pro, DeepSeek V4, Qwen 3, Mistral Large, Llama 4, and more. Smart routing, automatic failover, and cost optimization built in.


Quick Start

from openai import OpenAI

client = OpenAI(
    api_key="your-xidao-api-key",
    base_url="https://api.xidaoapi.com/v1"
)

response = client.chat.completions.create(
    model="claude-4.7",
    messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)

Open-Source Tools and Examples

| Repository | Description | |------------|-------------| | agent-eval-toolkit | Evaluate LLM agent outputs across providers — tool-use validation, regression testing, cost-aware scoring | | local-llm-router | Route prompts between local and cloud LLMs by task complexity — save 80%+ on AI costs | | xidao-python-examples | Python SDK examples — chat, streaming, embeddings, multi-provider switching | | xidao-nodejs-examples | Node.js/TypeScript — streaming, Vercel AI SDK, endpoint migration | | xidao-cookbook | Migration guides, failover patterns, cost control recipes | | llm-api-bench | Benchmark LLM providers on latency, throughput, cost, and quality | | llm-cost-calculator | Compare pricing across 50+ providers and estimate monthly costs | | llm-config-auditor | Audit OpenAI-compatible app configs for baseurl, model, retries, timeouts, and production-safety mistakes before deployment | | llm-failover-router-demo | Production failover router with circuit breakers and health checks | | mcp-cost-analyzer | Analyze MCP tool schema overhead, token usage, and per-turn cost for AI agents | | mcp-server-template | MCP server template with multi-provider routing and observability | | llm-provider-migration-checklist | Safe provider switching checklist with regression test suite | | llm-output-checker-action | GitHub Action to validate LLM responses in CI/CD pipelines | | llm-prompt-tester | Test and compare LLM prompts across providers — quality scoring, latency, cost |

Why Developers Choose XiDao

  • Drop-in compatible — Works with OpenAI SDK, just change base_url
  • 100+ models — Claude 4.7, GPT-5.5, Gemini 3.0 Pro, DeepSeek V4, Qwen 3, Mistral Large, Llama 4, and more
  • Smart routing — Automatic failover between providers with circuit breakers
  • Cost optimization — Route to cheaper models for simple tasks, premium for complex ones
  • MCP support — Model Context Protocol tools for AI agent integrations
  • Free $10 credit — Start testing immediately, no credit card required

Links

  • Website: https://xidaoapi.com
  • Support: support@xidao.online
  • Telegram: https://t.me/ccyu085

Russian

XiDao AI API Gateway — edinyy API-shlyuz dlya dostupa k vedushchim AI-modelyam 2026 goda.

Dostupnye modeli: Claude 4.7, GPT-5.5, Gemini 3.0 Pro, DeepSeek V4, Qwen 3, Mistral Large, Llama 4 i drugie.

Preimushchestva:

  • Sovmestimost' s OpenAI API — prosto menyayte base_url
  • Intellektual'nyy routing i avtomaticheskiy failover
  • Optimizatsiya stoimosti cherez marshrutizatsiyu
  • Podderzhka MCP dlya AI-agentov
  • Besplatnyy kredit $10 dlya novykh pol'zovateley

Bysrtyy start:

from openai import OpenAI

client = OpenAI(
    api_key="your-xidao-api-key",
    base_url="https://api.xidaoapi.com/v1"
)

response = client.chat.completions.create(
    model="claude-4.7",
    messages=[{"role": "user", "content": "Privet!"}]
)
print(response.choices[0].message.content)

Poleznye ssylki:


Last updated: 2026-06-01

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.