INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://ainetcafe.com/mcp/docs
Connect to this endpoint to inspect the live schema for extract_invoices 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 contains a write-action term.
- A tool name or description suggests a financial action.
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.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.pdf_add_page_numbers— Stamp page numbers or footer text onto every page of a PDF.