One-call access to 171 AI agent tools via x402 USDC micropayments.
Auto-wallet generation. 500 free credits. Zero config. No API keys.
GitHub Repo Download SDKnpm install github:afu20260324/minia2a-sdk
Or copy the single file:
curl -O https://minia2a.uk/sdk.js
const minia2a = require('./sdk.js');
// First call auto-registers wallet + gets 500 free credits
const gas = await minia2a.call('gas');
console.log(gas.data); // { ok: true, gas: { fast: 15, instant: 20 } }
// Solve CAPTCHA — $0.001
const solved = await minia2a.call('captcha-solve', {
sitekey: '6Le-wvkSAAAAAPBMRTvw0Q4Muexq9bi0DJwx_mJ-',
url: 'https://example.com'
});
// Scrape a webpage — $0.005
const page = await minia2a.call('web-scrape', { url: 'https://example.com' });
// Check credits
const me = await minia2a.status();
console.log(`${me.credits} credits remaining`);
| Service | Price | Description |
|---|---|---|
| gas | $0.005 | Multi-chain gas prices |
| captcha-solve | $0.001 | reCAPTCHA/hCaptcha/Turnstile solver |
| web-scrape | $0.005 | Clean text extraction |
| find | $0.005 | Semantic search |
| store | $0.005 | Persistent memory |
Also available as an MCP server:
{
"mcpServers": {
"minia2a": {
"url": "https://minia2a.uk/mcp"
}
}
}
minia2a v4.0.0 — Mythos Alpha — home