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: agent-tools-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.
Latest Blog Posts
- 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