Connection check
verified live · 20h ago
quartermaster
x402 toolkit for AI agents: paid web, AI, and Base chain tools per call in USDC. Free tools too.
Tools
49
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
20h ago
Tools & capabilities
49 toolsRead from the running server on 20h ago.
base64
opdata*
[Dev] Base64 encode or decode a string. Costs $0.001. [Dev] Base64 encode or decode a string. Costs $0.001.
base_allowance
owner*tokenspender*
Check an ERC-20 spending allowance on Base; flags unlimited approvals. Costs $0.001. Check an ERC-20 spending allowance on Base; flags unlimited approvals. Costs $0.001.
base_contract
address*
Determine whether a Base address is a contract or an EOA. Costs $0.001. Determine whether a Base address is a contract or an EOA. Costs $0.001.
base_token_info
address*
ERC-20 name, symbol, decimals, total supply for a token on Base. Costs $0.001. ERC-20 name, symbol, decimals, total supply for a token on Base. Costs $0.001.
base_usdc_transfers
limitaddress*
Recent USDC transfers (in and out) for an address on Base. Costs $0.002. Recent USDC transfers (in and out) for an address on Base. Costs $0.002.
classify_text
text*labels*
[AI] Zero-shot classification of text into caller-supplied labels; the result is validated back into your label set so you can route on it. Costs $0.002. [AI] Zero-shot classification of text into caller-supplied labels; the result is validated back into your label set so you can route on it. Costs $0.002.
current_time
tz
FREE (no wallet needed): current time as ISO, unix, UTC, and optional local time for an IANA timezone. FREE (no wallet needed): current time as ISO, unix, UTC, and optional local time for an IANA timezone.
describe_image
url*prompt
[AI] AI vision: describe a public image URL, including visible text. Costs $0.005. [AI] AI vision: describe a public image URL, including visible text. Costs $0.005.
dns_lookup
name*type
[Web] Resolve DNS records over DNS-over-HTTPS (A, AAAA, CNAME, MX, NS, TXT, and more). Costs $0.001. [Web] Resolve DNS records over DNS-over-HTTPS (A, AAAA, CNAME, MX, NS, TXT, and more). Costs $0.001.
embed_text
text*
[AI] Text embeddings (1024-dim vector) for semantic search and RAG. Costs $0.002. [AI] Text embeddings (1024-dim vector) for semantic search and RAG. Costs $0.002.
extract_structured
urltextschema*
Structured extraction: JSON Schema plus a URL or raw text in, matching JSON out. Costs $0.005. Structured extraction: JSON Schema plus a URL or raw text in, matching JSON out. Costs $0.005.
gas_prices
[Crypto/Base] Current Base gas prices with a simple-transfer cost estimate. Costs $0.001. [Crypto/Base] Current Base gas prices with a simple-transfer cost estimate. Costs $0.001.
generate_uuid
count
FREE (no wallet needed): generate UUID v4 values, up to 100 at once. FREE (no wallet needed): generate UUID v4 values, up to 100 at once.
hash_string
algodata*
FREE (no wallet needed): SHA-1/256/384/512 hex digest of a string. FREE (no wallet needed): SHA-1/256/384/512 hex digest of a string.
http_check
url*
[Web] Liveness/latency pre-flight for a URL: is it up, HTTP status and class, response latency in ms, whether it redirects and where, content-type and server. Costs $0.001. Use bef… [Web] Liveness/latency pre-flight for a URL: is it up, HTTP status and class, response latency in ms, whether it redirects and where, content-type and server. Costs $0.001. Use before relying on a dependency.
http_error_explain
code*
[Web] Explain an HTTP status code: meaning, common causes, fixes, retry guidance. Costs $0.001. [Web] Explain an HTTP status code: meaning, common causes, fixes, retry guidance. Costs $0.001.
http_errors_list
FREE (no wallet needed): index of documented HTTP status codes (use http_error_explain for a paid detailed explanation). FREE (no wallet needed): index of documented HTTP status codes (use http_error_explain for a paid detailed explanation).
jwt_decode
token*
[Dev] Decode a JWT header and payload (signature NOT verified). Costs $0.001. [Dev] Decode a JWT header and payload (signature NOT verified). Costs $0.001.
moderate_text
text*
[AI] Content-safety classification (Llama Guard): safe flag plus category codes. Costs $0.002. [AI] Content-safety classification (Llama Guard): safe flag plus category codes. Costs $0.002.
page_meta
url*
[Web] Get page metadata: title, description, Open Graph, canonical URL, favicon, language. Costs $0.002. [Web] Get page metadata: title, description, Open Graph, canonical URL, favicon, language. Costs $0.002.
payment_proof
hash*payToamount
[x402] Verify an x402 settlement on Base OR Solana from a tx id (0x hash or base58 signature): confirm it succeeded, decode its USDC transfers, optionally assert payTo/amount - ret… [x402] Verify an x402 settlement on Base OR Solana from a tx id (0x hash or base58 signature): confirm it succeeded, decode its USDC transfers, optionally assert payTo/amount - returns a single verdict. Costs $0.003. Choose this when you only need the yes/no did-it-land answer; use settlement_assurance for the full scored report (proof + receipt + optional endpoint audit).
payment_receipt
hash*
[x402] Formatted settlement receipt for a Base transaction (0x hash) or Solana settlement (base58 signature): timestamp, decoded transfers, explorer link. Costs $0.002. Choose this… [x402] Formatted settlement receipt for a Base transaction (0x hash) or Solana settlement (base58 signature): timestamp, decoded transfers, explorer link. Costs $0.002. Choose this for a human-readable record; use payment_proof to ASSERT a specific payTo/amount, or settlement_assurance for a full scored verdict.
public_holiday
datecountry*
[Dev] Is a date a public holiday in a country (2-letter ISO code)? Returns the holiday name, its types, and the next upcoming holiday. Costs $0.001. Useful for scheduling. [Dev] Is a date a public holiday in a country (2-letter ISO code)? Returns the holiday name, its types, and the next upcoming holiday. Costs $0.001. Useful for scheduling.
qr_generate
eccdata*format
[Web] Generate a QR code as SVG (or terminal text with format=text). Costs $0.002. [Web] Generate a QR code as SVG (or terminal text with format=text). Costs $0.002.
quartermaster_info
Free: catalog, prices, and payment instructions for this server. Free: catalog, prices, and payment instructions for this server.
random_numbers
maxmincount
[Dev] Cryptographically-secure random integers in a range (CSPRNG, unbiased) — real entropy an LLM cannot produce itself. Costs $0.001. [Dev] Cryptographically-secure random integers in a range (CSPRNG, unbiased) — real entropy an LLM cannot produce itself. Costs $0.001.
random_pick
countuniqueoptions*
[Dev] Pick one or several options at random from a caller-supplied list (CSPRNG), optionally without replacement. Costs $0.001. [Dev] Pick one or several options at random from a caller-supplied list (CSPRNG), optionally without replacement. Costs $0.001.
regex_test
text*flagspattern*
[Dev] Test a regular expression against text; returns every match with numbered and named capture groups. Deterministic. Costs $0.001. [Dev] Test a regular expression against text; returns every match with numbered and named capture groups. Deterministic. Costs $0.001.
resolve_basename
name*
Resolve a Basename (.base.eth) to a wallet address on Base. Costs $0.001. Resolve a Basename (.base.eth) to a wallet address on Base. Costs $0.001.
settlement_assurance
hash*payToamountresource
[x402] FLAGSHIP: from a tx id on Base (0x hash) or Solana (base58 signature), prove a completed x402 payment is real and sound - onchain success, USDC transfer match to an expected… [x402] FLAGSHIP: from a tx id on Base (0x hash) or Solana (base58 signature), prove a completed x402 payment is real and sound - onchain success, USDC transfer match to an expected wallet/amount, a receipt, and an optional audit of the issuing endpoint - as one 0-100 scored report with a verdict. Costs $0.03. This is the most complete post-payment check; use payment_proof if you only need a plain pass/fail, tx_status for raw status, or x402_audit to grade a seller endpoint by URL (no payment yet).
summarize_url
url*length
[AI] AI summary of a public webpage (fetch + extract + summarize). length: short|medium|long. Costs $0.01. [AI] AI summary of a public webpage (fetch + extract + summarize). length: short|medium|long. Costs $0.01.
text_diff
after*before*
[Dev] Compact line-level diff between two texts. Costs $0.001. [Dev] Compact line-level diff between two texts. Costs $0.001.
text_stats
text*
[Dev] Word/sentence counts, reading time, and readability score for text. Costs $0.001. [Dev] Word/sentence counts, reading time, and readability score for text. Costs $0.001.
tldr_text
text*length
[AI] Summarize raw text you pass in directly (not a URL). length: short|medium|long. Costs $0.005. Use summarize_url when you have a URL instead. [AI] Summarize raw text you pass in directly (not a URL). length: short|medium|long. Costs $0.005. Use summarize_url when you have a URL instead.
token_price
token*
[Crypto/Base] USD price for major tokens by symbol or any Base ERC-20 by address. Costs $0.001. [Crypto/Base] USD price for major tokens by symbol or any Base ERC-20 by address. Costs $0.001.
translate_text
to*text*
[AI] AI translation into any target language; source auto-detected. Costs $0.005. [AI] AI translation into any target language; source auto-detected. Costs $0.005.
tx_decode
hash*
[Crypto/Base] Decode a Base transaction's calldata into the function it called and its arguments — ERC-20 transfer/approve and the EIP-3009 transferWithAuthorization used by x402 s… [Crypto/Base] Decode a Base transaction's calldata into the function it called and its arguments — ERC-20 transfer/approve and the EIP-3009 transferWithAuthorization used by x402 settlements. Recognizes x402 settlement transactions and formats USDC amounts. Costs $0.003. Use tx_status for pass/fail; use this to see WHAT a transaction did.
tx_status
hash*
[Crypto/Base] Check a Base transaction: success/reverted/pending, confirmations, gas, explorer link. Costs $0.002. Choose this for a quick raw status; use payment_receipt for decod… [Crypto/Base] Check a Base transaction: success/reverted/pending, confirmations, gas, explorer link. Costs $0.002. Choose this for a quick raw status; use payment_receipt for decoded transfers, or settlement_assurance to PROVE an x402 payment settled to the right wallet/amount.
unshorten_url
url*
[Web] Expand a shortened/redirecting URL: follow the redirect chain and return every hop plus the final destination. Each hop is SSRF-validated. Costs $0.002. Safe way to see where… [Web] Expand a shortened/redirecting URL: follow the redirect chain and return every hop plus the final destination. Each hop is SSRF-validated. Costs $0.002. Safe way to see where an untrusted link goes.
usdc_normalize
amount*decimalsdirection
Convert USDC amounts between atomic units and human decimals. Costs $0.001. Convert USDC amounts between atomic units and human decimals. Costs $0.001.
wallet_balance
tokenaddress*
[Crypto/Base] ETH and USDC (or any ERC-20) balance for an address on Base. Costs $0.001. [Crypto/Base] ETH and USDC (or any ERC-20) balance for an address on Base. Costs $0.001.
web_extract
url*
[Web] Extract clean readable text and metadata from a public webpage as structured JSON. Costs $0.005 (USDC via x402). [Web] Extract clean readable text and metadata from a public webpage as structured JSON. Costs $0.005 (USDC via x402).
x402_audit
url*
[x402] WORKFLOW: full scored audit of an x402 SELLER endpoint (a URL) in one call - verifies the 402 challenge, payment fields, Bazaar discovery metadata, and the origin's discover… [x402] WORKFLOW: full scored audit of an x402 SELLER endpoint (a URL) in one call - verifies the 402 challenge, payment fields, Bazaar discovery metadata, and the origin's discovery surfaces; returns a 0-100 score, checks with evidence, and recommended fixes. Costs $0.01. Use this to grade an endpoint before trusting/publishing it; use settlement_assurance instead when you already have a transaction hash and want to prove a completed PAYMENT settled correctly.
x402_discover
limitquery*
[x402] Search the Coinbase x402 Bazaar for paid resources by natural-language query. Costs $0.001. [x402] Search the Coinbase x402 Bazaar for paid resources by natural-language query. Costs $0.001.
x402_inspect
url*
[x402] Inspect and lint any x402 paid endpoint: decode the 402 challenge, identify network/asset, flag misconfigurations and Bazaar-readiness. Costs $0.002. Choose this for a quick… [x402] Inspect and lint any x402 paid endpoint: decode the 402 challenge, identify network/asset, flag misconfigurations and Bazaar-readiness. Costs $0.002. Choose this for a quick one-shot decode+lint; use x402_audit for a full 0-100 scored report with origin discovery probes and recommended fixes.
x402_merchant
limitpayTo*
[x402] List all x402 Bazaar resources under a merchant payTo wallet. Costs $0.001. [x402] List all x402 Bazaar resources under a merchant payTo wallet. Costs $0.001.
x402_router
q*
START HERE. One tool for anything x402, Base chain, or web/AI: describe your goal in plain English (q) and Quartermaster picks and runs the right underlying tool, returning the ans… START HERE. One tool for anything x402, Base chain, or web/AI: describe your goal in plain English (q) and Quartermaster picks and runs the right underlying tool, returning the answer plus which tool it used. Examples: 'audit https://api.example.com/paid', 'price of eth', 'is 0x… a contract', 'verify settlement 0x…', 'search the bazaar for weather'. Use this when you don't want to choose among the individual tools below. Costs $0.03 (USDC via x402).
x402_simulate
url*address
[x402] Pre-flight a payment BEFORE you spend: decode an endpoint's 402 challenge, report the cost on every rail (Base and Solana) and the cheapest, and — with an optional payer add… [x402] Pre-flight a payment BEFORE you spend: decode an endpoint's 402 challenge, report the cost on every rail (Base and Solana) and the cheapest, and — with an optional payer address — verify the wallet can afford the call on Base. Costs $0.003. Use this before paying an unfamiliar endpoint; use x402_inspect to lint an endpoint you own.
x402_test_vector