OSDU MCP Server

OSDU MCP Server

AI-powered access to OSDU subsurface data through natural language, enabling AI assistants to interact with the OSDU platform via conversational interfaces for search, schema management, records, and compliance.

Category
Visit Server

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.


<div align="center">

Getting StartedAuthenticationArchitectureContributing

</div>

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured