Skip to main content
Glama
kristjansuursoho

Outvoicer MCP

Outvoicer MCP

An unofficial MCP server for preparing and creating invoice drafts in Outvoicer.

Purpose

I already use MCP servers, so connecting Outvoicer was a natural next step. Its public API makes it possible to prepare, create, and send invoices through conversation.

This project was created in collaboration with Martin Sookael, founder of Outvoicer.

I use OpenCode, but the server also works with compatible clients such as ChatGPT and Claude.

Scope

The current focus is limited to:

  • Creating invoices

  • Previewing invoices

  • Sending invoices

Currently, it does not manage Outvoicer account data, integrations, or settings. These can be managed at outvoicer.com.

Authentication

Public lebo.agency endpoints use OAuth through oauth.lebo.agency.

The server validates signed OAuth access tokens, then resolves the user's selected Outvoicer connection server-side.

  • Protected resource discovery uses RFC 9728 metadata.

  • Authorization uses the OAuth authorization code flow with PKCE S256 and dynamic client registration.

  • OAuth resource indicators bind authorization, access tokens, and JWT audiences to the Outvoicer MCP URL.

  • JWT access tokens are verified against the authorization server's JWKS with exact issuer, audience, expiry, and scope checks.

  • Tools advertise and enforce invoice:read and invoice:create independently.

Security

  • Public access is protected by OAuth.

  • OAuth access is limited to the Outvoicer MCP resource and the user's stored connection.

  • Requests are stateless and access tokens are validated on every request.

  • OAuth access tokens are never forwarded to Outvoicer.

  • Responses and telemetry exclude sensitive data.

Technology

About

This project is maintained by Kristjan Suursoho, who works with Outvoicer as a freelancer. It is an unofficial project and is not maintained or published by Outvoicer.

The Outvoicer API, internally known as Tetris, is available at api.outvoicer.com. OpenAPI documentation is available there.

License

Licensed under the MIT License.

-
license - not tested
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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/kristjansuursoho/mcp.lebo.agency.outvoicer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server