DEV Community

jithox
jithox

Posted on

How to connect Grok or Cursor to Jithox MCP (prepaid EU business checks)

Your agent stays the brain. Jithox adds read-only EU business checks with clear rights, costs, and receipts.

LIVE prices

  • E-Invoice (VIES/Peppol): EUR 0.10
  • EU Import Preflight: EUR 0.25
  • EU Energy Label Preflight (EPREL): EUR 0.25
  • EU Sanctions Preflight (EU list only): EUR 0.50

Trial: 25 accepted calls / 14 days, no card (per workspace). Failed, unavailable, timed-out, or unauthorized calls are not charged.

Jithox is not an Access Point: it does not send invoices or file with authorities. x402 is a canary reference only; use prepaid MCP connect for production.

Prices: https://jithox.com/api/pricing/v1

Machine pointer: https://jithox.com/llms.txt

Connect: https://jithox.com/connect-your-ai

Cursor (mcp.json)

Use the Streamable HTTP endpoint:

{"mcpServers":{"jithox-einvoice":{"url":"https://mcp.jithox.com/mcp","headers":{"Authorization":"Bearer YOUR_JITHOX_ACCESS_KEY"}}}}
Enter fullscreen mode Exit fullscreen mode

Reload Cursor and ask: “Verify this EU VAT number via VIES and return the receipt fields.” Follow the connect wizard for auth details.

Grok

Grok-based MCP clients use the same endpoint, https://mcp.jithox.com/mcp. Open https://jithox.com/connect-your-ai and choose Grok / Cursor, then run an accepted call and keep its receipt.

First useful checks

  1. validate_vat_number — structure only
  2. verify_vat_vies — live VIES (unavailable ≠ invalid)
  3. lookup_peppol_participant — directory lookup, not send

Keep the receipt beside your CRM/ERP result. A source outage is not a negative verdict. Sanctions are EU-list-only; TARIC results are candidates; EPREL fields are supplier-declared.

Ready? https://jithox.com/connect-your-ai

Top comments (0)