Serverless middleware for AI agent handoffs with built-in Stripe metered billing. Works with LangChain, CrewAI, and AutoGen. Per-handoff billing at USD 0.001.
claude mcp add agent-handoff -- uvx agent-handoff{
"mcpServers": {
"agent-handoff": {
"command": "uvx",
"args": ["agent-handoff"],
"env": {
"HANDOFF_API_KEY": "<handoff_api_key>"
}
}
}
}HANDOFF_API_KEYResumen de MCP Servers
# Agent Handoff Middleware
Serverless middleware for AI agent handoffs with built-in Stripe metered billing. Clean, enrich, and route messages between AI agents in one API call.
## Live API
```bash
https://agent-handoff-production-573c.up.railway.app
```bash
## Endpoints
| Endpoint | Method | Description |
|----------|--------|-------------|
| /handoff | POST | Process and route a message to the next agent |
| /health | GET | Service health check |
| /stats | GET | Usage statistics (requires API key) |
| /mcp | POST | Model Context Protocol server (`handoff` + `get_usage_stats` tools) — same auth/billing path as REST |
## Quick Start
```bash
curl -X POST https://agent-handoff-production-573c.up.railway.app/handoff -H 'x-api-key: your-key' -H 'Content-Type: application/json' -d '{"message": {"task": "Summarize this"}, "next_agent": "summarizer"}'
```bash
## PowerShell Module
```powershell
Install-Module AgentHandoff
$env:HANDOFF_API_KEY = 'your-key'
$result = Invoke-AgentHandoff -Message @{ task = 'Summarize this' } -NextAgent 'summarizer' -VerboseOutput
```powershell
## Pricing
- Pay-per-use: $0.001 per handoff via Stripe
- Pro tier: $29/month for unlimited handoffs
## Tech Stack
- FastAPI + Python
- Railway deployment
- Stripe metered billing
- Slowapi rate limiting
## Links
- [PowerShell Gallery](https://www.powershellgallery.com/packages/AgentHandoff)
- [Live API](https://agent-handoff-production-573c.up.railway.app/health)
## Recent changes (2026-07-27)
- **MCP server added** at `POST /mcp` — exposes `handoff` and `get_usage_stats` as MCP tools over JSON-RPC 2.0, discoverable via `tools/list`. Runs through the exact same auth → usage → billing path as the REST `/handoff` endpoint, so it can't become an unmetered bypass. `server.json` added for the official MCP registry (schema-validated); publishing via `mcp-publisher` is still pending.
- **Durable billing-failure audit trail** — failures now persist to Supabase (`public.billing_failures`) instead of only an ephemeral local file that reset on every redeploy.
Lo que la gente pregunta sobre agent-handoff
¿Qué es jordan23wagner-ops/agent-handoff?
+
jordan23wagner-ops/agent-handoff es mcp servers para el ecosistema de Claude AI. Serverless middleware for AI agent handoffs with built-in Stripe metered billing. Works with LangChain, CrewAI, and AutoGen. Per-handoff billing at USD 0.001. Tiene 0 estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala agent-handoff?
+
Puedes instalar agent-handoff clonando el repositorio (https://github.com/jordan23wagner-ops/agent-handoff) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar jordan23wagner-ops/agent-handoff?
+
jordan23wagner-ops/agent-handoff aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene jordan23wagner-ops/agent-handoff?
+
jordan23wagner-ops/agent-handoff es mantenido por jordan23wagner-ops. La última actividad registrada en GitHub es de today, con 0 issues abiertos.
¿Hay alternativas a agent-handoff?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega agent-handoff en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/jordan23wagner-ops-agent-handoff)<a href="https://claudewave.com/repo/jordan23wagner-ops-agent-handoff"><img src="https://claudewave.com/api/badge/jordan23wagner-ops-agent-handoff" alt="Featured on ClaudeWave: jordan23wagner-ops/agent-handoff" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!