Back to connectors
Palantir Foundry logo

Palantir Foundry

Live

Palantir Foundry integration: ontology objects, datasets, SQL queries, orchestration, AIP agents, and admin.

Available tools

92 tools
ToolDescription
listOntologiesList all ontologies in the Foundry stack
getOntologyGet ontology details by RID
getOntologyFullMetadataGet full ontology metadata including all types
listObjectTypesList all object types in an ontology
getObjectTypeGet object type definition and properties
getObjectTypeFullMetadataGet full object type metadata
listOutgoingLinkTypesList link types for an object type
listObjectsList objects of a specific type with pagination
getObjectGet a single object by primary key
searchObjectsSearch objects with where filters and ordering
aggregateObjectsAggregate objects (count, sum, avg, min, max)
countObjectsCount objects matching a filter
listLinkedObjectsList objects linked to a source object
getLinkedObjectGet a specific linked object by key
listActionTypesList all action types in an ontology
getActionTypeGet action type definition and parameters
applyActionApply an action (create/update/delete objects)
applyActionBatchApply an action in batch mode
listQueryTypesList all query types in an ontology
executeQueryExecute an ontology query with parameters
getTimeSeriesFirstPointGet first time series data point for an object property
getTimeSeriesLastPointGet latest time series data point
streamTimeSeriesPointsStream time series points for a date range
getAttachmentGet attachment metadata by RID
uploadAttachmentUpload a new attachment
createDatasetCreate a new dataset
getDatasetGet dataset details
getDatasetSchemaGet dataset schema (columns, types)
readDatasetRead dataset contents
listBranchesList branches on a dataset
getBranchGet branch details
createBranchCreate a dataset branch
deleteBranchDelete a dataset branch
createTransactionCreate a dataset transaction for writes
getTransactionGet transaction details
commitTransactionCommit a transaction
abortTransactionAbort a transaction
listFilesList files in a dataset
getFileGet file metadata
uploadFileUpload a file to a dataset transaction
deleteFileDelete a file from a dataset
executeSqlExecute a SQL query (async)
getSqlQueryStatusCheck SQL query execution status
getSqlQueryResultsGet SQL query results
cancelSqlQueryCancel a running SQL query
createBuildTrigger a build for datasets
getBuildGet build status and details
cancelBuildCancel a running build
searchBuildsSearch builds by dataset, branch, or status
getBuildJobsList jobs within a build
getJobGet job details
createScheduleCreate a build schedule with cron expression
getScheduleGet schedule details
deleteScheduleDelete a schedule
pauseSchedulePause a schedule
unpauseScheduleUnpause a schedule
runScheduleTrigger a schedule run manually
getScheduleRunsList runs for a schedule
listUsersList all users
getUserGet user details by ID
getCurrentUserGet the current authenticated user
searchUsersSearch users by name or email
deleteUserDelete a user
listGroupsList all groups
getGroupGet group details
createGroupCreate a new group
deleteGroupDelete a group
listGroupMembersList members of a group
addGroupMembersAdd members to a group
removeGroupMembersRemove members from a group
getAgentGet AIP agent details
listAgentSessionsList sessions for an agent
createAgentSessionCreate a new agent session
getAgentSessionGet session details
continueAgentSessionSend a message to continue an agent session
cancelAgentSessionCancel an agent session
getAgentSessionContentGet session conversation content
getAgentRagContextGet RAG context for an agent session
createStreamCreate a streaming data pipeline
getStreamGet stream details
publishRecordsPublish records to a stream
getStreamRecordsRead records from a stream
getConnectionGet connection details
createFileImportCreate a file import configuration
getFileImportGet file import details
executeFileImportExecute a file import
listFileImportsList file imports for a connection
getFolderGet folder details
listFolderChildrenList folder contents
createFolderCreate a new folder
getProjectGet project details
createProjectCreate a new project

Setup

A few steps to connect your AI agents to Palantir Foundry.

Get started
  1. 1

    Generate a Token

    In Foundry, go to Settings → Tokens → Create token. Grant appropriate scopes (api:ontologies-read, api:datasets-read, etc.).

  2. 2

    Connect on PatchOps

    Navigate to /mcp, find Palantir Foundry, paste your token and stack hostname (e.g., mycompany.palantirfoundry.com).

  3. 3

    Start Querying

    Use listOntologies to discover your ontology, then searchObjects or executeSql to query data.

Connect to your AI assistant

Pick the tool your team uses for the exact setup steps.

  1. 1

    Open Claude settings

    Launch Claude, click the profile button (bottom left), and go to Settings.

  2. 2

    Access connectors

    Open the Connectors tab, scroll to the bottom, and click “Add custom connector”.

  3. 3

    Name your connector

    Enter any name you’d like for this connector.

  4. 4

    Get the connector URL

    Log in to PatchOps, open the /mcp page, and copy the connector URL you want to use.

  5. 5

    Add the connector

    Paste the URL into the “Remote MCP server URL” box and click Add.

  6. 6

    Start using

    Your Palantir Foundry connector is ready to use in Claude.