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
Known tools 8
extract_urlExtract main content from a URL as Markdown with metadata (title/author/date/lang).
Inferred read-onlyocr_imageOCR a single image to text with hallucination-guarded quality signals: dual-engine consensus (VLM + traditional OCR), calibrated confidence, per-segment corroboration.
Inferred read-onlyenrich_companyCompany name/domain/URL to a verified profile from primary sources (official site + GLEIF LEI registry): per-field evidence + confidence, honest nulls (never guesses).
Inferred read-onlyverify_invoiceBusiness verification of extracted invoice fields: tax math check, line-item sum, Japan invoice registration number check-digit, accounting-ready JSON.
Potential side effectsstructured_extractFill YOUR JSON schema from any URL (hybrid LLM + deterministic canonicalization; F1 1.
Inferred read-onlyjp_companyJapanese company site to standard profile JSON (name/address/representative/capital/listing etc).
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.
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.