← ainetcafe.com

INDIVIDUAL MCP TOOL

check_job

Get the status or result of a job started by deep_research, translate_pdf, or make_slides.

ainetcafe.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://ainetcafe.com/mcp/docs

No auth detected

Connect to this endpoint to inspect the live schema for check_job 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

ainetcafe.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.netcafe-docs]
url = "https://ainetcafe.com/mcp/docs"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "netcafe-docs": {
      "type": "http",
      "url": "https://ainetcafe.com/mcp/docs"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: netcafe-docs
Remote MCP URL: https://ainetcafe.com/mcp/docs

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": {
    "netcafe-docs": {
      "url": "https://ainetcafe.com/mcp/docs"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "netcafe-docs": {
      "type": "http",
      "url": "https://ainetcafe.com/mcp/docs"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "netcafe-docs",
  "transport": "streamable-http",
  "url": "https://ainetcafe.com/mcp/docs"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • what_can_you_do — Describe a task in plain language (any language) and get back exactly which tools on this server do it, with ready-to-run example calls — instead of reading the whole catalogue and guessing.
  • redact_text — Strip emails, phone numbers, ID numbers, API keys, private keys, JWTs, card numbers and IPs out of text, returning the redacted text plus a mapping table to restore them afterwards.
  • csv_to_qbo — Convert a transaction CSV into a .qbo / OFX bank-feed file that QuickBooks and similar accounting software import directly.
  • check_resume — Check a resume (PDF or .docx) the way an applicant tracking system reads it: is the text extractable, are email/phone/sections findable, do multi-column layouts, tables or emoji break parsing.
  • pdf_to_markdown — Convert a PDF (or a scanned page image) into clean Markdown that keeps headings, lists and tables, and puts multi-column pages in the right reading order.
  • extract_tables — Extract tables from a PDF into structured rows (JSON + CSV).
  • extract_statement — Turn a bank statement or transaction PDF into a clean transaction table (JSON + CSV), then cross-check it: opening + credits - debits must equal the stated closing balance.
  • extract_invoices — Give it up to 20 invoice URLs (PDF or page images) and get back one table ready to post: number, date, seller, buyer, net / tax / gross, currency.