← Marketplace
Base
Theaslangroupllc
Theaslangroupllc is an x402-native service at https://geopoliticalpulse.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. 10 endpoints listed.
Offers
| Offer | Endpoint | Price |
|---|---|---|
Geopolitical Conflict Scan Armed-conflict mapping and escalation assessment for any region, for risk and intelligence agents. Built on ACLED conflict data and GDELT monitoring, with casualty trends and a forward escalation read. | /m/bz-geopoliticalpulse-theaslangroupllc-com/api/geopolitical/conflict-scan | 0.2 USDC |
Geopolitical Country Risk Country risk assessment for investment, risk, and compliance agents. Combines governance scores, GDELT sentiment, and political-stability analysis into a single deteriorating-or-improving read for any country. | /m/bz-geopoliticalpulse-theaslangroupllc-com/api/geopolitical/country-risk | 0.15 USDC |
Geopolitical Election Watch Electoral intelligence for risk and investment agents. Returns candidate analysis, outcome scenarios, and post-election geopolitical and market implications for any upcoming national vote. | /m/bz-geopoliticalpulse-theaslangroupllc-com/api/geopolitical/election-watch | 0.15 USDC |
Geopolitical Event Impact Rapid geopolitical event assessment for trading, risk, and intelligence agents. Maps cascading implications across diplomatic, economic, military, and humanitarian domains, with market-impact direction and probability. | /m/bz-geopoliticalpulse-theaslangroupllc-com/api/geopolitical/event-impact | 0.25 USDC |
Geopolitical Instability Signal Early-warning system for risk and intelligence agents. Combines GDELT sentiment, World Bank governance data, and open-source intelligence to detect pre-crisis conditions before they break: coups, currency crises, unrest. | /m/bz-geopoliticalpulse-theaslangroupllc-com/api/geopolitical/instability-signal | 0.2 USDC |
Geopolitical Regime Brief Leadership and power-structure brief for intelligence, risk, and policy agents. Profiles leaders, ideology, foreign-policy orientation, and stability outlook for any government. | /m/bz-geopoliticalpulse-theaslangroupllc-com/api/geopolitical/regime-brief | 0.2 USDC |
Geopolitical Regional Brief Regional situation assessment for intelligence and risk agents. Covers flashpoints, great-power competition, economic dynamics, and a six-month outlook for any major world region. | /m/bz-geopoliticalpulse-theaslangroupllc-com/api/geopolitical/regional-brief | 0.15 USDC |
Geopolitical Sanctions Intel Sanctions mapping and compliance intelligence for compliance, finance, and risk agents. Covers OFAC, EU, UN, and UK programs, secondary-sanctions exposure, and restriction detail for any target. | /m/bz-geopoliticalpulse-theaslangroupllc-com/api/geopolitical/sanctions-intel | 0.15 USDC |
Geopolitical Supply Chain Risk Geopolitical supply-chain risk for supply-chain, sourcing, and risk agents. Maps concentration, chokepoints, sanctions exposure, and reshoring options for any sector or commodity, from chips to critical minerals. | /m/bz-geopoliticalpulse-theaslangroupllc-com/api/geopolitical/supply-chain-risk | 0.2 USDC |
Geopolitical Trade Tension Bilateral trade-dispute analysis for trading, policy, and risk agents. Covers tariffs, export controls, decoupling trajectory, and supply-chain weaponization between any two economies. | /m/bz-geopoliticalpulse-theaslangroupllc-com/api/geopolitical/trade-tension | 0.2 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-geopoliticalpulse-theaslangroupllc-com/api/geopolitical/conflict-scan')
// 402 challenge signed and settled automatically; response includes Payment-ReceiptOr inspect the challenge yourself:
curl -i https://api.meshgateway.co/m/bz-geopoliticalpulse-theaslangroupllc-com/api/geopolitical/conflict-scan # HTTP/1.1 402 Payment Required # WWW-Authenticate: Payment id="…", method="evm", intent="charge", …