Skip to main content
ClaudeWave
BFAI-1 avatar
BFAI-1

taskfleet-mcp

Ver en GitHub

MCP server exposing TaskFleet's pay-per-call AI + data APIs (web search, scraping, on-chain wallet intel, extraction, translation, code review) as tools. Payment via x402 (USDC on Base).

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptActualizado today
Install in Claude Code / Claude Desktop
Method: NPX · taskfleet-mcp
Claude Code CLI
claude mcp add taskfleet-mcp -- npx -y taskfleet-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "taskfleet-mcp": {
      "command": "npx",
      "args": ["-y", "taskfleet-mcp"],
      "env": {
        "TASKFLEET_URL": "<taskfleet_url>"
      }
    }
  }
}
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.
Detected environment variables
TASKFLEET_URL
Casos de uso

Resumen de MCP Servers

# taskfleet-mcp

An [MCP](https://modelcontextprotocol.io) server that exposes **TaskFleet**'s
pay-per-call AI task APIs as tools any MCP-capable agent can discover and call:
web search, web scraping, structured extraction, translation, code review,
summarization, and on-chain wallet intelligence.

Payment is handled by the **x402** protocol (USDC on Base) — the caller brings
the wallet; there are no accounts or API keys.

## Why this exists

It's a discovery channel. Agents that browse MCP registries or load MCP
servers can find and use TaskFleet directly, in addition to the x402
directories. The tool list is loaded live from the fleet's manifest, so new
services appear automatically.

## Use it (as an agent operator)

Add to your MCP client config (e.g. Claude Desktop, or any MCP host):

```json
{
  "mcpServers": {
    "taskfleet": {
      "command": "npx",
      "args": ["-y", "taskfleet-mcp"],
      "env": {
        "BUYER_WALLET_PRIVATE_KEY": "0xYOUR_WALLET_KEY"
      }
    }
  }
}
```

- **With** `BUYER_WALLET_PRIVATE_KEY` (an EVM key holding a little USDC on Base):
  tool calls auto-pay via x402 and return results.
- **Without** it: tools still list (discovery works) and a call returns the
  x402 payment instructions, so an x402-capable client can pay itself.
- `TASKFLEET_URL` overrides the target (defaults to `https://taskfleet.net`).

The wallet key stays on the operator's machine — it never reaches TaskFleet,
which only ever sees the on-chain payment.

## Tools

One tool per TaskFleet service, named `taskfleet_<service>` (e.g.
`taskfleet_search`, `taskfleet_scrape`, `taskfleet_wallet_intel`). Each tool's
input schema and price come straight from the fleet manifest.

## Publish it (as the fleet operator — discovery)

```bash
cd mcp
npm install
npm publish            # publishes taskfleet-mcp to npm
```

Once on npm it's installable via `npx taskfleet-mcp` and can be listed in MCP
registries (the public MCP Registry, Smithery, PulseMCP, etc.) — each listing
is another place agents discover TaskFleet. Submitting to those registries is
free and generally just points at the npm package or this repo.

## Local test

```bash
npm install
TASKFLEET_URL=https://taskfleet.net node index.mjs
# should print: taskfleet-mcp v0.1.0: 14 tools from https://taskfleet.net (payment: caller-pays)
```

Lo que la gente pregunta sobre taskfleet-mcp

¿Qué es BFAI-1/taskfleet-mcp?

+

BFAI-1/taskfleet-mcp es mcp servers para el ecosistema de Claude AI. MCP server exposing TaskFleet's pay-per-call AI + data APIs (web search, scraping, on-chain wallet intel, extraction, translation, code review) as tools. Payment via x402 (USDC on Base). Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala taskfleet-mcp?

+

Puedes instalar taskfleet-mcp clonando el repositorio (https://github.com/BFAI-1/taskfleet-mcp) 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 BFAI-1/taskfleet-mcp?

+

BFAI-1/taskfleet-mcp 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 BFAI-1/taskfleet-mcp?

+

BFAI-1/taskfleet-mcp es mantenido por BFAI-1. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a taskfleet-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega taskfleet-mcp 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: BFAI-1/taskfleet-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/bfai-1-taskfleet-mcp)](https://claudewave.com/repo/bfai-1-taskfleet-mcp)
<a href="https://claudewave.com/repo/bfai-1-taskfleet-mcp"><img src="https://claudewave.com/api/badge/bfai-1-taskfleet-mcp" alt="Featured on ClaudeWave: BFAI-1/taskfleet-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a taskfleet-mcp