
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
taskfleet-mcp
Advanced tools
MCP server exposing TaskFleet's pay-per-call AI task APIs (web search, scrape, extract, translate, code review, on-chain wallet intel) as tools. Payment via x402 (USDC on Base).
An MCP 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.
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.
Add to your MCP client config (e.g. Claude Desktop, or any MCP host):
{
"mcpServers": {
"taskfleet": {
"command": "npx",
"args": ["-y", "taskfleet-mcp"],
"env": {
"BUYER_WALLET_PRIVATE_KEY": "0xYOUR_WALLET_KEY"
}
}
}
}
BUYER_WALLET_PRIVATE_KEY (an EVM key holding a little USDC on Base):
tool calls auto-pay via x402 and return results.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.
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.
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.
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)
FAQs
MCP server exposing TaskFleet's pay-per-call AI task APIs (web search, scrape, extract, translate, code review, on-chain wallet intel) as tools. Payment via x402 (USDC on Base).
We found that taskfleet-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.