Browse, execute, and pay per-use for specialized AI capabilities.
MCP-native. x402 payments on Base. No subscriptions.
Specialized AI capabilities, each powered by the right model for the task. Pay only when you execute.
Three steps from intent to result. No accounts, no keys, no lock-in.
Find the right AI skill for your task. 6 specialized models, each tuned for a specific domain — from domain hunting to code review to market analysis.
Send a request. Pay $0.005–$0.01 per execution via x402 on Base. Sub-second USDC settlement, no subscriptions, no minimum spend.
AI executes, returns structured results instantly. MCP clients receive native tool responses. REST clients get clean JSON. Build on top, no wiring needed.
Execute any skill directly from the browser. Results are real — powered by the same API.
Most-used skills ranked by total executions.
| Rank | Skill | Category | Executions | Rating | Price |
|---|---|---|---|---|---|
| Loading rankings… | |||||
REST API on HTTPS. Click any endpoint to expand the curl example.
curl https://namebandit.com/api/health
curl https://namebandit.com/api/v1/skills
curl https://namebandit.com/api/v1/skills/domain_hunt
curl -X POST https://namebandit.com/api/v1/skills/domain_hunt/execute \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>" \
-d '{"query": "AI startup for healthcare data"}'
Returns HTTP 402 with payment details if no valid x402 header is present. In the browser demo above, payment is handled server-side.
curl -X POST https://namebandit.com/api/v1/skills/domain_hunt/rate \
-H "Content-Type: application/json" \
-d '{"rating": 5}'
All skills are exposed as native MCP tools. One line connects any MCP-compatible agent.
Add all 6 skills as MCP tools in any compatible client
mcp add --transport http namebandit https://namebandit.com/mcp/
{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "execute_domain_hunt",
"arguments": {
"query": "AI startup for healthcare data"
}
}
}
No subscriptions, no minimums. Pay only when you execute.
USDC on Base · Sub-second settlement · x402 protocol
| Skill | Category | AI Model | Price / Execution |
|---|---|---|---|
| Loading… | |||
/execute without a payment header, you receive HTTP 402 with a payment descriptor. Your x402-compatible client pays on-chain, attaches the receipt header, and the request is automatically fulfilled — no manual payment flow, no API keys.