CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Auxen

auxen-ai/auxen-mcp
6 toolsHTTPregistry active
Summary

Connects Claude to Auxen's pay-per-minute GPU provisioning API over StreamableHTTP. You get six tools: list available models (Llama, Qwen, Mistral, Gemma, Phi), provision a new dedicated instance, destroy it, check status and endpoints, read your balance, and list everything running on your account. Authentication works via OAuth 2.1 with PKCE or direct API keys. Each provisioned instance gives you a private endpoint with its own API key, billed by the minute with no shared infrastructure. Useful when you need an agent to spin up model capacity on demand rather than hardcoding inference providers, or when prototyping multi-model pipelines where instance lifetime matters.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

6 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).1 params

List available AI models that can be deployed on Auxen. Filter by size_group to narrow to a tier (small/medium/large/xl).

Parameters* required
size_groupstring
Filter by model size.one of 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 'subscripti...4 params

Provision 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 'subscripti...

Parameters* required
labelstring
Human-readable label.
modelstring
Model id from auxen_list_models.
billingstring
one of subscription · on_demand
webhook_urlstring
URL to receive instance.ready callback.
auxen_get_instance_statusGet the current status, endpoint, and api_key of a provisioned instance. Poll until status='running' before making inference calls.1 params

Get the current status, endpoint, and api_key of a provisioned instance. Poll until status='running' before making inference calls.

Parameters* required
instance_idstring
inst_xxxxxxxxxxxx from provision.
auxen_list_instancesList all instances for this account.1 params

List all instances for this account.

Parameters* required
statusstring
one of provisioning · running · error · destroyed
auxen_destroy_instanceDestroy an instance and stop billing immediately. Cannot be undone — the instance's endpoint and api_key are permanently invalidated.1 params

Destroy an instance and stop billing immediately. Cannot be undone — the instance's endpoint and api_key are permanently invalidated.

Parameters* required
instance_idstring
auxen_get_balanceGet the account's billing snapshot — USD credit balance for on-demand, count and total of active subscriptions.

Get the account's billing snapshot — USD credit balance for on-demand, count and total of active subscriptions.

No parameter schema in public metadata yet.

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/mcp

Authentication 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.

Tools

ToolEffectHint
auxen_list_modelsList available models, optionally filtered by sizeread-only
auxen_get_instance_statusGet status, endpoint, api_key for an instanceread-only
auxen_list_instancesList all instances on the accountread-only
auxen_get_balanceRead USD credits + active subscriptionsread-only
auxen_provision_modelProvision a new model instance — spends moneydestructive
auxen_destroy_instanceDestroy an instance — irreversibledestructive

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
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
UpdatedMay 18, 2026
View on GitHub