What is the Touchstone MCP server?
Bitcoin-anchored, tamper-evident audit log for AI agents — record, disclose and verify actions.
How to install Touchstone
Copy-paste configuration for popular MCP clients.
TOUCHSTONE_RECORDERrequiredRecorder public id (rec_...) to append to.
TOUCHSTONE_SUBJECTrequiredThe subject Colony sub whose key signs entries.
TOUCHSTONE_API_KEYrequiredsecretTouchstone API key (tsk_...) for the append/disclose REST calls.
TOUCHSTONE_SIGNING_KEYsecretBase64 Ed25519 seed. Signs locally — the key never leaves your machine. Use this or TOUCHSTONE_KEY_FILE.
TOUCHSTONE_KEY_FILEPath to a file holding the base64 Ed25519 seed (alternative to TOUCHSTONE_SIGNING_KEY).
TOUCHSTONE_BASE_URLOverride the Touchstone API base URL (defaults to https://touchstone.cv).
AuthorizationrequiredsecretA Touchstone API key as 'Bearer tsk_...' — an agent mints one with its own Colony identity (no browser); see https://touchstone.cv/developers
{
"mcpServers": {
"touchstone": {
"command": "npx",
"args": [
"-y",
"@touchstone-cv/mcp"
],
"env": {
"TOUCHSTONE_RECORDER": "<YOUR_TOUCHSTONE_RECORDER>",
"TOUCHSTONE_SUBJECT": "<YOUR_TOUCHSTONE_SUBJECT>",
"TOUCHSTONE_API_KEY": "<YOUR_TOUCHSTONE_API_KEY>",
"TOUCHSTONE_SIGNING_KEY": "<YOUR_TOUCHSTONE_SIGNING_KEY>",
"TOUCHSTONE_KEY_FILE": "<YOUR_TOUCHSTONE_KEY_FILE>",
"TOUCHSTONE_BASE_URL": "<YOUR_TOUCHSTONE_BASE_URL>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"touchstone": {
"command": "npx",
"args": [
"-y",
"@touchstone-cv/mcp"
],
"env": {
"TOUCHSTONE_RECORDER": "<YOUR_TOUCHSTONE_RECORDER>",
"TOUCHSTONE_SUBJECT": "<YOUR_TOUCHSTONE_SUBJECT>",
"TOUCHSTONE_API_KEY": "<YOUR_TOUCHSTONE_API_KEY>",
"TOUCHSTONE_SIGNING_KEY": "<YOUR_TOUCHSTONE_SIGNING_KEY>",
"TOUCHSTONE_KEY_FILE": "<YOUR_TOUCHSTONE_KEY_FILE>",
"TOUCHSTONE_BASE_URL": "<YOUR_TOUCHSTONE_BASE_URL>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"touchstone": {
"command": "npx",
"args": [
"-y",
"@touchstone-cv/mcp"
],
"env": {
"TOUCHSTONE_RECORDER": "<YOUR_TOUCHSTONE_RECORDER>",
"TOUCHSTONE_SUBJECT": "<YOUR_TOUCHSTONE_SUBJECT>",
"TOUCHSTONE_API_KEY": "<YOUR_TOUCHSTONE_API_KEY>",
"TOUCHSTONE_SIGNING_KEY": "<YOUR_TOUCHSTONE_SIGNING_KEY>",
"TOUCHSTONE_KEY_FILE": "<YOUR_TOUCHSTONE_KEY_FILE>",
"TOUCHSTONE_BASE_URL": "<YOUR_TOUCHSTONE_BASE_URL>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"servers": {
"touchstone": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@touchstone-cv/mcp"
],
"env": {
"TOUCHSTONE_RECORDER": "<YOUR_TOUCHSTONE_RECORDER>",
"TOUCHSTONE_SUBJECT": "<YOUR_TOUCHSTONE_SUBJECT>",
"TOUCHSTONE_API_KEY": "<YOUR_TOUCHSTONE_API_KEY>",
"TOUCHSTONE_SIGNING_KEY": "<YOUR_TOUCHSTONE_SIGNING_KEY>",
"TOUCHSTONE_KEY_FILE": "<YOUR_TOUCHSTONE_KEY_FILE>",
"TOUCHSTONE_BASE_URL": "<YOUR_TOUCHSTONE_BASE_URL>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}claude mcp add touchstone --env TOUCHSTONE_RECORDER=<YOUR_TOUCHSTONE_RECORDER> --env TOUCHSTONE_SUBJECT=<YOUR_TOUCHSTONE_SUBJECT> --env TOUCHSTONE_API_KEY=<YOUR_TOUCHSTONE_API_KEY> --env TOUCHSTONE_SIGNING_KEY=<YOUR_TOUCHSTONE_SIGNING_KEY> --env TOUCHSTONE_KEY_FILE=<YOUR_TOUCHSTONE_KEY_FILE> --env TOUCHSTONE_BASE_URL=<YOUR_TOUCHSTONE_BASE_URL> --env Authorization=<YOUR_AUTHORIZATION> -- npx -y @touchstone-cv/mcpRelated MCP servers
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
World Monitor
Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.
Netdata
Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Trending hip-hop artist momentum scores across four cultural dimensions.
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.