Your projects and billing, in plain language.
Connect Claude or ChatGPT to petlpay and ask what you'd ask a bookkeeper — what a month billed, who still needs paying, what you're owed. The answers come from your real account, as it stands right now.
Under the hood it speaks MCP, the standard way assistants reach outside tools. petlpay stays the authority on who sees what: a contractor sees the whole billing picture; a subcontractor sees their own work, and no more.
Server url
https://mcp.petlpay.com/mcp
Point an assistant here and sign in through petlpay. You'll be asked to approve the connection — and shown where your access is going — before any token is issued.
Installation
Point your assistant at the server url. It will send you to petlpay to sign in, and then ask you to approve the connection in your browser.
- In Claude — the desktop app or claude.ai — open Settings, then Connectors. Custom connectors need a paid plan.
-
Choose "Add custom connector" and paste the server url.
https://mcp.petlpay.com/mcp - Sign in through petlpay and approve the connection.
-
Add the server from your terminal.
claude mcp add --transport http petlpay https://mcp.petlpay.com/mcp - Sign in when Claude Code prompts you. If it doesn't prompt, run
/mcpand pick petlpay. - Approve the connection in the browser tab that opens.
- In ChatGPT, open Settings and find Connectors. Adding a custom connector needs a plan that allows one.
-
Add a connector and paste the server url.
https://mcp.petlpay.com/mcp - Sign in through petlpay, then approve the connection.
-
Add it to
~/.cursor/mcp.json, or to.cursor/mcp.jsonfor one project.{ "mcpServers": { "petlpay": { "url": "https://mcp.petlpay.com/mcp" } } } - Reopen Cursor's MCP settings and sign in when it asks.
- Approve the connection in the browser tab that opens.
-
Add the server from your terminal.
code --add-mcp '{"name":"petlpay","type":"http","url":"https://mcp.petlpay.com/mcp"}' - Or add it from the Command Palette: MCP: Add Server, then HTTP.
- Sign in when VS Code prompts you, and approve the connection.