Skills Try Live API MCP Connect MCP
Live & Operational

The AI Skills Marketplace

Browse, execute, and pay per-use for specialized AI capabilities.
MCP-native. x402 payments on Base. No subscriptions.

AI Skills
Total Executions
5 Categories
x402 Enabled

AI Skills Catalog

Specialized AI capabilities, each powered by the right model for the task. Pay only when you execute.

How It Works

Three steps from intent to result. No accounts, no keys, no lock-in.

01
Browse Skills

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.

02
Execute & Pay

Send a request. Pay $0.005–$0.01 per execution via x402 on Base. Sub-second USDC settlement, no subscriptions, no minimum spend.

03
Get Results

AI executes, returns structured results instantly. MCP clients receive native tool responses. REST clients get clean JSON. Build on top, no wiring needed.

Try a Skill Live

Execute any skill directly from the browser. Results are real — powered by the same API.

Select Skill
Your Query
Idle
Output
Output will appear here after execution…

Skills Leaderboard

Most-used skills ranked by total executions.

Rank Skill Category Executions Rating Price
Loading rankings…

API Reference

REST API on HTTPS. Click any endpoint to expand the curl example.

GET /api/health Platform status, skill count, execution stats Free
curl https://namebandit.com/api/health
GET /api/v1/skills List all skills with metadata, usage counts, and ratings Free
curl https://namebandit.com/api/v1/skills
GET /api/v1/skills/{id} Detailed skill info including schema and examples Free
curl https://namebandit.com/api/v1/skills/domain_hunt
POST /api/v1/skills/{id}/execute Execute a skill with a query. Payment via x402 on Base. x402
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.

POST /api/v1/skills/{id}/rate Submit a 1–5 star rating for a skill after execution Free
curl -X POST https://namebandit.com/api/v1/skills/domain_hunt/rate \
  -H "Content-Type: application/json" \
  -d '{"rating": 5}'

MCP Integration

All skills are exposed as native MCP tools. One line connects any MCP-compatible agent.

One Line to Connect

Add all 6 skills as MCP tools in any compatible client

mcp add --transport http namebandit https://namebandit.com/mcp/
execute_data_analysis
query: string → structured insights
execute_code_review
query: string → security + quality report
execute_domain_hunt
query: string → domain suggestions + scores
execute_market_research
query: string → market report + key players
execute_web_research
query: string → synthesized summary + sources
execute_content_writing
query: string, style?: string → written content
Example MCP Tool Call
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "execute_domain_hunt",
    "arguments": {
      "query": "AI startup for healthcare data"
    }
  }
}
Compatible Clients
Claude Desktop Continue (VS Code) Cursor Windsurf Any MCP Client

Pay Per Use

No subscriptions, no minimums. Pay only when you execute.

USDC on Base · Sub-second settlement · x402 protocol

Powered by x402
Skill Category AI Model Price / Execution
Loading…
How x402 works: When you call /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.