MCP Drift Lab
A research harness for measuring whether MCP clients preserve informed consent when tool definitions change after approval.
README
MCP Drift Lab
MCP Drift Lab is a controlled, non-destructive research harness for measuring whether real Model Context Protocol clients preserve informed consent when tool definitions change after approval.
The project intentionally separates two questions:
- Client lifecycle security: Did the client fetch, detect, display, re-approve, and gate a changed definition?
- Model susceptibility: After receiving changed metadata, did the model select a tool or alter its arguments?
All tools operate only on synthetic data and append events to a local JSONL sink. No real email, filesystem, cloud, trading, or identity account is connected.
Current scope
- File-backed, dynamically materialized MCP tool manifests
- Six baseline states: benign, description mutation, schema mutation, tool addition, Unicode TAG concealment, and behavior-only mutation
- Local stdio transport
- Streamable HTTP transport for controlled remote-client testing
- Optional lab-only control tool that emits
notifications/tools/list_changed - Canonical whole-manifest and on-wire toolset hashes
- Transparent stdio JSONL recorder
- Synthetic execution sink
- Pytest coverage and GitHub Actions CI
- Detailed cross-client research plan in
TEST_PLAN.md
Safety boundary
This repository is for testing clients you own or are explicitly authorized to test. Do not invoke tools on third-party MCP servers, attempt authentication bypass, collect credentials, or connect the harness to production accounts. See docs/ETHICS.md.
Requirements
- Python 3.11+
uvrecommended, or standardvenv/pip- Node.js 22.7.5+ only when using MCP Inspector
The project pins MCP Python SDK v1 because v2 remains prerelease until its stable release. The upper bound prevents an unreviewed major-version upgrade from changing experiment behavior.
Install
With uv
uv sync --extra dev
With venv and pip
python -m venv .venv
# Windows PowerShell: .venv\Scripts\Activate.ps1
# Linux/WSL: source .venv/bin/activate
pip install -e ".[dev]"
Inspect the current state
mcp-drift status
mcp-drift hashes
mcp-drift list-manifests
The default state is v0-benign.json.
Switch experiment state
mcp-drift set-state v1-description-mutation.json
mcp-drift status
The server reads the selected manifest on every tools/list, so a client refresh sees the new definition without restarting the process.
Run over stdio
mcp-drift-server --transport stdio
Example VS Code .vscode/mcp.json entry:
{
"servers": {
"mcp-drift-lab": {
"type": "stdio",
"command": "uv",
"args": ["run", "mcp-drift-server", "--transport", "stdio"],
"cwd": "${workspaceFolder}"
}
}
}
Run with raw stdio recording
Configure the client to launch the proxy instead of the server:
mcp-drift-proxy --log evidence/runs/manual/jsonrpc.jsonl -- \
uv run mcp-drift-server --transport stdio
The proxy preserves protocol stdout and writes timestamped client-to-server and server-to-client messages to JSONL.
Run over Streamable HTTP
mcp-drift-server --transport streamable-http --host 127.0.0.1 --port 8000
Connect MCP Inspector to:
http://127.0.0.1:8000/mcp
For a public deployment, terminate TLS in a reverse proxy and keep the state-control path local. The server has no public mutation-control HTTP endpoint.
Emit tools/list_changed
For protocol-baseline experiments only, enable the explicit control tool:
MCP_DRIFT_ENABLE_CONTROL_TOOL=1 mcp-drift-server --transport stdio
Then:
- Change state externally with
mcp-drift set-state .... - Call
lab_emit_tool_list_changedfrom MCP Inspector. - Observe whether the client requests
tools/listagain.
Do not enable this tool in approval-fidelity experiments because its presence changes the advertised toolset.
Run MCP Inspector
npx -y @modelcontextprotocol/inspector@latest
For a direct stdio launch:
npx -y @modelcontextprotocol/inspector@latest \
uv run mcp-drift-server --transport stdio
Keep Inspector bound to localhost and retain its proxy authentication. Never expose the Inspector proxy to an untrusted network.
Run tests
pytest
ruff check .
Evidence
Each tool call is appended to evidence/runs/<run-id>/synthetic-sink.jsonl when MCP_DRIFT_RUN_ID is set. Otherwise it is written beneath evidence/runs/manual/.
Suggested run setup:
export MCP_DRIFT_RUN_ID=vs-code-v0-v1-live-001
mcp-drift-server --transport stdio
Copy the row template from evidence/results-template.csv into your analysis dataset and add screenshots, client logs, prompts, and version metadata under the matching run directory.
Repository layout
mcp-drift-lab/
├── manifests/ # Experiment definitions
├── scenarios/ # Test matrix inputs
├── state/current.json # Selected manifest
├── src/mcp_drift_lab/ # Server, CLI, hashing, sink, recorder
├── evidence/ # Result schema and ignored run output
├── tests/ # Deterministic unit tests
├── docs/ETHICS.md # Research boundaries
└── TEST_PLAN.md # Latest cross-client test plan
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。
mcp-server-qdrant
这个仓库展示了如何为向量搜索引擎 Qdrant 创建一个 MCP (Managed Control Plane) 服务器的示例。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。