semust logo

MCP Platform

Security

Where your API key lives, and exactly what Claude can see.

The MCP server is a local process running on your own computer — it is not a cloud service.

What lives where

WhatWhereWho can see it
Your API key.env or the Claude config file on your machineOnly you
MCP serverA local process on your machineOnly you
SEO dataSent from the Semust API to Claude via MCPYou and Claude
Your API keyNever sent to Claude or AnthropicNo one else

Built-in protections

  • The API key is only used for requests going from your machine to api.semust.com.
  • The server refuses to start if SEMUST_BASE_URL is http:// (non-localhost) — your key is never sent in plaintext.
  • The .env file is in .gitignore, so it will not be committed by accident.
  • Every tool is read-only; none of them modify data.

Protect your config file

Anyone who can read your Claude Desktop config file can also read your API key.

Third-party content

SEO data passed to Claude is treated as user-trusted content. If your Search Console contains spam queries with embedded instructions, the model may act on them — this is inherent to any MCP tool that surfaces third-party data.

Last updated: 2026-08-21