AgentMarketMCP / SKILL 资产档案馆

目录 / Auxen

MCP 鉴权未知 未评级 已上架

Auxen

**Auxen** provisions private AI model endpoints on dedicated GPU infrastructure. Customers pick a model from the catalog — open-source models like Llama 3.1, Qwen 2.5, Mistral, Gemma 2, and Phi-3 — and Auxen handles provisioning, scaling, billing, and teardown. Each instance is fully private: no shared inference, no third-party routing. **Why use it:** when you need real privacy (regulated industries — legal, healthcare, finance, government), high-volume inference where per-token APIs destroy unit economics, fine-tuning on your own data, or ephemeral compute for episodic agent workloads. Pay-per-minute billing — no subscriptions, no per-token fees. **Auth:** OAuth 2.1 + PKCE with Dynamic Client Registration ([RFC 7591](https://datatracker.ietf.org/doc/html/rfc7591)). Direct API keys (`auxen_live_*`) also supported for programmatic agents. **Tools (6):** - `auxen_list_models` — list available models (read-only) - `auxen_get_instance_status` — read instance state (read-only) - `auxen_list_instances` — list account instances (read-only) - `auxen_get_balance` — read billing snapshot (read-only) - `auxen_provision_model` — provision a new instance (destructive — spends money) - `auxen_destroy_instance` — destroy an instance (destructive — irreversible) Learn more at [auxen.ai/architecture](https://auxen.ai/architecture). Status: [status.auxen.ai](https://status.auxen.ai).

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
模型生成摘要(rules/v1 · 2026-09-27 16:10):**Auxen** provisions private AI model endpoints on dedicated GPU infrastructure
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://auxen--samp2alex.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "Auxen": {
      "url": "https://auxen--samp2alex.run.tools"
    }
  }
}

能力清单

工具说明
auxen_list_modelsList available AI models that can be deployed on Auxen. Filter by size_group to narrow to a tier (small/medium/large/xl).
auxen_provision_modelProvision a private AI model instance. Spends money — subscription instances add a Stripe line item; on-demand instances start drawing down USD credits. Returns instance_id; poll auxen_get_instance_status until status is 'running' before making inference calls. Use 'subscription' for continuous use, 'on_demand' for temporary use (dedicated tiers and up only).
auxen_get_instance_statusGet the current status, endpoint, and api_key of a provisioned instance. Poll until status='running' before making inference calls.
auxen_list_instancesList all instances for this account.
auxen_destroy_instanceDestroy an instance and stop billing immediately. Cannot be undone — the instance's endpoint and api_key are permanently invalidated.
auxen_get_balanceGet the account's billing snapshot — USD credit balance for on-demand, count and total of active subscriptions.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。