Data Collection
mart402.com
Extracts structured data from URLs, documents, invoices, and Japanese company websites.
ENDPOINT 1
https://mart402.com/mcp
MCP server metadata
- Name
- mart402
- Version
- 0.1.0
Mart402: pay-per-call extraction APIs for AI agents (x402, USDC on Base; no account, no API key). Free tools work immediately. Paid tools called without x_payment return the exact payment requirements instead of charging you. Typical workflow: check an unfamiliar x402 seller for free (search_x402_services, operator_history), pay it, then verify what it returned (verify_invoice, document_pipeline; free samples via get_sample). Docs: https://mart402.com/agents.md
Known tools 35
get_catalogMart402 product catalog: all products, prices, payment config, error codes, rate limits.
Potential side effectsquote_parseFree quote for PDF parsing: page count, route (text/scan-OCR) and the exact final price, before any payment.
Potential side effectsget_receiptRe-fetch a previously paid result for free by receipt id (every paid response carries receipt_id).
Inferred read-onlysearch_x402_servicesSearch the Market402 verified index of the whole x402 economy by capability (e.
Inferred read-onlyget_sampleFree recorded sample response for a paid product (from real production runs, marked sample:true) - see the exact response shape before paying anything.
Inferred read-onlyportrait_precheckFREE analyzability check before paying for portrait_analysis: is a face detectable, is the photo quality good enough (clipping/color cast)?
Inferred read-onlyoperator_historyFree 12-week measured score history for any x402 operator from the Market402 index (weekly series, trend, volatility, badge).
Inferred read-onlyextract_urlExtract a web page to clean Markdown + metadata (auto JS rendering, robots.
Inferred read-onlyparse_documentParse a quoted PDF to structured Markdown (hallucination-guarded OCR for scanned pages, Japanese-strong).
Inferred read-onlyocr_imageOCR one image to text with dual-engine consensus, calibrated confidence and per-segment corroboration.
Inferred read-onlyverify_invoiceVerify extracted invoice fields: arithmetic consistency, line-item totals, JP registration number check-digit + corporate-number existence observation (official Japan NTA registry), accounting-ready JSON.
Potential side effectsenrich_companyCompany name/domain/URL to a verified profile from primary sources + GLEIF LEI and Japan NTA corporate-number registries.
Inferred read-onlystructured_extractFill YOUR JSON schema from any URL (hybrid LLM + deterministic canonicalization).
Inferred read-onlyjp_company_profileJapanese company site to a standard profile JSON (name, address, representative, capital, contact).
Inferred read-onlydocument_pipelineOne call: PDF invoice to parse (hallucination-guarded OCR) + field extraction + arithmetic verification (+optional issuer enrich).
Potential side effectspdf_infoPDF facts before you pay for parsing: pages, metadata, per-page text volume, scanned-or-not estimate.
Potential side effectsmeal_visionAnalyze a meal photo to itemized nutrition JSON: dishes, portions, kcal, macros with per-item confidence, reference-object scale calibration, scene-complexity detection, a disclosed calibrated kcal range, PFC balance ratios and alcohol-aware 4/4/9 cross-checks.
Inferred read-onlystyle_profileIntegrated styling verdict: seasonal color (measured colorimetry consensus) + face-impression zone (published geometry rules) + body frame + integration rules (palette subset, taste, silhouette, modifiers).
Inferred read-onlystyle_reportClient-ready deliverable: the style-profile analysis rendered as a finished English PDF report (palette with color names, style-aware outfit formulas, virtual draping boards with disclosed candidate conflicts, honest confidence) returned as report_pdf_base64 + full profile JSON.
Inferred read-onlyportrait_analysisPersonal color analysis from 1-3 portraits: measured pixel colorimetry (CIELAB/ITA) cross-checked against vision-model attributes, cross-photo lighting consistency, then a published deterministic rule table gives the 4-season verdict with palette and style advice.
Inferred read-onlyjp_payroll_netAnnual gross salary to net take-home (social insurance + income tax + resident tax).
Inferred read-onlyjp_bonus_netBonus net pay: social insurance and withholding tax (official rate table, based on previous month salary).
Potential side effectsjp_social_insuranceMonthly social insurance premiums from the official Kyokai-Kenpo grade table (FY2026).
Inferred read-onlyjp_consumption_taxConsumption tax: per-rate invoice rounding, qualified-invoice validation, simplified taxation, 20% special.
Potential side effectsjp_business_daysJapanese holidays, business-day arithmetic, statutory filing deadlines with holiday shift, wareki conversion.
Inferred read-onlyjp_retirement_taxRetirement income tax: deduction by years of service, half-taxation rules, exact withholding rounding.
Inferred read-onlyjp_mortgageMortgage schedules (level payment/principal), total interest, prepayment effect.
Potential side effectsjp_payslip_auditAudit a Japanese payslip: recompute statutory premiums and withholding tax from official tables and diff against the actual amounts, with per-item verdicts (match/explainable/mismatch).
Inferred read-onlyjp_crypto_taxJapan crypto-asset tax: realized income under the NTA total-average or moving-average method (sell/spend/exchange as disposals, fees deductible), verified against the official NTA FAQ examples.
Inferred read-onlyjp_payroll_suiteJapan payroll suite: net salary + social insurance + income walls (+bonus) in one call.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mart402]
url = "https://mart402.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mart402": {
"type": "http",
"url": "https://mart402.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mart402
Remote MCP URL: https://mart402.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mart402": {
"url": "https://mart402.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mart402": {
"type": "http",
"url": "https://mart402.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mart402",
"transport": "streamable-http",
"url": "https://mart402.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for mart402.com was fetched 2026-08-02T21:28:12.991Z and is being refreshed.
mart402.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.