cypher_recent_activity
ActiveTool of cypher-mcp
declared in 3.4.2
List every domain object changed within a date window, across all node types.
Parameters schema
{
"type": "object",
"properties": {
"npub": {
"type": "string",
"default": ""
},
"since_ms": {
"type": "integer",
"default": null,
"description": "Epoch-ms lower bound on change time (inclusive); 0 = from the beginning."
},
"until_ms": {
"type": "integer",
"default": null,
"description": "Epoch-ms upper bound on change time (exclusive); 0 (default) = open (now)."
},
"dpop_token": {
"type": "string",
"default": ""
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
cypher-mcp
https://github.com/lonniev/cypher-mcp
2/7 registries