Skip to main content
ClaudeWave

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.

MCP ServersRegistry oficial0 estrellas0 forksPythonActualizado today
Install in Claude Code / Claude Desktop
Method: UVX (Python) · agent-handoff
Claude Code CLI
claude mcp add agent-handoff -- uvx agent-handoff
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "agent-handoff": {
      "command": "uvx",
      "args": ["agent-handoff"],
      "env": {
        "HANDOFF_API_KEY": "<handoff_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/jordan23wagner-ops/agent-handoff and follow its README.
Detected environment variables
HANDOFF_API_KEY
Casos de uso

Resumen 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.
ai-agentscrewaifastapilangchainllmmiddlewaremulti-agentpowershellpythonstripe

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.

Featured on ClaudeWave: jordan23wagner-ops/agent-handoff
[![Featured on ClaudeWave](https://claudewave.com/api/badge/jordan23wagner-ops-agent-handoff)](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

Alternativas a agent-handoff