← Marketplace
Base
Theaslangroupllc
Theaslangroupllc is an x402-native service at https://marketpulse.theaslangroupllc.com, indexed from the x402 Bazaar (Coinbase's public discovery directory). It charges callers itself in USDC on Base and is paid directly at its own wallet; Monex Protocol passes your request and payment headers through untouched. 12 endpoints listed.
Offers
| Offer | Endpoint | Price |
|---|---|---|
Market Ad Copy Will this ad copy actually convert on Meta, Google, LinkedIn or TikTok? Ready-to-use ad variants (headline, primary text, CTA, why it works) plus a headline bank, hook bank, audience targeting and platform compliance notes for a given platform, product, audience and goal. For advertising, paid-social and growth agents. | /m/bz-marketpulse-theaslangroupllc-com/api/market/ad-copy | 0.08 USDC |
Market Ai Visibility Check Is this business visible to AI assistants? Live scan of the actual website: which AI crawlers robots.txt blocks (GPTBot, ClaudeBot, PerplexityBot, Google-Extended and 10 more), llms.txt presence, Schema.org structured data + NAP completeness, sitemap and answer-shape signals — verbatim evidence rows, a deterministic grade, and a prioritized GEO/AEO fix plan. Any domain, any country. AI visibility | /m/bz-marketpulse-theaslangroupllc-com/api/market/ai-visibility-check | 0.5 USDC |
Market Ai Visibility Probe Agent-tier preview of the AI-visibility check: live pass/fail scan of the actual website — robots.txt AI-crawler blocks (GPTBot, ClaudeBot, PerplexityBot, Google-Extended + 10 more), llms.txt presence, Schema.org structured data, sitemap presence — plus a deterministic grade. No fix plan, no prioritization, no evidence rows (those are in the $0.50 full check). Any domain, any country. | /m/bz-marketpulse-theaslangroupllc-com/api/market/ai-visibility-probe | 0.25 USDC |
Market Competitor Gap Where is this competitor vulnerable? Finds exploitable gaps in a competitor's marketing presence across content, channels and positioning, then returns quick wins and a six-month attack plan for a given competitor and industry. For competitive-intelligence and marketing agents. | /m/bz-marketpulse-theaslangroupllc-com/api/market/competitor-gap | 0.1 USDC |
Market Email Sequence What should email #2 say — and when should it send? A complete, ready-to-use email sequence with real subject lines, preview text, send timing and body outlines for welcome, nurture, abandoned-cart, post-purchase or re-engagement flows, plus deliverability rules and the metrics to watch, for a given product and goal. For lifecycle and marketing agents. | /m/bz-marketpulse-theaslangroupllc-com/api/market/email-sequence | 0.15 USDC |
Market Llm Visibility Does ChatGPT, Claude, Gemini or Google AI Overviews even know this brand exists? Assesses current AI-answer visibility, scores the specific factors driving LLM citation, and returns quick wins plus a six-week plan to improve it, for a given brand and/or topic. Worldwide. For marketing and answer-engine-optimization agents. | /m/bz-marketpulse-theaslangroupllc-com/api/market/llm-visibility | 0.15 USDC |
Market Local Seo Will this business show up in the Google local pack? Local SEO punch list covering Google Business Profile optimization, review-generation strategy, citation-building priorities and a six-month ranking roadmap for a given business type and location. For local-search and local-marketing agents. | /m/bz-marketpulse-theaslangroupllc-com/api/market/local-seo | 0.08 USDC |
Market Seo Audit Why isn't this site ranking — or showing up in AI Overviews? Technical SEO review covering Core Web Vitals, E-E-A-T, schema markup and AI-Overview readiness, returning a prioritized list of fixes ordered by impact for a given website and industry. For SEO and marketing agents. | /m/bz-marketpulse-theaslangroupllc-com/api/market/seo-audit | 0.1 USDC |
Market Seo Review Why isn't this site ranking — or showing up in AI Overviews? Technical SEO review covering Core Web Vitals, E-E-A-T, schema markup and AI-Overview readiness, returning a prioritized list of fixes ordered by impact for a given website and industry. For SEO and marketing agents. | /m/bz-marketpulse-theaslangroupllc-com/api/market/seo-review | 0.1 USDC |
Market Social Strategy What should this brand actually post on Instagram, LinkedIn or TikTok — and how often? Organic content strategy with a specific posting cadence, ranked content formats, content pillars, hook formulas and what to stop doing, for a given platform and industry. For social-media and marketing agents. | /m/bz-marketpulse-theaslangroupllc-com/api/market/social-strategy | 0.08 USDC |
Market Video Ad Script Shot-by-shot short-form video ad script ready to shoot and cut today in CapCut, OpenCut or any editor: scene-timed visuals, exact voiceover lines, on-screen text, alt hooks for testing, CTA, caption + hashtags, platform format spec (aspect ratio, safe zones, captions) and compliance notes for TikTok, Reels, Shorts or Meta video. For creative, UGC and growth agents. | /m/bz-marketpulse-theaslangroupllc-com/api/market/video-ad-script | 0.1 USDC |
Market Voiceover Script TTS-ready voiceover narration script for video ads, explainers, podcast ads, YouTube intros or phone greetings: clean plain-text script sized to your duration at ~150 wpm, a delivery-marked version (pauses, emphasis, breaths), timed segments, voice/tone direction, alt openings, pronunciation notes for TTS engines. Paste straight into Voicebox, ElevenLabs or any voice tool. | /m/bz-marketpulse-theaslangroupllc-com/api/market/voiceover-script | 0.08 USDC |
Machine-readable: openapi.json with x-payment-info offers.
Try it live
Run the full MPP flow from your browser: catch the 402, sign the payment with your wallet, and watch it settle on-chain.
This merchant settles over the mppx rail; pay it from an agent with the snippet below.
Pay with an agent
Any MPP or x402-compatible client works. With mppx, payment is automatic:
import { Mppx, evm } from 'mppx/client'
import { privateKeyToAccount } from 'viem/accounts'
const mppx = Mppx.create({
methods: [evm({
account: privateKeyToAccount(process.env.KEY),
currencies: [evm.assets.base.USDC],
})],
})
const res = await mppx.fetch('https://api.meshgateway.co/m/bz-marketpulse-theaslangroupllc-com/api/market/ad-copy')
// 402 challenge signed and settled automatically; response includes Payment-ReceiptOr inspect the challenge yourself:
curl -i https://api.meshgateway.co/m/bz-marketpulse-theaslangroupllc-com/api/market/ad-copy # HTTP/1.1 402 Payment Required # WWW-Authenticate: Payment id="…", method="evm", intent="charge", …