🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

billpilot-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

billpilot-mcp

MCP server for BillPilot — AI bill analysis, tracking, and physical check mailing. Analyze bills from text or images, manage payment schedules.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

BillPilot MCP Server

MCP server for BillPilot — AI-powered bill analysis, tracking, and physical check mailing.

Tools

ToolDescription
analyze_billAnalyze a bill from text or image — extracts payee, amount, due date, line items
list_billsList all tracked bills sorted by due date
create_billCreate a new bill to track
pay_billPay a bill by mailing a physical check via Checkeeper
get_payment_historyView all payment history and check delivery status

Installation

npx billpilot-mcp

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "billpilot": {
      "command": "npx",
      "args": ["-y", "billpilot-mcp"],
      "env": {
        "BILLPILOT_API_KEY": "your-api-key"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
BILLPILOT_API_KEYNoAPI key for bill management (analyze works without key)

License

MIT

Keywords

mcp

FAQs

Package last updated on 19 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts