Understanding MCP

Understanding MCP

Model Context Protocol, usually shortened to MCP, is an open standard that lets an AI assistant connect to an outside system and use it. SiteTrax.io implements it so that assistants can work with your operational data without anyone exporting it first.

Why it exists

Before MCP, getting an assistant to answer a question about your yard meant copying data into a prompt or building a bespoke integration for each assistant. Both approaches age badly. A copied extract is stale the moment it is pasted, and a bespoke integration has to be rebuilt for the next tool.

MCP replaces that with one connection the assistant understands. SiteTrax.io publishes what it can do once, and any compatible assistant can use it.

What it means in practice

Without MCP With MCP
Export a report, paste it into a chat The assistant can retrieve current records when it calls a SiteTrax.io tool
The extract reflects one moment and one filter A new tool call retrieves data for its requested scope and time period; a reply without one may use earlier context
The assistant cannot check its own answer The assistant can retrieve the supporting record and permitted image links
Sharing the extract shares everything in it Access follows the signed-in SiteTrax.io account

How SiteTrax.io implements it

What it does not do

See Account Access and OAuth for the account and authorization flow. For the full technical contract, including transport, scopes and response semantics, see the SiteTrax.io MCP Server reference.


Revision #3
Created 2026-09-04 15:18:23 UTC by SiteTrax.io Admin
Updated 2026-09-22 07:13:48 UTC by SiteTrax.io Admin