What is the three.ws Provenance MCP server?
Append-only, signed, on-chain-verifiable agent action log — record and audit what agents did.
How to install three.ws Provenance
Copy-paste configuration for popular MCP clients.
THREE_WS_BASEBase URL of the three.ws API that serves the agent-actions ledger. Override only when self-hosting or targeting a preview deployment.
THREE_WS_TIMEOUT_MSPer-request timeout in milliseconds for the ledger reads/appends.
THREE_WS_TOKENrequiredsecretBearer token authenticating every call — a three.ws API key (sk_live_…) or an OAuth access token. The ledger is owner-scoped: you can read and append actions only for agents your token owns. Required for all three tools. Treat like a password.
THREE_WS_SIGNER_KEYsecretOptional 0x-prefixed EVM private key. When set, append_agent_action ERC-191-signs each action so anyone can ecrecover the signer and verify authorship on-chain. A per-call `signer_key` arg overrides it. Omit to append unsigned. Treat like cash.
{
"mcpServers": {
"provenance-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/provenance-mcp"
],
"env": {
"THREE_WS_BASE": "<YOUR_THREE_WS_BASE>",
"THREE_WS_TIMEOUT_MS": "<YOUR_THREE_WS_TIMEOUT_MS>",
"THREE_WS_TOKEN": "<YOUR_THREE_WS_TOKEN>",
"THREE_WS_SIGNER_KEY": "<YOUR_THREE_WS_SIGNER_KEY>"
}
}
}
}{
"mcpServers": {
"provenance-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/provenance-mcp"
],
"env": {
"THREE_WS_BASE": "<YOUR_THREE_WS_BASE>",
"THREE_WS_TIMEOUT_MS": "<YOUR_THREE_WS_TIMEOUT_MS>",
"THREE_WS_TOKEN": "<YOUR_THREE_WS_TOKEN>",
"THREE_WS_SIGNER_KEY": "<YOUR_THREE_WS_SIGNER_KEY>"
}
}
}
}{
"mcpServers": {
"provenance-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/provenance-mcp"
],
"env": {
"THREE_WS_BASE": "<YOUR_THREE_WS_BASE>",
"THREE_WS_TIMEOUT_MS": "<YOUR_THREE_WS_TIMEOUT_MS>",
"THREE_WS_TOKEN": "<YOUR_THREE_WS_TOKEN>",
"THREE_WS_SIGNER_KEY": "<YOUR_THREE_WS_SIGNER_KEY>"
}
}
}
}{
"servers": {
"provenance-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@three-ws/provenance-mcp"
],
"env": {
"THREE_WS_BASE": "<YOUR_THREE_WS_BASE>",
"THREE_WS_TIMEOUT_MS": "<YOUR_THREE_WS_TIMEOUT_MS>",
"THREE_WS_TOKEN": "<YOUR_THREE_WS_TOKEN>",
"THREE_WS_SIGNER_KEY": "<YOUR_THREE_WS_SIGNER_KEY>"
}
}
}
}claude mcp add provenance-mcp --env THREE_WS_BASE=<YOUR_THREE_WS_BASE> --env THREE_WS_TIMEOUT_MS=<YOUR_THREE_WS_TIMEOUT_MS> --env THREE_WS_TOKEN=<YOUR_THREE_WS_TOKEN> --env THREE_WS_SIGNER_KEY=<YOUR_THREE_WS_SIGNER_KEY> -- npx -y @three-ws/provenance-mcpRelated MCP servers
3D AI Agent Avatar — render any GLB, give it a Solana wallet, a voice, and pump.fun powers.
View repository →MCP tools from three.ws: free + paid text-to-3D, rigging, agent reputation, market intel.
View repository →UCAI — The ABI-to-MCP Server Generator. Convert any smart contract ABI into an AI-ready MCP server.
View repository →Trending agents and coins, the $THREE holder leaderboard, and the site-wide activity ticker.
View repository →Browse the AgenC on-chain task marketplace, query the agent registry, and link identities.
View repository →Self-custodial pump.fun sniper: arm strategies, snipe, manage positions. Simulate by default.
View repository →