taskfleet-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@taskfleet-mcpCan you search the web for the latest advancements in AI?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
taskfleet-mcp
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.
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.
Related MCP server: Secant Agent Research
Use it (as an agent operator)
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"
}
}
}
}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_URLoverrides the target (defaults tohttps://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)
cd mcp
npm install
npm publish # publishes taskfleet-mcp to npmOnce 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
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)This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenance250+ AI-powered MCP tools: research, write, code, translate, scrape, sentiment, vision, RAG, agent memory, marketplace, trading signals, and more. 15 models across 7 providers. Pay-per-use via API key or x402 USDC micropayments.Last updated2MIT
- AlicenseAqualityAmaintenancePaid web research MCP tools for autonomous agents: search, page extraction, citations, and diff monitoring through a live x402 API. Unpaid calls return the Base USDC payment requirement so agents can pay and retry safely.Last updated41MIT
- AlicenseBqualityCmaintenanceExposes 25 paid API endpoints as MCP tools for AI agents, with payments in USDC on Base mainnet via the x402 protocol, enabling tasks like web search, company intelligence, and crypto research.Last updated2573MIT
- AlicenseBqualityCmaintenanceAn MCP server providing 22 pay-per-call utility tools for AI agents (scrape, validate, embed, store, moderate, notify, convert, prevent loops) without accounts or API keys, using USDC payments via the x402 protocol.Last updated17231MIT
Related MCP Connectors
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
Pay-per-call web scraping for AI agents via x402 on Base USDC. Six tools, no signup.
Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BFAI-1/taskfleet-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server