Standards2026-09-15T16:25:20.643Z

What is MCP?

Model Context Protocol, an open standard that lets an AI agent call into a business's own systems, checking live data or triggering a defined action, the way it would check availability or pull a menu.

2 min read

The Selfe team
Agentic commerce infrastructure
Good for: An operator's own tools querying their own systems. Not good for: Proving a stranger's agent is allowed to book or spend. Identity and payment need separate protocols.

MCP is the connection layer specifically. A later revision added a thin way to check who's calling in, but proving what an agent is allowed to spend is still a separate protocol's job entirely. It's strongest today for an operator's own tools, a member of staff's assistant querying their own booking system, and weaker on its own for a stranger's agent trying to book from a business it's never dealt with, which needs identity and payment checks on top. Selfe uses MCP as one piece of a larger chain, not the whole answer.

Good for

An operator's own tools querying their own systems.

Not good for

Proving a stranger's agent is allowed to book or spend. Identity and payment need separate protocols.