MCP Server
MCP
three.ws Activity
Trending agents and coins, the $THREE holder leaderboard, and the site-wide activity ticker.
Install
npx -y @three-ws/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@three-ws/activity-mcp",
"version": "0.1.2",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the three.ws API that serves the trending, leaderboard, and feed endpoints. Override only when self-hosting or targeting a preview deployment.",
"format": "string",
"default": "https://three.ws",
"name": "THREE_WS_BASE"
},
{
"description": "Per-request timeout in milliseconds for the live discovery reads.",
"format": "number",
"default": "20000",
"name": "THREE_WS_TIMEOUT_MS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment