MCP Server
io.github.therealMrFunGuy/invoice-pilot MCP Server
io.github.therealMrFunGuy/invoice-pilot
What is the io.github.therealMrFunGuy/invoice-pilot MCP server?
PDF invoicing with auto-chase reminders, email delivery, and payment tracking.
How to install io.github.therealMrFunGuy/invoice-pilot
Copy-paste configuration for popular MCP clients.
transport: sse
Config generated by PluginBench — verify against the source before use.Environment / auth
X-API-KeyAPI key from https://auth.rjctdlabs.xyz/dashboard
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"invoice-pilot": {
"url": "https://invoice.rjctdlabs.xyz/sse"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"invoice-pilot": {
"serverUrl": "https://invoice.rjctdlabs.xyz/sse"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"invoice-pilot": {
"type": "http",
"url": "https://invoice.rjctdlabs.xyz/sse"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"invoice-pilot": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://invoice.rjctdlabs.xyz/sse"
]
}
}
}Claude Code
claude mcp add --transport sse invoice-pilot https://invoice.rjctdlabs.xyz/sseRelated MCP servers
Auto-generate changelogs from GitHub PRs with AI-powered categorization and rewriting.
Scheduled HTTP requests and shell commands with retries, timeouts, and webhook alerts.
Real-time cryptocurrency prices, market data, and trending coins via CoinGecko.
Turn any website into an RSS, Atom, or JSON feed using CSS selectors and scheduled polling.
GitHub repo analytics, trending repos, contributor stats, and language breakdowns.
Extract text and tables from PDFs, merge documents, and get metadata.