Andreax x402 Services
54 pay-per-call AI services over x402 (USDC on Base): compression, OCR, FX, inference.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
54 pay-per-call AI services over x402 (USDC on Base): compression, OCR, FX, inference.
Список инструментов сервера (240)
Технические названия из tools/list. Нужны только разработчикам.
| market-data | Spot USDC/COP price and market depth (premium data). [x402: 0.001 USDC on Base, pay-per-use] |
| ai-inference | Model answer to your query (pay-per-use AI compute). [x402: 0.002 USDC on Base, pay-per-use] |
| rwa-report | Yield and risk of 12 tokenized RWA funds, updated. [x402: 0.005 USDC on Base, pay-per-use] |
| compress | Compress a prompt into dense language and return the version with fewer tokens (typical 20-40% saving). Use it BEFORE sending prompts to any LLM to cut token cost without losing meaning. input=text to compress. [x402: 0.001 USDC on Base, pay-per-use] |
| distilla-compress | Distilla (branded, real PyPI package): compress a prompt to dense language, same meaning, fewer tokens. input=prompt to compress. [x402: 0.02 USDC on Base, pay-per-use] |
| distilla-evocation-score | Distilla: score how dense a prompt already is, 0-100 (higher = less filler to cut). input=prompt to score. [x402: 0.01 USDC on Base, pay-per-use] |
| distilla-identity | Distilla: generate 7 dense identity aphorisms for a system from its description. input=system description. [x402: 0.05 USDC on Base, pay-per-use] |
| inference | Return an LLM (Kimi/DeepSeek) answer to your query. General-purpose, pay-per-call inference for when an agent needs a model response. input=your query as text. [x402: 0.005 USDC on Base, pay-per-use] |
| fx | Quote a currency conversion into USDC with spread (e.g. COP->USDC, USD->USDC). Get stablecoin exchange rates. input='<amount> <from> <to>'. [x402: 0.001 USDC on Base, pay-per-use] |
| research | Research a topic on the web and return a synthesis with cited sources (titles + URLs). Pay-per-query research for when an agent needs current information with sources. input=topic to research. [x402: 0.02 USDC on Base, pay-per-use] |
| read-url | Download a web page and return its clean, readable text (no HTML or scripts). Let an agent read a URL's content pay-per-call. input=http(s) URL. [x402: 0.002 USDC on Base, pay-per-use] |
| report | Generate a written, structured research report on a topic: researches the web and synthesizes a 400-600 word report with cited sources. Premium service for when an agent needs analysis, not just links. input=topic. [x402: 0.5 USDC on Base, pay-per-use] |
| crypto-price | Return the LIVE price of a cryptocurrency in USD and COP with its 24h change (real market data). High volume for agents that need prices. input=symbol or id (btc, eth, sol, usdc...). [x402: 0.005 USDC on Base, pay-per-use] |
| embeddings | Turn text into a vector (embedding) for semantic search, RAG, clustering or memory. The building block every AI agent needs. High volume. input=text. [x402: 0.001 USDC on Base, pay-per-use] |
| semantic-search | Rank a list of documents by MEANING closeness to a query (cosine similarity over embeddings). Ready-to-use RAG, no need for the agent to run its own vector DB. input='query || doc 1 || doc 2 || ...' (|| separated). [x402: 0.003 USDC on Base, pay-per-use] |
| read-pdf | Download a PDF from a URL and return its extracted text. Let an agent read documents (reports, contracts, papers) pay-per-call. input=http(s) URL of a PDF. [x402: 0.003 USDC on Base, pay-per-use] |
| wallet-balance | Return the on-chain balance (ETH and USDC) of an address on the Base network. Live on-chain read for agents verifying funds or balances. input=0x address. [x402: 0.002 USDC on Base, pay-per-use] |
| ocr | OCR: extract text from an image (JPG/PNG) or a PDF, including scanned PDFs with no text layer. Local engine (Tesseract 5), Spanish and English. Upload the file via multipart (field 'archivo') or send it as 'archivo_b64' in JSON. Optional 'lang' (spa|eng|spa+en [x402: 0.004 USDC on Base, pay-per-use] |
| vision | Computer vision: describe or analyze an image with a LOCAL multimodal model (llava). For agents that need to 'see' (describe scenes, read diagrams, classify images). Upload the image via multipart or as 'archivo_b64'; 'input' = the question or instruction abou [x402: 0.008 USDC on Base, pay-per-use] |
| transcribe | Transcribe an audio file to text (speech-to-text) with LOCAL Whisper, automatic language detection. For agents processing voice notes, calls or podcasts. Upload the audio via multipart or as 'archivo_b64'. Optional 'lang' (es|en|...). [x402: 0.01 USDC on Base, pay-per-use] |
| smart-document | Premium PIPELINE in a single call: takes an image or PDF, extracts its text (OCR), summarizes it and translates the summary to the target language. For agents that need to 'understand a document' end-to-end (invoices, contracts, letters, papers) without orches [x402: 0.03 USDC on Base, pay-per-use] |
| meeting-minutes | Premium PIPELINE in a single call: takes an audio (meeting, voice note, call), transcribes it with local Whisper and writes MINUTES with Summary, Decisions and Tasks. For agents/teams turning a recording into actionable minutes without orchestrating services. [x402: 0.04 USDC on Base, pay-per-use] |
| deep-research-report | PREMIUM: full research report with cited web sources. input=topic. [x402: 5.0 USDC on Base, pay-per-use] |
| screen-aware-assist | PREMIUM: reads your screen (VLM) and assists. input=question. [x402: 2.0 USDC on Base, pay-per-use] |
| voice-clone-tts | PREMIUM: returns SSML ready for your TTS engine. input=text. [x402: 3.0 USDC on Base, pay-per-use] |
| predictive-analytics | PREMIUM: trend + short-term prediction + risks over your data. input=data/series. [x402: 10.0 USDC on Base, pay-per-use] |
| multi-agent-debate | PREMIUM: multi-model debate (DeepSeek+Kimi) then a judged conclusion. input=question. [x402: 7.0 USDC on Base, pay-per-use] |
| code-review-security | PREMIUM: security-focused code review by severity. input=code. [x402: 4.0 USDC on Base, pay-per-use] |
| market-intelligence | PREMIUM: market intelligence with live data + scenarios. input=asset/market. [x402: 8.0 USDC on Base, pay-per-use] |
| autonomous-workflow | PREMIUM: executable step-by-step autonomous workflow plan. input=goal. [x402: 15.0 USDC on Base, pay-per-use] |
| content-pipeline | PREMIUM: full content pipeline (post + variants + hashtags). input=brief. [x402: 5.0 USDC on Base, pay-per-use] |
| compliance-audit | PREMIUM: compliance/legal-risk audit by severity. input=document/policy. [x402: 20.0 USDC on Base, pay-per-use] |
| comprimir | CONSUMER: compress a prompt to dense language keeping meaning (<=50%). input=text. B2B: save LLM tokens in pipelines. [x402: 0.001 USDC on Base, pay-per-use] |
| contar-tokens | CONSUMER: exact token count (tiktoken) for a model. input=text, modelo=optional. B2B: budget LLM calls. [x402: 0.001 USDC on Base, pay-per-use] |
| interpretar | CONSUMER: detect intent + categories + sentiment. input=message, categorias=optional. B2B: ticket routing, chatbots. [x402: 0.001 USDC on Base, pay-per-use] |
| fast-translate | CONSUMER: translate + proofread to any language. input=text, to=lang. [x402: 0.05 USDC on Base, pay-per-use] |
| quick-summary | CONSUMER: summary + keywords. input=text. [x402: 0.02 USDC on Base, pay-per-use] |
| email-polish | CONSUMER: rewrite email formal + proofread. input=draft, tono=optional. [x402: 0.05 USDC on Base, pay-per-use] |
| doc-extract | CONSUMER: extract structured JSON from a document. input=text, campos=optional. [x402: 0.1 USDC on Base, pay-per-use] |
| audio-to-text | CONSUMER: clean + summarize a transcript. input/transcript=text. [x402: 0.2 USDC on Base, pay-per-use] |
| image-describe | CONSUMER: describe image + entities. image=base64|url. [x402: 0.1 USDC on Base, pay-per-use] |
| code-explain | CONSUMER: explain code + basic improvements. input=code. [x402: 0.1 USDC on Base, pay-per-use] |
| topic-classify | CONSUMER: classify topic + entities. input=text, labels=optional. [x402: 0.02 USDC on Base, pay-per-use] |
| language-detect | CONSUMER: detect language (ISO code). input=text. [x402: 0.001 USDC on Base, pay-per-use] |
| fact-check-quick | CONSUMER: quick fact-check with web sources. input=claim. [x402: 0.1 USDC on Base, pay-per-use] |
| seo-article | SMB: keyword-researched long-form SEO article + meta tags. input=topic. [x402: 3.0 USDC on Base, pay-per-use] |
| competitor-scan | SMB: competitor research + SWOT + positioning + how-to-win. input=company. [x402: 5.0 USDC on Base, pay-per-use] |
| lead-enrich | SMB: enrich a B2B lead + outreach angle + subject line. input=domain/company. [x402: 2.0 USDC on Base, pay-per-use] |
| social-calendar | SMB: 14-day content calendar (posts+hashtags+times). input=brand, red=optional. [x402: 4.0 USDC on Base, pay-per-use] |
| product-listing | SMB: optimized ecommerce listing (title+bullets+desc+SEO). input=product data. [x402: 3.0 USDC on Base, pay-per-use] |
| meeting-brief | SMB: pre-meeting brief + talking points + questions. input=person/company. [x402: 2.0 USDC on Base, pay-per-use] |
| invoice-batch | SMB: extract structured data + totals from many invoices. input=invoice texts. [x402: 4.0 USDC on Base, pay-per-use] |
| customer-reply | SMB: classify a support ticket + draft the reply. input=ticket, tono=optional. [x402: 1.0 USDC on Base, pay-per-use] |
| blog-repurpose | SMB: repurpose 1 article into thread+LinkedIn+newsletter+TLDR. input=article. [x402: 3.0 USDC on Base, pay-per-use] |
| proposal-draft | SMB: draft a full commercial proposal/RFP response. input=requirements. [x402: 8.0 USDC on Base, pay-per-use] |
| market-research-report | ENTERPRISE: full market report (TAM/SAM/SOM, trends, competitors) + sources. input=market. [x402: 25.0 USDC on Base, pay-per-use] |
| due-diligence | ENTERPRISE: company due-diligence dossier + red flags (public sources). input=company. [x402: 50.0 USDC on Base, pay-per-use] |
| business-plan | ENTERPRISE: complete business plan from an idea. input=business idea. [x402: 40.0 USDC on Base, pay-per-use] |
| technical-audit | ENTERPRISE: architecture/stack audit by severity + 90-day roadmap. input=system description. [x402: 30.0 USDC on Base, pay-per-use] |
| investor-deck-copy | ENTERPRISE: pitch-deck copy slide-by-slide + narrative. input=business. [x402: 35.0 USDC on Base, pay-per-use] |
| legal-review | ENTERPRISE: contract risk review by clause (NOT legal advice). input=contract/policy. [x402: 60.0 USDC on Base, pay-per-use] |
| grant-proposal | ENTERPRISE: full grant/funding proposal draft. input=program+org+project. [x402: 45.0 USDC on Base, pay-per-use] |
| brand-strategy | ENTERPRISE: brand strategy (positioning, messaging, voice, naming). input=brand. [x402: 30.0 USDC on Base, pay-per-use] |
| gtm-strategy | ENTERPRISE: go-to-market plan (ICP, channels, pricing, launch). input=product. [x402: 40.0 USDC on Base, pay-per-use] |
| agent-blueprint | ENTERPRISE: full technical blueprint for a custom AI agent/workflow. input=goal. [x402: 100.0 USDC on Base, pay-per-use] |
| enterprise-compliance | B2B: company-wide compliance audit across policies + 90d remediation. input=policies+framework. [x402: 75.0 USDC on Base, pay-per-use] |
| market-sector-report | B2B: enterprise sector deep-dive + market-entry strategy + sources. input=sector+region. [x402: 90.0 USDC on Base, pay-per-use] |
| custom-workflow-design | B2B: end-to-end enterprise process automation design + ROI. input=process+systems. [x402: 120.0 USDC on Base, pay-per-use] |
| video-creator | CONSUMER/CREATIVE: full short-video production package (script+scenes+SSML+caption+hashtags) + optional FFmpeg assembly from your base64 images/audio. input=topic, images_b64=[], audio_b64=. [x402: 2.0 USDC on Base, pay-per-use] |
| trading-signal | TRADING(info): algorithmic signal (SMA/RSI/momentum) + suggested SL/TP levels for a crypto asset. INFORMATION ONLY, not financial advice. input=btc|eth|solana... [x402: 5.0 USDC on Base, pay-per-use] |
| portfolio-analysis | TRADING(info): portfolio value, allocation and concentration analysis. INFORMATION ONLY. holdings={"bitcoin":0.5,"ethereum":2}. [x402: 10.0 USDC on Base, pay-per-use] |
| crypto-backtest | TRADING(info): SMA-crossover backtest on historical data. INFORMATION ONLY. input=symbol, dias=optional. [x402: 5.0 USDC on Base, pay-per-use] |
| market-reality-check | OSINT(info): cross public market data vs media narrative + fear/greed; flags narrative-vs-price discrepancy. INFORMATION ONLY. input=btc|eth|... [x402: 10.0 USDC on Base, pay-per-use] |
| osint-signal | OSINT(info): condensed market-vs-narrative signal + fear/greed. INFORMATION ONLY. input=asset. [x402: 5.0 USDC on Base, pay-per-use] |
| discrepancy-detector | OSINT(info): scans several assets for narrative-vs-data discrepancies. INFORMATION ONLY. assets=[bitcoin,ethereum,...]. [x402: 15.0 USDC on Base, pay-per-use] |
| legal-latam | VERTICAL(legal): contract risk review under LATAM law + local compliance. input=contract+country. B2B: legaltech/SMBs review LATAM contracts in seconds. [x402: 25.0 USDC on Base, pay-per-use] |
| fintech-compliance | VERTICAL(fintech): KYC/AML compliance gaps for a fintech product. input=product+jurisdiction. B2B: fintechs validate a product before launch. [x402: 30.0 USDC on Base, pay-per-use] |
| retailer-intel | VERTICAL(retail): competitor/pricing/assortment intelligence. input=retailer+region. B2B: retailers tune assortment and pricing with fresh data. [x402: 20.0 USDC on Base, pay-per-use] |
| saas-churn-analysis | VERTICAL(saas): churn diagnosis + retention levers. input=churn data. B2B: CS teams prioritize retention actions. [x402: 15.0 USDC on Base, pay-per-use] |
| real-estate-report | VERTICAL(realestate): market report with prices/trends/risks + sources. input=market. B2B: agencies and investors evaluate an area. [x402: 20.0 USDC on Base, pay-per-use] |
| healthcare-compliance | VERTICAL(health): clinical-data privacy compliance gaps (HIPAA/etc). input=process+framework. B2B: healthtech validates clinical-data handling. [x402: 35.0 USDC on Base, pay-per-use] |
| edutech-curriculum | VERTICAL(edu): full course curriculum with modules+rubric. input=topic+level. B2B: edutechs generate curricula at scale. [x402: 10.0 USDC on Base, pay-per-use] |
| agtech-market | VERTICAL(agtech): agricultural market intelligence + sources. input=crop+region. B2B: agri-exporters decide with demand/price data. [x402: 15.0 USDC on Base, pay-per-use] |
| logistics-optimization | VERTICAL(logistics): routing/consolidation optimization + savings. input=network. B2B: logistics operators cut routing costs. [x402: 20.0 USDC on Base, pay-per-use] |
| ecommerce-pricing | VERTICAL(ecommerce): dynamic pricing strategy + rules. input=catalog+goal. B2B: online stores optimize margin/volume. [x402: 15.0 USDC on Base, pay-per-use] |
| blog-post-pipeline | WORKFLOW: research+headlines+article+SEO meta in one call. input=topic. B2B: content teams ship a publish-ready post. [x402: 15.0 USDC on Base, pay-per-use] |
| youtube-script-pipeline | WORKFLOW: titles+hook+full script+SEO+thumbnail ideas. input=topic. B2B: creators/brands produce videos faster. [x402: 15.0 USDC on Base, pay-per-use] |
| podcast-pipeline | WORKFLOW: episode title+structure+guest questions+show notes. input=topic. B2B: podcast studios pre-produce episodes. [x402: 15.0 USDC on Base, pay-per-use] |
| social-media-calendar-30 | WORKFLOW: 30-day multi-network content calendar. input=brand. B2B: agencies plan a month of content in one call. [x402: 20.0 USDC on Base, pay-per-use] |
| email-campaign-pipeline | WORKFLOW: 5-email campaign (subjects+bodies+CTAs+schedule). input=brief. B2B: growth teams launch nurture flows. [x402: 20.0 USDC on Base, pay-per-use] |
| competitor-monitoring | WORKFLOW: weekly competitor movements + actions, with sources. input=competitors. B2B: strategy teams stay ahead. [x402: 25.0 USDC on Base, pay-per-use] |
| customer-onboarding-sequence | WORKFLOW: activation onboarding sequence (channels+timing+messages). input=product. B2B: PLG teams boost activation. [x402: 15.0 USDC on Base, pay-per-use] |
| ab-test-designer | WORKFLOW: rigorous A/B test design (hypothesis+variants+success). input=goal. B2B: CRO teams run clean experiments. [x402: 10.0 USDC on Base, pay-per-use] |
| quarterly-review | WORKFLOW: full QBR from your metrics + next-quarter plan. input=metrics+OKRs. B2B: leadership prep board reviews. [x402: 30.0 USDC on Base, pay-per-use] |
| annual-report-pipeline | WORKFLOW: complete corporate annual report from your data. input=year data. B2B: companies produce annual reports. [x402: 50.0 USDC on Base, pay-per-use] |
| ai-agents-market-2026 | INDUSTRY REPORT: The AI agents market 2026 (deep, cited). input=optional scope. B2B: VCs and strategy teams size the AI agents market. [x402: 100.0 USDC on Base, pay-per-use] |
| x402-payments-landscape | INDUSTRY REPORT: x402 payments landscape (deep, cited). input=optional scope. B2B: founders/investors understand the AI micropayments ecosystem. [x402: 75.0 USDC on Base, pay-per-use] |
| base-ecosystem-report | INDUSTRY REPORT: The Base (L2) ecosystem (deep, cited). input=optional scope. B2B: builders and investors evaluate opportunities on Base. [x402: 75.0 USDC on Base, pay-per-use] |
| latam-fintech-report | INDUSTRY REPORT: Fintech in LATAM (deep, cited). input=optional scope. B2B: fintechs and investors prioritize markets and strategies in LATAM. [x402: 120.0 USDC on Base, pay-per-use] |
| global-saas-pricing | INDUSTRY REPORT: Global SaaS pricing benchmarks (deep, cited). input=optional scope. B2B: product/monetization teams calibrate their pricing. [x402: 150.0 USDC on Base, pay-per-use] |
| mcp-servers-landscape | INDUSTRY REPORT: MCP servers landscape (deep, cited). input=optional scope. B2B: developers and platforms map the MCP ecosystem. [x402: 75.0 USDC on Base, pay-per-use] |
| ai-compliance-global | INDUSTRY REPORT: Global AI compliance (deep, cited). input=optional scope. B2B: legal/compliance teams at AI companies plan global compliance. [x402: 150.0 USDC on Base, pay-per-use] |
| crypto-payments-2026 | INDUSTRY REPORT: State of crypto payments 2026 (deep, cited). input=optional scope. B2B: PSPs and merchants evaluate integrating crypto payments. [x402: 120.0 USDC on Base, pay-per-use] |
| developer-tools-report | INDUSTRY REPORT: Developer tools 2026 (deep, cited). input=optional scope. B2B: investors and DevRel teams read the state of tooling. [x402: 100.0 USDC on Base, pay-per-use] |
| enterprise-ai-adoption | INDUSTRY REPORT: Enterprise AI adoption (deep, cited). input=optional scope. B2B: enterprise leaders build their AI roadmap with evidence. [x402: 200.0 USDC on Base, pay-per-use] |
| destilar | Distill the irreducible essence of a concept (its core principle). Use it to get the conceptual core of something. input=concept. [x402: 0.01 USDC on Base, pay-per-use] |
| traducir | Translate a natural-language instruction into a dense, actionable structure/contract. input=text. [x402: 0.002 USDC on Base, pay-per-use] |
| interpret | Detect the intent of a message (classify intent, extract parameters). input=message. [x402: 0.001 USDC on Base, pay-per-use] |
| summarize | Summarize any text into clear, faithful bullet points. Condense documents or threads. input=text. [x402: 0.003 USDC on Base, pay-per-use] |
| translate-en | Translate text into natural, fluent English. input=text in any language. [x402: 0.003 USDC on Base, pay-per-use] |
| sentiment | Classify the sentiment of a text (positive/negative/neutral) with a confidence score. input=text. [x402: 0.002 USDC on Base, pay-per-use] |
| extract-json | Extract structured data from free text and return it as JSON. input=text. [x402: 0.004 USDC on Base, pay-per-use] |
| rewrite-formal | Rewrite a text in a formal, professional tone (same language). input=text. [x402: 0.003 USDC on Base, pay-per-use] |
| proofread | Fix spelling and grammar of a text. input=text. [x402: 0.002 USDC on Base, pay-per-use] |
| headlines | Generate 5 catchy, honest headlines for a piece of content. input=topic or text. [x402: 0.002 USDC on Base, pay-per-use] |
| keywords | Extract 5-10 relevant keywords from a text (SEO/indexing). input=text. [x402: 0.002 USDC on Base, pay-per-use] |
| detect-language | Detect the language of a text (ISO code). Cheap, high-volume for agents. input=text. [x402: 0.001 USDC on Base, pay-per-use] |
| count-tokens | Estimate the token count of a text (to budget LLM calls). High volume. input=text. [x402: 0.001 USDC on Base, pay-per-use] |
| moderate | Content moderation: flag unsafe text. For agents filtering inputs. input=text. [x402: 0.002 USDC on Base, pay-per-use] |
| entities | Named-entity recognition (NER) as JSON. input=text. [x402: 0.003 USDC on Base, pay-per-use] |
| classify-topic | Classify a text by topic/category. High volume for routing/tagging. input=text. [x402: 0.002 USDC on Base, pay-per-use] |
| translate-to | Translate to any language. input='en | Hello world' (target language | text). [x402: 0.003 USDC on Base, pay-per-use] |
| text-to-sql | Generate SQL from natural language. For data agents/analysts. input=request. [x402: 0.005 USDC on Base, pay-per-use] |
| code-review | PREMIUM: code review (bugs, security, improvements). For devs/companies. input=code. [x402: 0.02 USDC on Base, pay-per-use] |
| strategy-plan | PREMIUM (business): structured strategic plan with phases, actions and metrics. input=goal. [x402: 0.1 USDC on Base, pay-per-use] |
| competitive-analysis | PREMIUM (business): competitive analysis of a sector/company with a recommendation. input=sector/company. [x402: 0.15 USDC on Base, pay-per-use] |
| sales-email | PREMIUM: write a sales/prospecting email (subject + body) from context. input=context. [x402: 0.02 USDC on Base, pay-per-use] |
| translate-doc | PREMIUM: translate a long document into any language. input='en | <long text>'. [x402: 0.05 USDC on Base, pay-per-use] |
| investor-pitch | PREMIUM (startups): generate an investor pitch/one-pager. input=project description. [x402: 0.1 USDC on Base, pay-per-use] |
| risk-analysis | PREMIUM (business): risk analysis of a decision/plan with mitigations. input=decision/plan. [x402: 0.12 USDC on Base, pay-per-use] |
| contract-draft | PREMIUM (business): contract/agreement draft from your terms (with legal notice). input=type + terms. [x402: 0.15 USDC on Base, pay-per-use] |
| explain | Explain a concept simply. High volume. input=concept. [x402: 0.002 USDC on Base, pay-per-use] |
| code-gen | Generate code from a description. For agents/devs. input=what it should do. [x402: 0.008 USDC on Base, pay-per-use] |
| regex | Generate a regex from a description. High-volume dev tool. input=what to capture. [x402: 0.003 USDC on Base, pay-per-use] |
| cron | Generate a cron expression from natural language. input=frequency. [x402: 0.002 USDC on Base, pay-per-use] |
| faq | Generate an FAQ (questions + answers) from a text/topic. For docs/support. input=text or topic. [x402: 0.003 USDC on Base, pay-per-use] |
| fact-check | Fact-check a claim with a verdict and reason. Verification tier. input=claim. [x402: 0.005 USDC on Base, pay-per-use] |
| reply | Draft a reply to a message (email, chat, ticket). For support agents. input=message. [x402: 0.003 USDC on Base, pay-per-use] |
| json-fix | Repair/validate broken JSON and return it clean. High-volume dev tool. input=JSON or text. [x402: 0.002 USDC on Base, pay-per-use] |
| leer-pdf | Descarga un PDF por URL y devuelve su texto. input=URL del PDF. [x402: 0.003 USDC on Base, pay-per-use] |
| leer-url | Lee una URL y devuelve su texto limpio (sin HTML/scripts). input=URL. [x402: 0.002 USDC on Base, pay-per-use] |
| busqueda-semantica | Rankea documentos por significado contra una consulta. input='consulta || doc1 || doc2'. [x402: 0.003 USDC on Base, pay-per-use] |
| precio-cripto | Precio EN VIVO de una cripto (USD/COP). input=btc, eth, sol... [x402: 0.005 USDC on Base, pay-per-use] |
| ocr-imagen | OCR: extrae texto de imágenes o PDFs escaneados. Sube el archivo. [x402: 0.004 USDC on Base, pay-per-use] |
| transcribir-audio | Transcribe audio a texto (Whisper local). Sube el audio. [x402: 0.01 USDC on Base, pay-per-use] |
| inferencia-llm | Inferencia con el cerebro (DeepSeek/Kimi). input=tu consulta. [x402: 0.005 USDC on Base, pay-per-use] |
| embeddings-texto | Convierte texto en un vector (embedding). input=texto. [x402: 0.001 USDC on Base, pay-per-use] |
| clasificar-texto | Clasifica un texto por tema/categoría. input=texto. [x402: 0.002 USDC on Base, pay-per-use] |
| resumir-documento | Resume un texto/documento. input=texto a resumir. [x402: 0.003 USDC on Base, pay-per-use] |
| extraer-entidades | Extrae entidades nombradas (personas, lugares, orgs). input=texto. [x402: 0.003 USDC on Base, pay-per-use] |
| traducir-texto | Traduce texto entre idiomas. input='<idioma_destino> | <texto>' (ej: 'en | Hola mundo'). [x402: 0.003 USDC on Base, pay-per-use] |
| detectar-idioma | Detecta el idioma de un texto. input=texto. [x402: 0.001 USDC on Base, pay-per-use] |
| revisar-seguridad | Revisión de seguridad de código. input='<lenguaje>||<codigo>'. [x402: 4.0 USDC on Base, pay-per-use] |
| analizar-cartera | Análisis de una cartera de inversión. input=detalle de la cartera. [x402: 10.0 USDC on Base, pay-per-use] |
| acta-reunion | Auto-created from real demand (99 requests) [x402: 0.04 USDC on Base, pay-per-use] |
| resumen-conversacion | Resume una conversación/hilo de texto. input=texto de la conversación. [x402: 0.02 USDC on Base, pay-per-use] |
| traducir-doc | Traduce un documento completo. input=texto del documento (+ idioma destino). [x402: 0.05 USDC on Base, pay-per-use] |
| investigar | Investigación web con fuentes citadas. input=tema a investigar. [x402: 0.02 USDC on Base, pay-per-use] |
| sql | Convierte una petición en lenguaje natural a SQL. input=petición en lenguaje natural. [x402: 0.005 USDC on Base, pay-per-use] |
| traducir-en | Traduce texto al inglés. input=texto en cualquier idioma. [x402: 0.003 USDC on Base, pay-per-use] |
| documento-inteligente | Sube un archivo y obtené OCR + resumen + traducción en una sola llamada. input=archivo. [x402: 0.03 USDC on Base, pay-per-use] |
| informe | Informe de investigación con fuentes citadas (premium). input=tema del informe. [x402: 0.5 USDC on Base, pay-per-use] |
| moderar | Modera contenido (detecta texto problemático). input=texto a moderar. [x402: 0.002 USDC on Base, pay-per-use] |
| responder | Genera una respuesta a un mensaje/email. input=mensaje a responder. [x402: 0.003 USDC on Base, pay-per-use] |
| explicar | Explica un concepto o texto en lenguaje simple. input=texto/concepto a explicar. [x402: 0.002 USDC on Base, pay-per-use] |
| wallet-base | Balance on-chain (ETH y USDC) de una dirección en Base. input=dirección 0x... [x402: 0.002 USDC on Base, pay-per-use] |
| contrato | Genera un borrador de contrato. input=descripción del contrato. [x402: 0.15 USDC on Base, pay-per-use] |
| plan-estrategico | Genera un plan estratégico. input=objetivo/contexto del plan. [x402: 0.1 USDC on Base, pay-per-use] |
| resumir | Resume un texto. input=texto a resumir. [x402: 0.003 USDC on Base, pay-per-use] |
| preguntas | Genera preguntas frecuentes (FAQ) sobre un tema. input=tema/producto. [x402: 0.003 USDC on Base, pay-per-use] |
| leer-docx | Descarga un .docx por URL y devuelve su texto. input=URL. [x402: 0.03 USDC on Base, pay-per-use] |
| leer-xlsx | Descarga un .xlsx por URL y devuelve sus hojas. input=URL. [x402: 0.03 USDC on Base, pay-per-use] |
| extraer-tablas-pdf | Extrae tablas de un PDF por URL. input=URL del PDF. [x402: 0.04 USDC on Base, pay-per-use] |
| historial-precios | Historial de precios de una cripto. input='btc,7' (moneda,dias). [x402: 0.01 USDC on Base, pay-per-use] |
| calcular-volatilidad | Volatilidad histórica de una cripto. input='btc,30' (moneda,dias). [x402: 0.02 USDC on Base, pay-per-use] |
| valor-consolidado | Convierte un monto entre monedas/cripto. input='100 USD a COP'. [x402: 0.02 USDC on Base, pay-per-use] |
| parser-bloque-contable | Extrae movimientos estructurados de un bloque contable. input=texto contable. [x402: 0.03 USDC on Base, pay-per-use] |
| validador-genius | Valida el formato (checksum EIP-55) de una dirección EVM. input=0x... [x402: 0.01 USDC on Base, pay-per-use] |
| generar-reporte-fiscal | Borrador de reporte fiscal a partir de movimientos. input=movimientos. [x402: 0.05 USDC on Base, pay-per-use] |
| generar-prompt | Genera un prompt estructurado para una tarea de IA. input=descripción de la tarea. [x402: 0.01 USDC on Base, pay-per-use] |
| formatear-codigo | Reformatea código según convenciones del lenguaje. input='<lenguaje>||<codigo>'. [x402: 0.02 USDC on Base, pay-per-use] |
| analizar-sintaxis | Analiza errores de sintaxis en código. input='<lenguaje>||<codigo>'. [x402: 0.02 USDC on Base, pay-per-use] |
| generar-tests | Genera tests unitarios para una función. input='<lenguaje>||<codigo>'. [x402: 0.03 USDC on Base, pay-per-use] |
| documentar-funcion | Genera documentación para una función. input='<lenguaje>||<codigo>'. [x402: 0.02 USDC on Base, pay-per-use] |
| refactorizar | Sugiere una versión refactorizada de un código. input='<lenguaje>||<codigo>'. [x402: 0.03 USDC on Base, pay-per-use] |
| limpiar-csv | Limpia un CSV (vacíos/duplicados/encabezados). input=URL o CSV crudo. [x402: 0.02 USDC on Base, pay-per-use] |
| pivotar-datos | Tabla pivote sobre un CSV. input='<url_o_csv>||<indice>||<valores>'. [x402: 0.03 USDC on Base, pay-per-use] |
| estadisticas-descriptivas | Estadísticas descriptivas de un CSV. input=URL o CSV crudo. [x402: 0.02 USDC on Base, pay-per-use] |
| detectar-outliers | Detecta outliers (IQR) en una columna de un CSV. input='<url_o_csv>||<columna>'. [x402: 0.02 USDC on Base, pay-per-use] |
| correlaciones | Matriz de correlación de un CSV. input=URL o CSV crudo. [x402: 0.02 USDC on Base, pay-per-use] |
| enviar-telegram | Envía un mensaje real por Telegram. input='<chat_id>||<mensaje>'. [x402: 0.01 USDC on Base, pay-per-use] |
| titular | Genera 5 opciones de titular para un tema/tono dado. input: {tema, tono?}. [x402: 0.03 USDC on Base, pay-per-use] |
| clasificar-tema | Clasifica un texto por tema (zero-shot, embeddings). input: {texto, categorias?}. [x402: 0.03 USDC on Base, pay-per-use] |
| pitch | Genera un elevator pitch estructurado. input: {producto, audiencia?, duracion_seg?}. [x402: 0.05 USDC on Base, pay-per-use] |
| palabras-clave | Extrae palabras clave (TF-IDF + stopwords ES/EN). input: {texto, max?}. [x402: 0.02 USDC on Base, pay-per-use] |
| clasificar-sentimiento | Análisis de sentimiento local (positivo/negativo/neutral). input: {texto}. [x402: 0.03 USDC on Base, pay-per-use] |
| traductor-juridico | Legal translation service (auto-created from real demand). [x402: 0.005 USDC on Base, pay-per-use] |
| resumen-traduccion-demo | Summarizes and translates to English (chains quick-summary -> fast-translate). [x402: 0.01 USDC on Base, pay-per-use] |
| combo-compet-market-email-70c7ad | Composed tool chaining competitor-scan → market-data → email-campaign-pipeline → language-detect (pay-per-call, x402). [x402: 0.01 USDC on Base, pay-per-use] |
| combo-discre-agtech-3c62b9 | Composed tool chaining discrepancy-detector → agtech-market (pay-per-call, x402). [x402: 0.01 USDC on Base, pay-per-use] |
| combo-gtm-email-crypto-2e0abb | Composed tool chaining gtm-strategy → email-polish → crypto-payments-2026 (pay-per-call, x402). [x402: 0.01 USDC on Base, pay-per-use] |
| destilar-batch | destilar specialized for batch [x402: 0.01 USDC on Base, pay-per-use] |
| destilar-structured-json | destilar specialized for structured json [x402: 0.01 USDC on Base, pay-per-use] |
| destilar-tables | destilar specialized for tables [x402: 0.01 USDC on Base, pay-per-use] |
| destilar-multi-language | destilar specialized for multi language [x402: 0.01 USDC on Base, pay-per-use] |
| vision-batch | vision specialized for batch [x402: 0.01 USDC on Base, pay-per-use] |
| vision-structured-json | vision specialized for structured json [x402: 0.01 USDC on Base, pay-per-use] |
| vision-tables | vision specialized for tables [x402: 0.01 USDC on Base, pay-per-use] |
| vision-multi-language | vision specialized for multi language [x402: 0.01 USDC on Base, pay-per-use] |
| ocr-receipts | Scans receipt photos and extracts merchant, date, line items, tax, tip, total, and currency into structured JSON ready for expense reports o [x402: 0.01 USDC on Base, pay-per-use] |
| ocr-business-cards | Turns business card photos into clean, deduplicated contact records (name, title, company, phones, emails, address, socials) ready to import [x402: 0.01 USDC on Base, pay-per-use] |
| ocr-handwriting | Converts photos of handwritten notes, journals, or meeting scribbles into clean, organized markdown text while preserving structure like lis [x402: 0.01 USDC on Base, pay-per-use] |
| ocr-invoices | Reads invoice PDFs or photos and pulls out invoice number, vendor, dates, line items, payment terms, and totals into structured data for acc [x402: 0.01 USDC on Base, pay-per-use] |
| ocr-batch | ocr specialized for batch [x402: 0.01 USDC on Base, pay-per-use] |
| ocr-structured-json | ocr specialized for structured json [x402: 0.01 USDC on Base, pay-per-use] |
| ocr-tables | ocr specialized for tables [x402: 0.01 USDC on Base, pay-per-use] |
| ocr-multi-language | ocr specialized for multi language [x402: 0.01 USDC on Base, pay-per-use] |
| ocr-receipts-biz | OCR receipts to structured JSON [x402: 0.05 USDC on Base, pay-per-use] |
| ocr-receipts-biz2 | ocr-receipts-biz2 [x402: 0.05 USDC on Base, pay-per-use] |
| ocr-demo | ocr-demo [x402: 0.05 USDC on Base, pay-per-use] |
| ocr-demo2 | ocr-demo2 [x402: 0.05 USDC on Base, pay-per-use] |
| inferencia | Auto-created from real demand (207 requests) [x402: 0.01 USDC on Base, pay-per-use] |
| analisis-competencia | Auto-created from real demand (97 requests) [x402: 0.01 USDC on Base, pay-per-use] |
| corregir | Auto-created from real demand (95 requests) [x402: 0.01 USDC on Base, pay-per-use] |
| email-ventas | Auto-created from real demand (78 requests) [x402: 0.02 USDC on Base, pay-per-use] |
| revisar-codigo | Auto-created from real demand (77 requests) [x402: 0.02 USDC on Base, pay-per-use] |
| entidades | Auto-created from real demand (77 requests) [x402: 0.02 USDC on Base, pay-per-use] |
| analisis-riesgo | Auto-created from real demand (77 requests) [x402: 0.02 USDC on Base, pay-per-use] |
| codigo | Auto-created from real demand (75 requests) [x402: 0.02 USDC on Base, pay-per-use] |
| agent-trust-registry | Auto-created from research: Identity and trust verification service that returns a due-diligence report on an autonomous agent (identity proof, operator, reputation, authorization scope) before enteri [x402: 0.02 USDC on Base, pay-per-use] |
| verifiable-auth-validator | Auto-created from research: Validates cryptographically verifiable authorization tokens and delegation chains to confirm an agent is genuinely authorized to perform a specific action under zero-trust [x402: 0.015 USDC on Base, pay-per-use] |
| injection-guard | Auto-created from research: Scans text, tool outputs, or inter-agent messages to detect indirect prompt injection attempts before they reach the agent's context. [x402: 0.01 USDC on Base, pay-per-use] |
| zero-trust-policy-check | Auto-created from research: Evaluates an action proposed by an agent against zero-trust security policies (e.g. healthcare) and returns allow/deny/require_human_approval. [x402: 0.02 USDC on Base, pay-per-use] |
| agent-cage-validator | Auto-created from research: Validates autonomous AI agent configurations against Zero Trust security architectures and detects sandbox escape vectors. [x402: 0.01 USDC on Base, pay-per-use] |
| agent-identity-attestor | Auto-created from research: Issues and verifies cryptographically signed identity attestations for autonomous AI agents prior to financial or sensitive transactions. [x402: 0.02 USDC on Base, pay-per-use] |
| extraer-json | Auto-created from real demand (75 requests) [x402: 0.02 USDC on Base, pay-per-use] |
| traducir-a | Auto-created from real demand (72 requests) [x402: 0.02 USDC on Base, pay-per-use] |
| reescribir-formal | Auto-created from real demand (69 requests) [x402: 0.02 USDC on Base, pay-per-use] |
| zero-trust-agent-audit | Auto-created from research: Audit autonomous agent configurations for zero-trust vulnerabilities including prompt injection, identity spoofing, and privilege escalation. [x402: 0.01 USDC on Base, pay-per-use] |
| agent-cage-generator | Auto-created from research: Generates zero-trust sandbox configurations and policy cages for healthcare AI agents based on their capabilities and sensitive data access requirements. [x402: 0.01 USDC on Base, pay-per-use] |