A paid MCP service that extracts, validates and categorises invoices from text, URL or PDF
Invoice Intelligence MCP MCP server exists for a simple reason — assistants are far more useful when they can act on Invoice Intelligence MCP directly instead of describing what you should do. A paid MCP service that extracts, validates and categorises invoices from text, URL or PDF.
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.
Once Invoice Intelligence MCP is connected, these are the calls the assistant has available:
extract_invoice — The extract_invoice tool exposed by this servervalidate_invoice — Check an extracted invoice for completeness and mathematical accuracycategorise_expense — The categorise_expense tool exposed by this serverYou will need 3 environment variables: X402_FACILITATOR_URL, CDP_API_KEY_ID, CDP_API_KEY_SECRET. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Plenty of payments and commerce servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Invoice Intelligence MCP's toolset — extract_invoice, validate_invoice, categorise_expense — is a fair guide to whether it matches your workflow. It is maintained by dannydaley76; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| extract_invoice | The extract_invoice tool exposed by this server. |
| validate_invoice | Check an extracted invoice for completeness and mathematical accuracy. |
| categorise_expense | The categorise_expense tool exposed by this server. |
{
"mcpServers": {
"invoice-intelligence": {
"url": "https://your-deployment.up.railway.app/mcp",
"transport": "streamable-http"
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| X402_FACILITATOR_URL | Endpoint or connection string the server talks to. | Yes |
| CDP_API_KEY_ID | Credential the server authenticates with. | Yes |
| CDP_API_KEY_SECRET | Credential the server authenticates with. | Yes |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.