Markdown Vault MCP
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
io.github.LightSpeedPlusOne/invovate-mcp-server · v0.1.1
AI-agent invoice generator: PDF, JSON & UBL in 11 languages via the Invovate API.
invovate-mcp-server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"invovate-mcp-server": {
"command": "npx",
"args": [
"-y",
"invovate-mcp-server"
]
}
}
}INVOVATE_API_KEY可选secretFree Invovate API key (starts with inv_) from https://invovate.com/auth. Required only for the PDF/UBL tools; calculate_invoice_totals works without it.
INVOVATE_API_BASE可选Override the API base URL (defaults to https://invovate.com).
{
"id": "io.github.LightSpeedPlusOne/invovate-mcp-server",
"type": "mcp-server",
"version": "0.1.1",
"displayName": "invovate-mcp-server",
"description": "AI-agent invoice generator: PDF, JSON & UBL in 11 languages via the Invovate API.",
"repository": {
"url": "https://github.com/LightSpeedPlusOne/invovate-mcp-server",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "invovate-mcp-server",
"version": "0.1.1",
"transport": "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.",
"isSecret": true
},
{
"name": "INVOVATE_API_BASE",
"description": "Override the API base URL (defaults to https://invovate.com)."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.LightSpeedPlusOne/invovate-mcp-server",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.LightSpeedPlusOne%2Finvovate-mcp-server/versions/latest",
"isOfficial": true,
"status": "active"
}
}