Chat with us, powered by LiveChat
NewSee the ground in 3DLook

DrillerDB MCP Server

Model Context Protocol integration for drilling contractors

The DrillerDB MCP server securely connects your company's drilling operations to Microsoft Copilot, Claude, ChatGPT, Codex, Cursor, and other MCP-compatible assistants. Ask questions about live company data in plain English and, when appropriate, take controlled actions without leaving the conversation.

The public server exposes 45 tools: 37 read tools and 8 write tools. Every request is authenticated, tenant-scoped, rate-limited, and audit-logged. Higher-risk writes pause for explicit human approval.

Connect

Add this remote Streamable HTTP server to your MCP client:

https://mcp.drillerdb.com

The client discovers DrillerDB's OAuth 2.0 authorization flow automatically. Sign in with your existing DrillerDB account. DrillerDB supports OAuth Authorization Code with PKCE, Dynamic Client Registration, refresh tokens, and revocation.

Install in your AI assistant

DrillerDB is a managed remote server. There is no package to run, API key to create, or customer database to expose. Each client connects to the same production endpoint and opens DrillerDB's OAuth sign-in.

Claude

Open Settings, choose Connectors, select Add custom connector, and enter the server URL below. Sign in when Claude opens DrillerDB authorization.

Cline

Install the managed remote server from a terminal:

cline mcp install drillerdb --transport http https://mcp.drillerdb.com

Gemini CLI

Install the maintained DrillerDB extension from GitHub:

gemini extensions install https://github.com/CraigVG/drillerdb-mcp

Cursor

Add DrillerDB as a remote HTTP server in Cursor MCP settings using the configuration below.

{
  "mcpServers": {
    "drillerdb": {
      "type": "http",
      "url": "https://mcp.drillerdb.com"
    }
  }
}

VS Code and GitHub Copilot

Add the server to your workspace or user mcp.json. VS Code discovers DrillerDB OAuth when the server starts.

{
  "servers": {
    "drillerdb": {
      "type": "http",
      "url": "https://mcp.drillerdb.com"
    }
  }
}

ChatGPT and Codex

If your workspace has custom MCP connector access, add the server URL below. DrillerDB's public OpenAI directory submission is also in progress.

Microsoft Copilot

Microsoft certification is in progress. After publication, organization administrators will be able to enable DrillerDB from Microsoft's connector catalog.

What you can do

Example prompts

OAuth permissions

The exact tools shown to a user are also filtered by that user's current DrillerDB role. OAuth scopes alone never grant access to another company or to a capability the user's role cannot use.

Security and data handling

Review the Privacy Policy and Terms of Use. For setup or operational support, email support@drillerdb.com.

Technical resources

Verified directory listings

These public records help MCP clients and customers verify that the server is operated by DrillerDB.