Claude
Open Settings, choose Connectors, select Add custom connector, and enter the server URL below. Sign in when Claude opens DrillerDB authorization.
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.
Add this remote Streamable HTTP server to your MCP client:
https://mcp.drillerdb.comThe 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.
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.
Open Settings, choose Connectors, select Add custom connector, and enter the server URL below. Sign in when Claude opens DrillerDB authorization.
Install the managed remote server from a terminal:
cline mcp install drillerdb --transport http https://mcp.drillerdb.comInstall the maintained DrillerDB extension from GitHub:
gemini extensions install https://github.com/CraigVG/drillerdb-mcpAdd DrillerDB as a remote HTTP server in Cursor MCP settings using the configuration below.
{
"mcpServers": {
"drillerdb": {
"type": "http",
"url": "https://mcp.drillerdb.com"
}
}
}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"
}
}
}If your workspace has custom MCP connector access, add the server URL below. DrillerDB's public OpenAI directory submission is also in progress.
Microsoft certification is in progress. After publication, organization administrators will be able to enable DrillerDB from Microsoft's connector catalog.
mcp:read - read company projects, customers, invoices, schedules, equipment, communications, and well logsmcp:write:low - low-risk additive updates such as notes, field reports, and project statusmcp:write:high - higher-risk operations such as scheduling and customer-facing document actionsmcp:proposals:write - proposal creation workflowsThe 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.
Review the Privacy Policy and Terms of Use. For setup or operational support, email support@drillerdb.com.
com.drillerdb/drillerdb - clients that read the registry can install DrillerDB by name instead of a pasted URL.These public records help MCP clients and customers verify that the server is operated by DrillerDB.
com.drillerdb/drillerdb