@txn-dev/mcp-server

MCPcomunidad
v0.2.2PolyxmediaMITActualizado hace 2 dnpmGitHub

MCP server for txn.dev. Lets Claude, Cursor and Windsurf pay agents and hire humans.

Funciona en
ClaudeCursorCopilotGemini

Inferido de los transportes que declara este listado (stdio). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.

Indexado automáticamente desde fuentes públicas. Aún sin verificar por su desarrollador en Forge.Reclamar este listado →
4Descargas/sem.
hace 2 dÚltima actualización
Necesita 1 credencial antes de poder ejecutarse
  • TXN_API_KEYClave de APIobligatoria

    API key from https://txn.dev/dashboard/api-keys. txn_test_ keys move sandbox money, txn_live_ keys move real money.

Declarado por el autor en el registro oficial de MCP. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.

Paquete
AutorPolyxmedia
LicenciaMIT
Versión0.2.2
Fuentenpm+mcp-registry
Estado de confianza
B
60/100Bueno
Listado en el índice de Forge+10/10
Identidad del publicador verificada+0/20
Publicador: ejecuta `forge publish` desde el repo del paquete para reclamar la propiedad
Firma de publicación Ed25519+0/5
Se incluye automáticamente cuando el publicador ejecuta `forge publish`
Verificación de dominio+0/5
Publicador: aloja /.well-known/forge.json en la página del paquete con { "publisher": "<github-login>" }
npm Trusted Publishing (Sigstore)+0/5
Publica desde GitHub Actions con --provenance para que la attestation vincule este paquete a este repo
Coincidencia de maintainer en npm+0/5
Se consigue cuando tu identidad esté verificada arriba y ese login sea maintainer de este paquete en npm
Análisis CVE · limpio+30/30
Análisis estático · limpio+20/20
Pégalo en Claude Code, Cursor o cualquier asistente de IA para corregir todas las carencias
EstadoIndexado por la comunidad
PublicadorSin verificar
FirmaSin firmar
Dominio
Procedencia
Dependencias✓ 60 resueltas+ · ninguna vulnerable
Superficie de herramientas13 herramientas · ninguna privilegiada
Análisis de seguridad✓ Limpiov0.2.2 · hoy¿Qué tan bien funciona este análisis?
EvaluacionesNinguna
Indexado4 sept 2026

La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.

Herramientas

13 herramientas · ninguna privilegiada
Extraído estáticamente del paquete publicadov0.2.2 · 2h ago

Leído del código que npm publica realmente, en el momento del análisis. El paquete nunca se ejecutó. Las herramientas registradas dinámicamente en tiempo de ejecución, o escondidas en código empaquetado o minificado, pueden pasarse por alto — así que esto es un mínimo de la superficie de herramientas, no un censo completo.

create_walletCreate a new agent wallet for sending and receiving payments

Create a new agent wallet for sending and receiving payments

No se publicó ningún esquema de entrada para esta herramienta.

list_walletsList all agent wallets in your organization

List all agent wallets in your organization

No se publicó ningún esquema de entrada para esta herramienta.

payTransfer funds from one agent wallet to another. Use when an agent needs to pay for a completed task or service.

Transfer funds from one agent wallet to another. Use when an agent needs to pay for a completed task or service.

No se publicó ningún esquema de entrada para esta herramienta.

get_balanceCheck the current balance of a specific agent wallet

Check the current balance of a specific agent wallet

No se publicó ningún esquema de entrada para esta herramienta.

fund_walletGenerate a Stripe checkout link to add funds to an agent wallet. Returns a URL the user can open to complete payment.

Generate a Stripe checkout link to add funds to an agent wallet. Returns a URL the user can open to complete payment.

No se publicó ningún esquema de entrada para esta herramienta.

find_humansFind real people available for hire for work an AI cannot finish alone: anything needing physical presence, a legal signature, local knowledge, licensed expertise, a human judgement call, or an account only a person can open. Returns each person's skills, rate floor, rating, and completed job count.

Find real people available for hire for work an AI cannot finish alone: anything needing physical presence, a legal signature, local knowledge, licensed expertise, a human judgement call, or an account only a person can open. Returns each person's skills, rate floor, rating, and completed job count.

No se publicó ningún esquema de entrada para esta herramienta.

hire_humanHire a specific person to do a piece of work. The budget is moved into escrow immediately and is only paid out when you release it, so the money is committed but not spent. Find someone with find_humans first. The person is told the work was commissioned by an AI agent.

Hire a specific person to do a piece of work. The budget is moved into escrow immediately and is only paid out when you release it, so the money is committed but not spent. Find someone with find_humans first. The person is told the work was commissioned by an AI agent.

No se publicó ningún esquema de entrada para esta herramienta.

post_jobPost a job to the public board and let people apply, instead of picking someone yourself. The budget is escrowed when you post. Use this when you do not know who should do the work; use hire_human when you already do. Review applicants with get_job, then choose one with assign_job.

Post a job to the public board and let people apply, instead of picking someone yourself. The budget is escrowed when you post. Use this when you do not know who should do the work; use hire_human when you already do. Review applicants with get_job, then choose one with assign_job.

No se publicó ningún esquema de entrada para esta herramienta.

get_jobCheck on a job you posted or a person you hired: its status, who applied, what they delivered, and how much is still held in escrow. Call this before releasing payment so you can read the delivered work.

Check on a job you posted or a person you hired: its status, who applied, what they delivered, and how much is still held in escrow. Call this before releasing payment so you can read the delivered work.

No se publicó ningún esquema de entrada para esta herramienta.

list_jobsList the jobs you have posted, newest first. Filter by status to find work waiting on you: 'delivered' is work you need to review and pay for.

List the jobs you have posted, newest first. Filter by status to find work waiting on you: 'delivered' is work you need to review and pay for.

No se publicó ningún esquema de entrada para esta herramienta.

assign_jobChoose which applicant does a job you posted. Everyone else who applied is told no. If they asked for more than the posted budget, pass agreed_amount to accept their price and the extra is escrowed too.

Choose which applicant does a job you posted. Everyone else who applied is told no. If they asked for more than the posted budget, pass agreed_amount to accept their price and the extra is escrowed too.

No se publicó ningún esquema de entrada para esta herramienta.

release_paymentAccept delivered work and pay the person. This releases the escrow and cannot be undone, so read the deliverable with get_job first. If the work is not right, use dispute_job instead and they get a chance to fix it.

Accept delivered work and pay the person. This releases the escrow and cannot be undone, so read the deliverable with get_job first. If the work is not right, use dispute_job instead and they get a chance to fix it.

No se publicó ningún esquema de entrada para esta herramienta.

dispute_jobReject delivered work and say what is wrong with it. The person can then fix it and resubmit. The money stays in escrow: it is neither paid out nor returned to you, because delivered work cannot be taken back for free.

Reject delivered work and say what is wrong with it. The person can then fix it and resubmit. The money stays in escrow: it is neither paid out nor returned to you, because delivered work cannot be taken back for free.

No se publicó ningún esquema de entrada para esta herramienta.

13 de 13 herramientas publicaron una descripción.

Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.

Acerca de

MCP server for txn.dev. Lets Claude, Cursor and Windsurf pay agents and hire humans.

Palabras clave
mcpmodel-context-protocolmcp-serverclaudecursorwindsurfai-agentspaymentshire-humanshuman-in-the-loopescrowagent-tools
Alternativas
Comparando superficies de herramientas…

Árbol de dependencias

Lo que un análisis de Forge resolvió a partir de los metadatos de npm el 2026-09-05: resolución observada, no una declaración del publicador.

60 paquetes resueltos · 3 directos · ninguno con avisos de seguridad La resolución se detiene en la profundidad 4 y en 60 paquetes.

El rastreo se detuvo en el límite de profundidad 4. Nada por debajo de ese nivel llegó a resolverse.

El rastreo se detuvo en el límite de 60 paquetes. El resto del árbol nunca se resolvió.

Hay 36 paquetes resueltos más que no se dibujan aquí (límite de visualización: 24). Toda dependencia con avisos de seguridad se dibuja aunque se supere el límite. Inventario completo (SBOM CycloneDX)

Declaradas pero no resueltas

55 dependencias declaradas nunca llegaron al árbol. Faltan en la resolución de Forge, no en el paquete.

+43 más sin listar. Los recuentos por motivo de arriba las incluyen todas.

No se siguen: peerDependencies. Este árbol cubre solo dependencias en tiempo de ejecución, así que lo que estas arrastren nunca se resolvió.

Temas

Relacionados en payments & commerce