Invoice-MCP-generator
by Qoxiz20
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SUPABASE_URL | No | Supabase project URL. | |
| MCP_CLIENT_ID | Yes | Value you make up, entered into Claude's 'Use your own OAuth client' field. | |
| MCP_ISSUER_URL | Yes | Your app's stable production URL — used to construct every issuer/resource/redirect value consistently. | |
| MCP_JWT_SECRET | Yes | Signs every token this app issues. Rotating it revokes everything at once. | |
| WHATSAPP_TOKEN | No | WhatsApp API token. Optional; without it, whatsapp_send_message returns 'not yet configured'. | |
| MCP_CLIENT_SECRET | Yes | Value you make up, entered into Claude's 'Use your own OAuth client' field. | |
| ALLOWED_GOOGLE_EMAIL | Yes | The one Google account allowed to complete login. | |
| SUPABASE_SERVICE_KEY | No | Supabase service key. | |
| GOOGLE_OAUTH_CLIENT_ID | Yes | Google OAuth client ID from Google Cloud Console, reused from the existing Drive/Sheets setup. | |
| WHATSAPP_PHONE_NUMBER_ID | No | WhatsApp phone number ID. Required if WHATSAPP_TOKEN is set. | |
| GOOGLE_OAUTH_CLIENT_SECRET | Yes | Google OAuth client secret from Google Cloud Console. | |
| GOOGLE_OAUTH_REFRESH_TOKEN | Yes | Refresh token for the server's own Drive/Sheets access. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues