Skip to main content
ClaudeWave

Transport-neutral MCP bridge and public development package for Invompt.

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated yesterday
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/18/2026
Install in Claude Code / Claude Desktop
Method: NPX · --yes
Claude Code CLI
claude mcp add invompt-mcp -- npx -y --yes
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "invompt-mcp": {
      "command": "npx",
      "args": ["-y", "--yes"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

<div align="center">

# Invompt MCP

  <strong>Invoice tools for the AI hosts you already use.</strong>
  <br />
  Create, review, and manage Invompt invoices through an MCP connection.
</div>

<p align="center">
  <a href="packages/invompt-mcp/README.md">CLI reference</a>
  |
  <a href="packages/mcp-core/README.md">MCP contract</a>
  |
  <a href="https://mcp.invompt.com/mcp">Hosted MCP endpoint</a>
</p>

Invompt MCP is the local-beta distribution for connecting Claude Code or Codex to Invompt. It
provides a small setup CLI, portable host skills, and a Guest stdio bridge. Invoice rules,
calculation, persistence, and hosted document links remain part of the Invompt service.

## What it does

- Turns natural-language or structured requests into invoices, quotes, estimates, and pro formas.
- Lists and updates invoices and saved clients through the MCP contract.
- Supports two deliberate connection modes: a local Guest bridge or hosted OAuth over HTTPS.
- Keeps local setup state separate from the global hosted consumer.

This repository is a pre-1.0 local-beta package. It is not the global hosted consumer. The global
consumer uses the `invompt` connection name and hosted OAuth; this package uses the isolated
`invompt-local-beta` identity. ChatGPT web connects to the hosted endpoint with OAuth and does not
run this local CLI.

## Quick start

1. Choose a host and connection mode, then run the matching setup command. Use OAuth for a browser
   sign-in, or Guest for a server-issued pseudonymous local credential.

   ```sh
   npx --yes invompt-mcp@next setup --host codex --mode oauth
   # Replace codex with claude-code, or oauth with guest.
   ```

2. Restart the selected host so it discovers `invompt-local-beta`.

3. Ask the host to create or review an Invompt invoice.

## Connection modes

| Mode | What it uses | Choose it when |
| --- | --- | --- |
| Guest | Local stdio bridge | You want a server-issued pseudonymous credential. |
| OAuth | Hosted HTTPS MCP endpoint | You want browser-based sign-in. |

The bridge does not open a listener or implement invoice business logic. It forwards JSON-RPC only
through the selected connection and rejects HTTP redirects.

## Security

Guest credentials are stored in the macOS Keychain by default. The optional file fallback requires
an explicit flag and uses restricted local permissions. The CLI does not place credentials in a
plugin manifest or host configuration, derive a hardware fingerprint, or collect serial and MAC
data. Never paste credentials, tokens, or real invoice content into a public issue.

Report a vulnerability through [GitHub private vulnerability reporting][security-report].

[security-report]: https://github.com/Invompt/invompt-mcp/security/advisories/new

## Resources

- [CLI and onboarding reference](packages/invompt-mcp/README.md)
- [Transport-neutral MCP contract](packages/mcp-core/README.md)
- [Contract fixtures and service fake](packages/mcp-testkit/README.md)
- [Model Context Protocol documentation](https://modelcontextprotocol.io/)
- [Hosted Invompt MCP endpoint](https://mcp.invompt.com/mcp)

## Development

Use Node.js 22.22.0 and npm 11.11.0, as declared by the repository. From the repository root:

```sh
npm ci
npm run check
```

The check builds the workspaces, runs typechecking, linting, tests, privacy scanning, and package
verification. It is a source-quality check; it does not certify a registry artifact or host setup.

## License

[MIT](LICENSE)
ai-agentsinvoicesmcpmodel-context-protocoltypescript

What people ask about invompt-mcp

What is Invompt/invompt-mcp?

+

Invompt/invompt-mcp is mcp servers for the Claude AI ecosystem. Transport-neutral MCP bridge and public development package for Invompt. It has 0 GitHub stars and its last recorded update is dated 2026-09-16.

How do I install invompt-mcp?

+

You can install invompt-mcp by cloning the repository (https://github.com/Invompt/invompt-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is Invompt/invompt-mcp safe to use?

+

Our security agent has analyzed Invompt/invompt-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains Invompt/invompt-mcp?

+

Invompt/invompt-mcp is maintained by Invompt. The last recorded GitHub activity is dated 2026-09-16, with 6 open issues.

Are there alternatives to invompt-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy invompt-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: Invompt/invompt-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/invompt-invompt-mcp)](https://claudewave.com/repo/invompt-invompt-mcp)
<a href="https://claudewave.com/repo/invompt-invompt-mcp"><img src="https://claudewave.com/api/badge/invompt-invompt-mcp" alt="Featured on ClaudeWave: Invompt/invompt-mcp" width="320" height="64" /></a>

More MCP Servers

invompt-mcp alternatives