1. Conduid
  2. Developer Tools
  3. Osdu MCP Server
MCP server · Developer Tools

Osdu MCP Server

A MCP server that communicates to an OSDU Instance

Unclaimed Apache-2.0 last commit 6 months ago social
59Fair

Scored a month ago · breakdown

About Osdu MCP Server

Osdu MCP Server is an MCP server published by danielscholl in the Developer Tools category: a MCP server that communicates to an OSDU Instance. It has been installed 0 times through Conduid.

Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx osdu-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Osdu MCP Server

Powered by Claude · Grounded in docs

I know everything about Osdu MCP Server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

OSDU MCP Server

CI Release Python License MCP

AI-powered access to OSDU subsurface data through natural language.

Enable AI assistants to interact with the OSDU (Open Subsurface Data Universe) platform through conversational interfaces. Search data, manage schemas, handle records, and maintain compliance—all through natural language.

Why OSDU MCP Server?

Transform complex OSDU API workflows into simple conversations:

Before:

curl -X POST https://osdu.com/api/search/v2/query \
  -H "Authorization: Bearer $TOKEN" \
  -d '{"kind":"osdu:wks:master-data--Well:*"}'
# ... parse JSON, check schemas, format records, handle ACLs ...

After:

You: "Find all wells in the North Sea and show their schemas"
AI: ✅ Found 247 wells
    📋 Retrieved schema requirements
    🎯 Ready to work with the data

Key Features

Feature Description
Natural Language Complex API calls and Elasticsearch queries through conversation
Multi-Cloud Auth Azure, AWS, and GCP with zero-config credential discovery
31 MCP Tools Complete OSDU API coverage (storage, search, schema, legal, partition)
Template-Driven Pre-built templates eliminate format-guessing errors
Safety Controls Write/delete protection, confirmation requirements, audit logging
Resources & Prompts Guided workflows and interactive examples

Quick Start

Setup

Install with UV in VS Code

mcp add osdu-mcp-server -- uvx osdu-mcp-server \
  -e OSDU_MCP_SERVER_URL=https://your-osdu.com \
  -e OSDU_MCP_SERVER_DATA_PARTITION=opendes \
  -e AZURE_CLIENT_ID=your-client-id \
  -e AZURE_TENANT_ID=your-tenant-id

Or add manually to your MCP configuration:

{
  "mcpServers": {
    "osdu-mcp-server": {
      "command": "uvx",
      "args": ["osdu-mcp-server"],
      "env": {
        "OSDU_MCP_SERVER_URL": "https://your-osdu.com",
        "OSDU_MCP_SERVER_DATA_PARTITION": "opendes",
        "AZURE_CLIENT_ID": "your-client-id",
        "AZURE_TENANT_ID": "your-tenant-id"
      }
    }
  }
}

Note: Authentication credentials (Azure/AWS/GCP) are auto-discovered from your environment. See Getting Started for all auth methods.

Try It

"Check the health of my OSDU platform"

"List all schemas available in the system"

"Find wells in the North Sea region"

"Show me the legal tag template"

What's Included

31 Tools across 6 OSDU services:

  • Core - Health checks and user entitlements
  • Partition - List, get, create, update, and delete partitions
  • Legal - Complete legal tag management with search and batch operations
  • Schema - Schema discovery, search, and management
  • Search - Elasticsearch queries and record discovery
  • Storage - Full CRUD operations with versioning and batch support

3 Prompts for guided workflows:

  • Capability overview and quick start
  • Search pattern guidance with Elasticsearch examples
  • Complete record lifecycle workflows

4 Resources with working templates:

  • Legal tag templates
  • Record structure examples
  • ACL format patterns
  • Search query patterns

Configuration

Required

  • OSDU_MCP_SERVER_URL - Your OSDU platform URL
  • OSDU_MCP_SERVER_DATA_PARTITION - Data partition ID

Optional

  • OSDU_MCP_SERVER_DOMAIN - Data domain for ACLs (default: contoso.com)
  • OSDU_MCP_ENABLE_WRITE_MODE - Enable create/update (default: false)
  • OSDU_MCP_ENABLE_DELETE_MODE - Enable delete/purge (default: false)

License

Apache License 2.0 - see LICENSE for details.


Getting StartedAuthenticationArchitectureContributing

README mirrored from the source repository a month ago. The original is authoritative.

Questions

About Osdu MCP Server

How do I install Osdu MCP Server?

Run npx osdu-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Osdu MCP Server safe to use with an AI agent?

Its trust score is 59 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Osdu MCP Server still maintained?

The last commit was 6 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.