How to Use the LawPay MCP in Cursor
Build compliant legal billing workflows in Cursor using this MCP server to avoid manual trust ledger errors.
Works with every AI agent you already use
…and any MCP-compatible client
Connect LawPay MCP to Cursor
Create your Vinkius account to connect LawPay to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Inject real trust account balances into Cursor code
Our MCP server exposes `get_account_stats` to return live financial metrics directly to your Cursor agent. You can write code that checks IOLTA balances and tests compliance rules using actual ledger values instead of hardcoded stubs. Verification of account routing happens automatically when you invoke `get_account_info`. Your editor gets immediate access to active bank profiles to prevent routing errors during code execution.
Trace client transactions while writing billing logic
`list_transactions` queries your entire payment history to help you debug reconciliation scripts. Cursor reads the returned transaction logs to verify your custom ledger software matches LawPay records. Tracking settlements becomes straightforward with `list_settlements`. This tool retrieves batch deposit details so your code can automatically reconcile bank deposits with open invoices.
Manage secure payment methods in your dev environment
`list_payment_methods` exposes saved client tokens directly to your active coding workspace. Your Cursor agent can use these tokens to test automated subscription billing or recurring retainer payments safely. Detailed token inspections are handled by `get_payment_method`. It returns card brands and expiration dates without exposing raw PAN data, keeping your development environment out of PCI scope.
Set up LawPay MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the LawPay MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent LawPay transactions." If the MCP tools are loaded correctly, Cursor will call the LawPay tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"lawpay-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by LawPay. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about LawPay MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the LawPay MCP today
We host it, we monitor it, we maintain it. You just paste one token.