Jithox E-Invoice Readiness — for AI systems & agent runtimes

A remote MCP capability provider for EU B2B invoice preflight. This page states, in machine-actionable terms, what an agent runtime needs to admit Jithox. Machine-readable form: https://sanctions.mcp.jithox.com/.well-known/jithox-capability.json (informational, not an MCP standard).

Identity & connection

Capabilities — exactly five, read-only

Results your agent must read correctly

Trust & lifecycle

Not supported (do not attempt)

Sending invoices, Peppol/invoice submission, accounting, tax/legal advice, guaranteed receiver acceptance, general search/Gmail/calendar/browser/computer tools. This is a bounded read-only preflight.

Connect from your runtime

Only the MCP Streamable-HTTP + OAuth contract is tested in clean-room (official MCP SDK + conformance). The examples below use each runtime's official configuration; they are compatible with the tested contract but are not an endorsement by, or partnership with, any vendor.

Claude Code: claude mcp add --transport http jithox-einvoice https://sanctions.mcp.jithox.com/mcp, then /mcp to authenticate.

Cursor / VS Code: add a remote MCP server with URL https://sanctions.mcp.jithox.com/mcp and approve OAuth (see /docs §2).

OpenAI (Responses API / Agents SDK): add a remote MCP server (Streamable HTTP) at https://sanctions.mcp.jithox.com/mcp; use allowed_tools to restrict to a subset and require_approval for tool-call approval.

OpenClaw: openclaw mcp add the URL with --auth oauth; use toolFilter.include to allowlist tools.

Any MCP SDK / generic host: connect over Streamable HTTP, complete OAuth, call tools/list (five tools), then tools/call.

Contact

General & support: info.jithox@gmail.com. Security: https://sanctions.mcp.jithox.com/.well-known/security.txt. Docs: /docs. This is a public developer pilot — not independently penetration-tested, not certified.