ox402-utils
Provides SoundCloud media metadata, formats, and direct download links.
Provides TikTok video metadata, formats, and direct download links.
Provides Vimeo video metadata, formats, and direct download links.
Provides YouTube metadata, stream info, and direct video/audio download links.
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., "@ox402-utilssearch the web for x402 micropayments"
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.
ox402-utils
94 capability APIs an AI agent can't run in its own sandbox — paid per call via x402 (USDC on Base). Web research, security recon, neural text-to-speech (Kokoro-82M), speech, document + media conversion, full-page screenshots, SSL/breach audits, SQL sandboxes, embeddings, and more. No accounts, no API keys, no subscription. Free trial: 10 calls/IP on tier=free tools.
Live site: the current tunnel URL is published in
api.txtand/.well-known/x402on this repo's served docs, and rotates periodically — fetchapi.txtfor the live endpoint. MCP server:/mcp402/· Catalog:/x402/catalog· Machine-readable:/llms.txt
Why this exists
An AI agent's sandbox can't open a browser, run a GPU TTS model, scan a host for open ports,
or audit a site's TLS. ox402 does those for it — and bills per call in USDC. No signup, no
API key, no monthly minimum. Every call is authorized by an on-chain micropayment
(x402): hit the endpoint, get a 402 challenge, pay the exact amount,
retry with the X-Payment header.
Free trial: 10 calls/IP on tier=free tools. Paid-tier tools always require x402 USDC.
Related MCP server: Pylon MCP Server
Use it in 30 seconds (curl)
# Free trial (10 calls/IP): no payment needed
curl -X POST http://129.213.128.185/x402/trial/search \
-H 'Content-Type: application/json' \
-d '{"query":"x402 protocol","count":3}'
# Paid tier: POST -> 402 challenge -> pay -> retry with X-Payment header
curl -i http://129.213.128.185/x402/paid/search \
-H 'Content-Type: application/json' \
-d '{"query":"x402 protocol","count":3}'The 402 response carries a PAYMENT-REQUIRED challenge with the exact USDC amount and the
payTo address. Pay on Base, then repeat the request with the signed payment in the
X-Payment header (any x402 client: the Coinbase x402 fetch wrapper, or your own signer).
Verified + settled via our self-hosted facilitator (melonask/facilitator) on Base mainnet.
MCP server (Claude / any MCP client)
{
"mcpServers": {
"ox402-utils": { "url": "http://129.213.128.185/mcp402/" }
}
}tools/list is free and returns all 94 tools (compact ~1.6k-token menu; full schemas on
demand). tools/call returns the payment instructions when unpaid. Drop it into Claude
Desktop, Cursor, or any MCP framework and the agent can pay-to-use every tool.
What's inside (94 tools)
group | examples |
Research & web |
|
Documents & media |
|
Speech |
|
Security & recon |
|
Finance & world |
|
Dev & data |
|
AI & text |
|
Pricing
Free tier: 10 calls/IP on all tier=free tools via
/x402/trial/<tool>(no wallet, no signup)Paid tier: $0.001 – $0.10 per call (avg $0.014), USDC on Base mainnet (chain 8453)
Payee:
0xE9C9cC258f7137fD0AbA4Ae513F0Cfa288c0cDc9
Self-host
git clone https://github.com/Hasned-spec/ox402-utils
cd ox402-utils
pip install -r requirements.txt
python3 x402_server.py # :8793Docker:
docker build -t ox402 .
docker run -p 8793:8793 -p 8796:8796 ox402Discovery
GitHub Pages: https://hasned-spec.github.io/ox402-utils/
402index: https://402index.io (search "ox402")
MCP:
/mcp402/on the live tunnel
License
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Pay-per-call tools for autonomous agents, settled in USDC on Base via x402.
161x402 toolkit for AI agents: paid web, AI, and Base chain tools per call in USDC. Free tools too.
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
Pay-per-call data APIs for AI agents. USDC on Base via x402. 33 tools, no signup.
Related MCP Servers
- FlicenseNot gradedqualityFmaintenance20 pay-per-call utility tools for AI agents via x402 USDC micropayments on Base. Screenshots, OCR, PDF, web scraping, weather, forex rates, crypto/stock prices, DNS, geocoding, translation, and more. $0.001–$0.008 per call. No API keys, no signup.1-

Pylon MCP Serverofficial
FlicenseNot gradedqualityFmaintenanceProvides 20+ AI agent capabilities like web scraping, PDF parsing, OCR, and more, with pay-per-use micropayments via x402.1-- AlicenseNot gradedqualityBmaintenanceWebsite intelligence tools for AI agents. Ten pay-per-call tools via x402 micropayments (USDC on Base) — no accounts, no API keys.2MIT
- AlicenseAqualityCmaintenanceProvides AI agents with 10 pay-per-call utility tools (QR generation, DNS lookup, OCR, etc.) using USDC on Base via the x402 protocol, with agent's private key never leaving the agent.1167MIT
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/Hasned-spec/ox402-utils'
If you have feedback or need assistance with the MCP directory API, please join our Discord server