INDIVIDUAL MCP TOOL
fetch_web_markdown
Read a public web page and return its text as clean Markdown for an agent to reason over — no HTML/scripts/styles.
LIVE ENDPOINT
https://jithox.com/api/mcp
Connect to this endpoint to inspect the live schema for fetch_web_markdown and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.jithox-engine]
url = "https://jithox.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"jithox-engine": {
"type": "http",
"url": "https://jithox.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: jithox-engine
Remote MCP URL: https://jithox.com/api/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": {
"jithox-engine": {
"url": "https://jithox.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"jithox-engine": {
"type": "http",
"url": "https://jithox.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "jithox-engine",
"transport": "streamable-http",
"url": "https://jithox.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
format_peppol_invoice— Generate a compliant UBL 2.kbo_company_search— Look up an official European company by VAT or enterprise number via the free EU VIES register — any EU member state, including the Belgian KBO/BCE.review_invoice— Review one structured invoice end to end and say whether it can be sent as an e-invoice.generate_pdf_invoice— Generate a polished, human-readable PDF invoice from structured invoice data (supplier, customer, line items, totals) and return it as a base64-encoded document.core_condition— Router / IF-ELSE block: compare two values (e.verify_iban— Check a payment account number (IBAN) before paying or before sending an invoice: ISO 13616 structure and ISO 7064 check digits, for 70+ countries, offline and free.check_peppol_ready— Before you send an e-invoice: will the Peppol network accept it?lookup_peppol_participant— Can this customer receive an e-invoice over Peppol today — and if the send still fails, is it his problem, yours, or your software's?