← mart402.com

INDIVIDUAL MCP TOOL

verify_invoice

Business verification of extracted invoice fields: tax math check, line-item sum, Japan invoice registration number check-digit, accounting-ready JSON.

mart402.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mart402.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for verify_invoice and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

mart402.com

CONNECT 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.

Related tools

  • extract_url — Extract main content from a URL as Markdown with metadata (title/author/date/lang).
  • parse_document — PDF to structured Markdown.
  • ocr_image — OCR a single image to text with hallucination-guarded quality signals: dual-engine consensus (VLM + traditional OCR), calibrated confidence, per-segment corroboration.
  • enrich_company — Company name/domain/URL to a verified profile from primary sources (official site + GLEIF LEI registry): per-field evidence + confidence, honest nulls (never guesses).
  • structured_extract — Fill YOUR JSON schema from any URL (hybrid LLM + deterministic canonicalization; F1 1.
  • jp_company — Japanese company site to standard profile JSON (name/address/representative/capital/listing etc).
  • get_catalog — Get the Mart402 product/pricing catalog (machine-readable).