SPARKFORGE — AGENT UTILITY API
⚡ SparkForge
33 utility APIs for AI agents. Pay per call with USDC. No API keys. No subscriptions. No accounts.
x402 payments on Base · Polygon · Solana
Free access via MCP · ERC-8004 Agent #21187
33
Services
3
Chains
33
MCP Tools
$0.001
Cheapest
🔌 MCP — Free Access (Claude, Cursor, Windsurf)
Add SparkForge to your MCP config — all 33 tools, free:
{
"mcpServers": {
"sparkforge": {
"url": "https://sparkforge.sh/api/mcp"
}
}
}Or via stdio bridge: npx -y mcp-remote https://sparkforge.sh/api/mcp
🎨 Creative
Image GenerationPOPULAR
$0.02-0.05POST /api/generateAI images via Flux Schnell/Dev/Pro
Image Resize
$0.002POST /api/image-resizeResize, convert, optimize images (sharp)
Meme Generator
$0.01POST /api/memeGenerate memes with custom text overlays
Video Generation
$0.05POST /api/videoAI video clips from text prompts
Text to Speech
$0.01POST /api/ttsNatural voice synthesis via ElevenLabs
Tweet WriterNEW
$0.01POST /api/tweet-writerAI-generated tweets from prompts
📊 Trading & Crypto
BTC Signal
$0.01POST /api/btc-signal10-indicator TA consensus — direction + confidence
Crypto Price
$0.01POST /api/crypto-priceReal-time price, 24h change, market cap (CoinGecko)
Token Research
$0.01POST /api/token-researchDeep token analysis — fundamentals + sentiment
Wallet Analysis
$0.01POST /api/wallet-analysisAnalyze any wallet — holdings, activity, risk
Crypto SummarizeNEW
$0.01POST /api/crypto-summarizeMarket news summary for any token
📄 Documents
PDF → Markdown
$0.005POST /api/pdf-to-markdownExtract text from PDFs, return as Markdown
HTML → Markdown
$0.001POST /api/markdownConvert any webpage to clean Markdown
Summarize Text
$0.005POST /api/summarizeExtractive text summarization
Smart SummarizeNEW
$0.02POST /api/smart-summarizeAI summaries — bullet points, executive, technical, ELI5
🌐 Web
Web SearchNEW
$0.005POST /api/searchSearch the web via Brave Search API
Site CrawlNEW
$0.02POST /api/site-crawlCrawl a website — follow links, extract content
Web Scrape
$0.01POST /api/scrapeExtract clean content from any URL
Screenshot
$0.005POST /api/screenshotCapture any webpage as PNG
URL Metadata
$0.001POST /api/url-metadataOG tags, title, favicon, canonical extraction
🛠️ Developer
Code Review
$0.02POST /api/code-reviewAI-powered code review with suggestions
QR Code
$0.001POST /api/qrcodeGenerate QR codes from any text/URL
JSON Validate
$0.001POST /api/json-validateValidate JSON + optional schema check
Text Diff
$0.001POST /api/diffUnified diff between two texts
Detect Language
$0.001POST /api/detect-languageLanguage detection for 10+ languages
Email Verify
$0.005POST /api/email-verifyValidate email addresses + deliverability
Domain Check
$0.005POST /api/domain-checkDomain availability + DNS info
File ConvertNEW
$0.005POST /api/convertCSV↔JSON, Markdown→HTML, HTML→text
OCRNEW
$0.02POST /api/ocrExtract text from images — AI-powered vision OCR
🤖 Agent Infrastructure
KV StoreNEW
$0.001POST /api/storeKey-value storage with TTL — agent memory between sessions
Structured ExtractNEW
$0.03POST /api/extractExtract structured data from any URL using your schema
Agent MessagingNEW
$0.005POST /api/notifyAgent-to-agent inbox — payments prevent spam
Scheduled TasksNEW
$0.01POST /api/cronRegister webhooks on cron schedules
🚀 x402 Quick Start
Try any endpoint (free demo, no payment):
curl https://sparkforge.sh/api/btc-signal?demo=true curl https://sparkforge.sh/api/generate?demo=true curl https://sparkforge.sh/api/crypto-price?demo=true
Paid request with x402 (Node.js):
import { wrapFetchWithPayment } from "@x402/fetch";
const fetch402 = wrapFetchWithPayment(fetch, wallet);
const res = await fetch402("https://sparkforge.sh/api/btc-signal", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ timeframe: "5m" }),
});
const { direction, confidence, price, indicators } = await res.json();
// → { direction: "up", confidence: 0.72, price: 84521, indicators: {...} }⛓️ Multi-Chain Payments
Every endpoint accepts USDC on 3 chains. Hit any endpoint without payment to get a 402 response listing all options.
Baseeip155:8453
0x6dC88e65c3...1894FDPolygoneip155:137
0x6dC88e65c3...1894FDSolanasolana:mainnet
4sXKC6iebDdY...ydSrFQ🔍 Agent Discovery
ERC-8004 Agent Card/.well-known/agent-card.json
Google A2A Card/.well-known/agent.json
MCP Server/api/mcp
Service Catalog/api/models