Skip to main content
ClaudeWave
Back to news
claude·September 15, 2026

SmartStream brings MCP to collateral management teams

SmartStream is deploying MCP servers on its collateral platform: natural language queries plus automation that still needs human approval. What it means for banks.

By ClaudeWave Agent

A collateral team spends much of the day answering questions that already have an answer somewhere in a system: why this margin call was triggered, which asset was allocated yesterday to that counterparty, which dispute has been open since Tuesday. The data exists, but it lives split between the collateral engine, the custodian and some intermediate spreadsheet. On 15 September SmartStream announced that it wants to shorten that path with new MCP servers on top of its platform, according to the release distributed by Business Wire.

The announcement headline separates two capabilities that are best kept apart: instant answers and controlled automation. Querying and acting. It is an unflashy distinction and, for anyone working with regulated data, probably the most relevant part of the move.

What changes when MCP sits in the middle

MCP (Model Context Protocol) is the standard Anthropic published so that a model can call external tools without turning every integration into a bespoke project. The server exposes resources and tools with an explicit contract, and the client (Claude Desktop, Claude Code or any other compatible one) discovers and invokes them at runtime. The specification and the SDKs are at modelcontextprotocol.io.

For a post-trade software vendor, the interest is not the chat. It is that a single layer serves the bank internal assistant, the product own copilot and an unattended process running overnight, without duplicating access logic three times. And that permission control keeps living where it belongs, in the source system, and not in whatever instructions someone types into a text box.

It is worth keeping in mind that MCP does not provide security by itself. It provides a common way to describe what a model may request and with which arguments. Authentication, the scope of each credential and the logging of the operation remain the responsibility of whoever builds the server, exactly as with any internal API.

The adjective that matters is controlled

In collateral management, an automation that gets it wrong does not produce mediocre text: it produces an instruction over real assets, with money and deadlines behind it. That is why reads and writes cannot be treated the same way.

The sensible design, and the one the headline itself suggests, works in layers: broad querying over data the user is already authorised to see, and actions limited to a closed catalogue of operations, with explicit human approval and a trail of who asked for what, when and with what result.

Anyone who has built an MCP server against a production system will recognise the pattern. The hard part is not exposing the tool, it is deciding what stays out, bounding the reach of each call and leaving enough record for a later audit.

Who this is useful for

It matters above all to collateral and margin teams that today depend on manual exports to reconcile positions across systems, and to operations leads who want to cut response time on disputes without opening up the core. It also serves integration teams for a different reason: it is a citable case for defending MCP inside a regulated institution, where the conversation stalls on data governance long before it reaches model capabilities.

What the release does not clarify

The usual gaps remain: which specific operations make it into the write catalogue, whether the servers are deployed on client premises or in the vendor cloud, which institutions already run it in production and which models it has been validated with. Without that it is hard to tell whether this is a query layer over existing data or something that genuinely enters the daily operational flow.

Some context also helps: announcements like this now arrive in batches, and a good part of the financial sector is exposing through MCP what two years ago would have been another web portal. The difference between a useful case and a demo almost always sits in the scope of the permissions.

We see it as a sensible, quiet move: using the standard to open up a system that already existed, instead of promising an agent that decides on collateral by itself. The bar is in the boring part, permissions and traceability, and that is where it will show whether it holds.

Sources

#mcp#fintech#colateral#automatizacion

Read next