task-relay-discovery-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., "@task-relay-discovery-mcpfind a job to extract text from a public PDF"
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.
task-relay-discovery-mcp
Discovery-only MCP server for Task Relay F1–F5 paid x402 machine jobs.
Hard boundary
This server does not:
execute F1–F5 work
proxy Task Relay payment
hold wallets or private keys
call arbitrary URLs/APIs
expose tools beyond the three listed below
Related MCP server: AgentBodega MCP
Tools (exactly three)
list_task_relay_jobsfind_task_relay_jobget_task_relay_job_contract
Machine flow
Agent has a machine need (example: extract plain text from a public PDF).
Agent calls
find_task_relay_jobwith that need.Agent receives a Task Relay paid contract (resource, price, schema, automatic next actions).
Agent (or its existing x402 buyer client) POSTs to the exact
resourceURL and settles x402.Agent consumes the strict result and continues automatically.
Example
MACHINE_NEED: extract plain text from PDF for indexing
→ find_task_relay_job({ machine_need: "extract plain text from PDF for indexing" })
→ candidate F2 resource https://task-relay-production.up.railway.app/x402/pdf-text price 0.01 USDC
→ buyer client pays x402 and POSTs { "url": "https://example.org/doc.pdf" }
→ automatic next action INDEX_TEXT | INGEST_TEXT | SKIP_NO_TEXTRun stdio (local)
npm install
npm run build
node dist/index.jsRun HTTP (remote)
npm run build
npm run start:httpPOST /mcp is the streamable HTTP MCP endpoint. GET /health is status only.
Claims not made
No organic demand, market validation, reliability percentages, or “best” claims.
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
- AlicenseNot gradedqualityDmaintenanceDiscovers and queries x402-payable APIs at runtime — enables autonomous agents to find, evaluate, and pay for services via USDC micropayments on Base without API keys or subscriptions.MIT

AgentBodega MCPofficial
AlicenseAqualityDmaintenanceEnables agents to search and inspect live service offerings, generate x402 payment snippets, and understand blockchain-only balance policies.4961MIT- FlicenseNot gradedqualityAmaintenanceEnables agents to discover and verify paid agent services through x402 payment validation and release gate checks.
- AlicenseAqualityCmaintenanceEnables agents to delegate tasks to human/AI workers on TaskMarket by listing, inspecting, and submitting work, while leaving spending flows to the user-authorized CLI.5455MIT
Related MCP Connectors
Read-only discovery for exact-commit Agent Skill validation, x402 payment, and signed receipts.
Signed agent discovery, security attestations, paid work, and verified settlement reputation.
Discover, search, invoke, and rate A2A (Agent-to-Agent) protocol agents.
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/mattskowron-dev/task-relay-discovery-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server