org.memoryapi/monitor
Official2 toolsEcosystem Monitor
Ecosystem monitoring: service status and x402 activity metrics
Monitor ecosystem service status and x402 activity metrics.
Captured live from the server via tools/list.
get_x402_activity
Get x402 paid API call activity stats from memoryapi.org nginx logs. Returns top endpoints by paid calls, unique payers, and trend data.
Parameters (2)
- hoursnumber
Lookback window in hours (1-168, default 24)
- servicestring
Filter by service name (e.g. clinical, bio, research). Omit for all.
get_x402_ecosystem
Get x402 ecosystem intelligence from Agentic Market. Returns services by category, counts, and which memoryapi.org services are listed.
Parameters (2)
- categorystring
Filter by category: inference, data, or all (default all)
- sortstring
Sort by: count (default) or alphabetical
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"monitor": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://monitor.memoryapi.org/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.