Model Context Protocol (MCP) connector
The DrillerDB connector lets you work with your DrillerDB account directly from Claude and other MCP-compatible clients (ChatGPT, Cursor, Codex). Ask about your drilling jobs, customers, invoices, and accounts receivable in plain English, query well-log and project history, and - with your approval - update job status or send customer proposals and invoices.
New to the integration? Start with the AI Assistant overview for what it can do, example prompts, and how approvals work.
Add the following server as a custom connector in your MCP client:
https://mcp.drillerdb.comYour client auto-discovers the sign-in flow from the server's OAuth metadata. Sign in with your existing DrillerDB account. Access is scoped to your own company only- the connector can never read another customer's data. You can revoke access at any time from your DrillerDB account.
Actions that contact a customer or affect billing (sending a proposal or invoice, generating a proposal) are approval-gated: they pause for your explicit confirmation before anything is sent, and every call is audit-logged.
list_my_projects, get_project_detail, list_projects_by_customer, get_project_financials, list_customers, list_invoices, get_invoice_detail, list_proposals, get_proposal_detail, list_work_orders, get_work_order_detail, list_crews, query_schedule, list_field_reports, list_project_files, list_communications, get_communication_detail, list_equipment, get_equipment_detail, list_timecards, get_timecard_summary, query_well_logs, customer_ltv_report, total_billed_by_contact, revenue_pipeline, ar_aging_report
update_project_status - Change a job's statusattach_note_to_project - Add a note to a projectsubmit_field_report - Submit a field reportschedule_project - Schedule a job (approval-gated)import_vendor_invoice - Import a vendor bill (approval-gated)generate_proposal - Generate a proposal (approval-gated)send_proposal - Email a proposal to a customer (approval-gated)send_invoice - Email an invoice to a customer (approval-gated)Data handling for the connector is described in our Privacy Policy (section 5.7). Questions: craig@drillerdb.com.
https://mcp.drillerdb.com (no trailing path), then complete the OAuth sign-in with your DrillerDB email and password. The connector uses OAuth 2.0 - it never asks for an API key.Retry-After header; wait and retry.