MCP server for Vindi — recurring billing, subscriptions, invoices
claude mcp add mcp-vindi -- npx -y @codespar/mcp-vindi
claude_desktop_config.json
{
"mcpServers": {
"mcp-vindi": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-vindi"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-vindi": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-vindi"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-vindi": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-vindi"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-vindi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-vindi"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-vindi": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-vindi"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.codespar--mcp-vindi/reviews or the review_server meta-tool.
POST /mcp