Auxen MCP
Auxen MCP Server
This is the public manifest repo for the Auxen MCP (Model Context Protocol) server. The server itself runs at https://api.auxen.ai/mcp — this repo exists so registries (Smithery, Glama, the official MCP registry) have a canonical place to read metadata from.
Connect
The Auxen MCP server is a remote, StreamableHTTP server. Add it to your MCP client by URL:
https://api.auxen.ai/mcpAuthentication uses OAuth 2.1 + PKCE (recommended for browser-based clients) or a direct Auxen API key (auxen_live_* / auxen_test_*) sent as Authorization: Bearer <key>.
OAuth flow
The discovery metadata is at:
https://api.auxen.ai/.well-known/oauth-authorization-server(RFC 8414)https://api.auxen.ai/.well-known/oauth-protected-resource(RFC 9728)
Clients that support Dynamic Client Registration (RFC 7591) — including Claude.ai's Connectors Directory — can register themselves automatically. After registration the client redirects the user's browser to https://api.auxen.ai/oauth/authorize, the user logs in to Auxen and approves the connection on https://auxen.ai/oauth/authorize, and the client receives an authorization code that exchanges for an access token at https://api.auxen.ai/oauth/token.
Direct key (programmatic)
For agents that don't go through a browser, generate an auxen_live_* (or auxen_test_*) key at https://auxen.ai/dashboard/api-keys and send it as Authorization: Bearer <key> on every MCP call.
Related MCP server: atom-mcp-server
Tools
Tool | Effect | Hint |
| List available models, optionally filtered by size | read-only |
| Get status, endpoint, api_key for an instance | read-only |
| List all instances on the account | read-only |
| Read USD credits + active subscriptions | read-only |
| Provision a new model instance — spends money | destructive |
| Destroy an instance — irreversible | destructive |
What is Auxen?
Auxen provisions private, dedicated GPU instances running open-source models (Llama 3.1, Qwen 2.5, Mistral, Gemma 2, Phi-3). Each instance is fully private — no shared inference, no third-party routing. Pay-per-minute billing, no subscriptions.
For the human-facing documentation:
Website: https://auxen.ai
Architecture explainer: https://auxen.ai/architecture
Agent reference: https://auxen.ai/agent-reference.md
Concise reference for LLMs: https://auxen.ai/llms.txt
OpenAPI 3.1 spec: https://api.auxen.ai/openapi.json
Support
Email: hello@auxen.ai
Status: https://status.auxen.ai
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceUnified AI compute API gateway for agents. Access 30+ services and 95+ models across 8 backends (Groq, Together AI, DeepInfra, Fireworks, Replicate, RunPod) with native x402 USDC payments, Stripe, and crypto top-up.5433MIT
- AlicenseAqualityBmaintenanceGlobal price benchmarking for AI inference across 2,600+ SKUs from 47 vendors. Query live pricing, market indexes, and model specs via 8 tools. Free tier available.872MIT
- AlicenseAqualityBmaintenancePrivacy-preserving AI gateway. Sanitises PII before prompts reach Anthropic / OpenAI / your LLM, then emits a signed cryptographic certificate per call (Ed25519 + RFC 3161 + Sigstore Rekor). EU GDPR + AI Act ready. Free tier 500/mo with BYOK.12MIT
- Flicense-qualityBmaintenanceProvides real-time AI infrastructure data including LLM costs, model benchmarks, API deprecations, quality scores, and agent spend tracking. Supports authentication, rate limiting, x402 micropayments, and Stripe billing.
Related MCP Connectors
Run 100+ AI models — image, video, audio, 3D — through one API with pay-per-use billing.
Enterprise AI Control Plane: governance, guardrails, spend tracking, compliance & smart routing.
Discover, prove, route, and serve small AI specialists with fast RAG and private agent memory.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/auxen-ai/auxen-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server