Invompt MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Invompt MCPfetch invoice INV-2025-001"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Invompt MCP
Invompt MCP is a public-development, pre-1.0 workspace for an invoice-focused MCP bridge. It contains three source packages:
@invompt/mcp-coreis private workspace source for the transport-neutral MCP contract.@invompt/mcp-testkitis private workspace source for contract fixtures and service fakes.invompt-mcpis the only npm publish target: a self-contained stdio bridge.
The bridge relays MCP JSON-RPC once to the default loopback transport at http://localhost:3101/mcp. It does not execute invoice tools, make REST calls, access a database, or expose a network listener. An operator may explicitly allow an exact HTTPS MCP origin; wildcards, paths, credentials, queries, fragments, and redirects remain rejected. Invompt product code owns invoice business logic, InvoML validation and calculation, rendering, persistence, and hosted document links.
This repository is a release candidate, not a claim that a registry package is available. Before any install instruction is relied on, independently verify the package name, version, tarball integrity, and supported-host behavior from the external registry. The next dist-tag is a development channel only; it is not a production channel or a support commitment.
Local validation
Use Node 22.22.0 and npm 11.11.0:
npm ci
npm run checkThe check builds each workspace, typechecks, lints, tests, scans tracked and packed assets for secrets, verifies deterministic third-party notices, and checks the exact packed-file allowlist plus an offline tarball-only consumer.
Related MCP server: simple_invoicing-mcp
Release boundary
Only invompt-mcp may be published. The release workflow accepts only the exact v0.10.0 tag, rejects an already-published invompt-mcp@0.10.0, validates one build/test/pack artifact, verifies its SHA-256 and SHA-512 after isolated download, and uses npm trusted publishing through the GitHub Actions npm environment. Publishing remains an external authorization and is not performed by local validation.
See SECURITY.md, CONTRIBUTING.md, and CODE_OF_CONDUCT.md.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceNon-custodial MCP server that routes blockchain transactions to your browser wallet (MetaMask, Rabby, etc.) for signing — private keys never leave your browser.Last updated2MIT
- FlicenseBqualityBmaintenanceBridges to a simple_invoicing FastAPI backend, exposing invoice, product, ledger, inventory, buyer, and payment management as MCP tools for use with MCP-compatible clients.Last updated15
- Alicense-qualityDmaintenanceA local MCP proxy that connects to remote MCP servers and automatically handles x402 payments, signing USDC on-chain when a tool returns HTTP 402.Last updated171MIT
- Flicense-qualityBmaintenanceHosted remote MCP for AI agent browser approval. Provides structured tools for page approval workflows, session management, and audit receipts.Last updated
Related MCP Connectors
A paid remote MCP for Skybridge, built to return verdicts, receipts, usage logs, and audit-ready JSO
A paid remote MCP for ppt-master, built to return verdicts, receipts, usage logs, and audit-ready JS
A paid remote MCP for ShipSwift, built to return verdicts, receipts, usage logs, and audit-ready JSO
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Invompt/invompt-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server