Invoice Intelligence
A paid MCP server for invoice processing. Three tools: extract structured data from any invoice (pasted text, URL, or PDF), validate the extracted invoice for completeness and mathematical accuracy, and classify the expense into an accounting category with a suggested nominal account code and tax deductibility flag. Priced from $0.005 to $0.01 per call, paid in USDC on Base via x402. No API key required.
Invoice Intelligence MCP
A paid MCP service that extracts, validates, and categorises invoices. Accepts pasted text, public URLs, or base64-encoded PDFs. Powered by x402 payments on Base mainnet.
Quick start
cd invoice-intelligence-mcp
npm install
cp .env.example .env
npm run dev # http://localhost:3101
npm run test:run
npm run build
Tools
extract_invoice
Extract structured data from any invoice.
Input (one required):
text— pasted invoice texturl— public URL of invoice page or PDFpdf_base64— PDF encoded as base64
Output: vendor, client, invoice number, dates, line items, subtotal, VAT, total, bank details, payment terms, confidence score.
Price: $0.01
validate_invoice
Check an extracted invoice for completeness and mathematical accuracy.
Input: invoice — the output object from extract_invoice
Output: valid boolean, list of issues with severity, recalculated totals, totals_match flag.
Price: $0.005
categorise_expense
Classify an invoice into an accounting expense category.
Input: vendor_name, description, line_items (any combination)
Output: category, confidence, suggested nominal account code, tax_deductible_likely.
Categories: software_subscription, cloud_infrastructure, travel_accommodation, professional_services, marketing_advertising, utilities, hardware_equipment, office_supplies, food_entertainment, insurance, rent_facilities, payroll_contractors, other, unknown
Price: $0.005
MCP endpoint
https://your-deployment.up.railway.app/mcp
Claude Desktop config
{
"mcpServers": {
"invoice-intelligence": {
"url": "https://your-deployment.up.railway.app/mcp",
"transport": "streamable-http"
}
}
}
REST API
# Extract invoice from text
curl -X POST https://your-deployment.up.railway.app/api/extract-invoice \
-H "Content-Type: application/json" \
-d '{"text": "INVOICE\nAcme Ltd\nINV-001\n..."}'
# Validate extracted invoice
curl -X POST https://your-deployment.up.railway.app/api/validate-invoice \
-H "Content-Type: application/json" \
-d '{"invoice": { ...extract_invoice output... }}'
# Categorise expense
curl -X POST https://your-deployment.up.railway.app/api/categorise-expense \
-H "Content-Type: application/json" \
-d '{"vendor_name": "AWS", "description": "Cloud compute"}'
Payment gating (x402)
Set in .env or Railway Variables:
PAYMENTS_ENABLED=true
X402_PAY_TO_ADDRESS=0xYourWalletAddress
X402_NETWORK=eip155:8453
X402_FACILITATOR_URL=https://api.cdp.coinbase.com/platform/v2/x402
CDP_API_KEY_ID=your-key
CDP_API_KEY_SECRET=your-secret
Without payment, requests return HTTP 402 with x402 payment instructions.
相关服务器
Malaysia Prayer Time MCP Server
Provides accurate Islamic prayer times for locations throughout Malaysia using the waktusolat.app API.
Strider Labs Uber MCP
MCP server for Uber - let AI agents book rides, get fare estimates, and track trips
guessmarket-mcp
Trade on prediction markets from Claude Code. Browse markets, check odds, build and execute trades on-chain.
Emailens Mcp
MCP server for email compatibility analysis. Analyze, preview, diff, and fix HTML emails across 15 email clients — plus capture real screenshots and create shareable links with an optional API key.
Smithsonian Open Access
An MCP server to interact with the Smithsonian’s Open Access collection.
healsens-fhirmcp
Open-source, conformance-aware MCP server for FHIR R4 and R5.
A2A Handoff Certified MCP
Agent-to-Agent handoff certification for multi-agent systems — validates context preservation, verifies agent capabilities before handoff, logs transfer chains, and ensures no data loss in agent orchestration.
CryptoMinute
AI-powered crypto news intelligence MCP server with 8 tools: news search, narrative analytics, AI-clustered stories, Reddit sentiment, YouTube engagement, historical prices, token metadata, and Telegram flash posts.
KnowMint MCP Server
AI agent knowledge marketplace MCP server. Agents autonomously discover, purchase (x402/Solana), and retrieve human experiential knowledge.
Cloaked Agent
Give AI agents spending power without giving them your wallet keys. Cloaked creates on-chain spending accounts with enforced constraints that agents cannot bypass - even if jailbroken or compromised.