streamable-httpupdated 4mo ago
| Tool | Description | |------|-------------| | invoiceparsetext | Extract all text from a PDF invoice. Returns text per page and full combined tex | | invoiceextract | Smart field extraction from invoice: Rechnungsnummer, Datum, Fälligkeit, Gesamtb | | invoicetables | Extract tables and line items (Positionen) from invoice. Returns structured rows | | invoiceocr | OCR extraction for scanned or image-based PDF invoices using Tesseract (German + | | invoicezugferd | Parse ZUGFeRD or XRechnung XML data embedded in PDF.
What can you do with invoiceoracle?
🧾 invoiceOracle
Consumer MCP Server — 10 tools | Part of ToolOracle
Quick Connect
# Claude Desktop / Cursor / Windsurf
npx -y mcp-remote https://tooloracle.io/invoice/mcp/
// claude_desktop_config.json
{
"mcpServers": {
"invoiceoracle": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://tooloracle.io/invoice/mcp/"]
}
}
}
Tools (10)
| Tool | Description |
|---|---|
invoice_parse_text |
Extract all text from a PDF invoice. Returns text per page and full combined tex |
invoice_extract |
Smart field extraction from invoice: Rechnungsnummer, Datum, Fälligkeit, Gesamtb |
invoice_tables |
Extract tables and line items (Positionen) from invoice. Returns structured rows |
invoice_ocr |
OCR extraction for scanned or image-based PDF invoices using Tesseract (German + |
invoice_zugferd |
Parse ZUGFeRD or XRechnung XML data embedded in PDF. Returns structured invoice |
invoice_validate |
Validate invoice against German §14 UStG legal requirements. Returns compliance |
invoice_summary |
Complete invoice analysis in one call: all extracted fields, line items, ZUGFeRD |
invoice_from_url |
Download PDF from URL and run complete invoice analysis. |
invoice_batch_urls |
Process multiple invoice PDFs from URLs in one call. Returns analysis for each. |
health_check |
InvoiceOracle server status and available library versions. |
Pricing
| Tier | Rate Limit | Price |
|---|---|---|
| Free | 100 calls/day | €0 |
| Pro | 10,000 calls/day | €29/month |
| Enterprise | Unlimited | Custom |
Free tier includes all tools with rate limiting. Upgrade for higher limits and priority support.
Part of ToolOracle
invoiceOracle is one of 42 specialized MCP servers in the ToolOracle ecosystem — the largest collection of production-ready MCP tools for AI agents.
Related Oracles:
- FeedOracle — Evidence-grade compliance data infrastructure
- ToolOracle — 42 Oracles, 390+ MCP Tools
Links
- 🌐 Live:
https://tooloracle.io/invoice/mcp/ - 📚 Docs: tooloracle.io/docs
- 🏠 Platform: tooloracle.io
Built by FeedOracle — Evidence by Design
Install
Add invoiceoracle to your client. Pick the one you use.
claude mcp add --transport http invoiceoracle https://tooloracle.io/invoice/mcp/codex mcp add invoiceoracle --url https://tooloracle.io/invoice/mcp/{
"mcpServers": {
"invoiceoracle": {
"url": "https://tooloracle.io/invoice/mcp/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"invoiceoracle": {
"type": "http",
"url": "https://tooloracle.io/invoice/mcp/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"invoiceoracle": {
"url": "https://tooloracle.io/invoice/mcp/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"invoiceoracle": {
"serverUrl": "https://tooloracle.io/invoice/mcp/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
10 tools
invoiceoracle exposes 10 tools to a connected agent.
- invoice_parse_text
- Extract all text from a PDF invoice. Returns text per page and full combined tex
- invoice_extract
- Smart field extraction from invoice: Rechnungsnummer, Datum, Fälligkeit, Gesamtb
- invoice_tables
- Extract tables and line items (Positionen) from invoice. Returns structured rows
- invoice_ocr
- OCR extraction for scanned or image-based PDF invoices using Tesseract (German +
- invoice_zugferd
- Parse ZUGFeRD or XRechnung XML data embedded in PDF. Returns structured invoice
- invoice_validate
- Validate invoice against German §14 UStG legal requirements. Returns compliance
- invoice_summary
- Complete invoice analysis in one call: all extracted fields, line items, ZUGFeRD
- invoice_from_url
- Download PDF from URL and run complete invoice analysis.
- invoice_batch_urls
- Process multiple invoice PDFs from URLs in one call. Returns analysis for each.
- health_check
- InvoiceOracle server status and available library versions.
Score
57 / 100
Adequate
- Documentation18/25
- Maintenance13/25
- Trust6/20
- Capability8/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 114 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 10 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | May 7, 2026 |