-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
35 lines (35 loc) · 1.16 KB
/
Copy pathserver.json
File metadata and controls
35 lines (35 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
"name": "io.github.LightSpeedPlusOne/invovate-mcp-server",
"description": "AI-agent invoice generator: PDF, JSON & UBL in 11 languages via the Invovate API.",
"version": "0.1.2",
"repository": {
"url": "https://github.com/LightSpeedPlusOne/invovate-mcp-server",
"source": "github"
},
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "invovate-mcp-server",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "INVOVATE_API_KEY",
"description": "Free Invovate API key (starts with inv_) from https://invovate.com/auth. Required only for the PDF/UBL tools; calculate_invoice_totals works without it.",
"isRequired": false,
"isSecret": true
},
{
"name": "INVOVATE_API_BASE",
"description": "Override the API base URL (defaults to https://invovate.com).",
"isRequired": false,
"isSecret": false
}
]
}
]
}