Available tools
13 tools| Tool | Description |
|---|---|
listOperations | List Swagger operations with optional tag and free-text filters. Start here when you need the exact published operation ids. |
describeOperation | Inspect one Swagger operation including grouped path, query, header, and body parameters before making a request. |
request | Execute any published IHS Swagger operation by operationId with path/query/body arguments. This is the generic escape hatch for the full API surface. |
listDomains | List entitlement resources discovered from the spec, including international, North America, Energy Docs, and Upstream Intelligence. |
listViews | List available views for a domain (for example adm/eandp or northamerica/midstream). Discover queryable datasets within spec-backed catalog domains. |
getViewSchema | Get column metadata for a specific view including name, type, nullable, and description. Essential for building accurate queries. |
retrieve | Query a view with OData-style filters ($filter, $select, $orderby, $count, $start_index, $groupby, $having, $geometry) using GET or POST. |
count | Get record count for a view with optional $filter using GET or POST. Useful for understanding data volume before retrieving. |
getSessions | Inspect active sessions and entitlement details available to the current credentials. |
deleteSessions | Delete active sessions for the current credentials. Useful for clearing stale or over-limit sessions before retrying. |
getReports | List or retrieve reports for a domain (primarily adm/basin and adm/eandp). Access pre-built analytical reports. |
getImage | Get well/entity images from a domain view. Returns image data for visualization. |
Code Execution | Execute custom JavaScript/TypeScript code with full S&P Global IHS connector access. Build complex queries across domains, aggregate data, and create custom workflows. |
Setup
A few steps to connect your AI agents to S&P Global IHS Energy.
- 1
Create Your Account
Sign up for PatchOps to access our MCP server management platform.
- 2
Get S&P Global IHS Credentials
Obtain your S&P Global IHS Energy API username and password from your S&P Global account representative.
- 3
Add S&P Global IHS Credentials
Navigate to the Dashboard and add your S&P Global IHS username and password to establish the connection.
- 4
Configure Your AI Agent
Add the S&P Global IHS MCP server URL to your AI agent's configuration file.
- 5
Start Querying
Begin with listOperations() or listDomains() to inspect the published Swagger surface, then use request() or the convenience helpers to access data.
Connect to your AI assistant
Pick the tool your team uses for the exact setup steps.
- 1
Open Claude settings
Launch Claude, click the profile button (bottom left), and go to Settings.
- 2
Access connectors
Open the Connectors tab, scroll to the bottom, and click “Add custom connector”.
- 3
Name your connector
Enter any name you’d like for this connector.
- 4
Get the connector URL
Log in to PatchOps, open the /mcp page, and copy the connector URL you want to use.
- 5
Add the connector
Paste the URL into the “Remote MCP server URL” box and click Add.
- 6
Start using
Your S&P Global IHS Energy connector is ready to use in Claude.
