Alternative to MCP - Foundry API Documentation for LLMs?

The MCP server of Foundry is great, but I would like to avoid any LLM deleting things by mistake.
Bonus: Is it possible to turn off deletion/gate some particular actions ?

As an alternative: is there a write-up of the Platform API that Foundry exposes (https://www.palantir.com/docs/foundry/api/v2/general/overview/introduction/ ) in a format digestible and usable by LLMs ? Some kind of markdown version of it for example ?

I found https://github.com/palantir/foundry-platform-python but it’s not really something ready to go for this purpose.

Hi @VincentF ,

We have an open feature request to allow the generation of scoped tokens which would be immensely valuable for the mcp server.

I hope the Multipass team will implement the required UI, the backend should already support it…

As a note, from https://www.palantir.com/docs/foundry/palantir-mcp/security#write-access in the meantime:
All tools that can perform write actions are either non-destructive or require a human to approve the changes.

Not available yet but we are working on a new feature named Ontology-MCP which will let you convert any Dev Console application to an MCP server. this will include Platform API you enabled on that Dev Console application.

With that you should be able to control with APIs you are enabling.

#ontology-MCP

1 Like