# usage_stats

Return summary stats of how this MCP server has been used (top tools called, success rate, recent activity). Free. Use to verify your own integration is hitting the right tools.

Agent View of the PolicyLayer registry record for `usage_stats`. HTML page: https://policylayer.com/tools/com-gocreativeai-predict-predict/usage-stats

## Facts

- Tool: `usage_stats`
- Server: Predict — Prediction Market Data for AI Agents (`https://predict.gocreativeai.com/mcp`) — https://policylayer.com/tools/com-gocreativeai-predict-predict.md
- Homepage: https://github.com/https://predict.gocreativeai.com/mcp
- Risk category: Read (Low risk)
- Registry record: grade C, identity unverified
- Server auth posture: open
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Allowed

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "usage_stats",
    "arguments": {}
  }
}
```

## Why usage_stats is rated Low

This tool queries historical usage data and provides aggregate statistics without side effects. It is a monitoring/observability feature that retrieves pre-computed or logged information. The low severity reflects that misuse yields only information exposure about the server's past behavior, with no impact on market data, finances, or external systems.

From the tool's own definition: "Tool returns summary statistics about server usage ('top tools called, success rate, recent activity'). Verbs indicate data retrieval only: 'Return summary stats'. No modification, deletion, execution, or financial operations described."

## Use case

AI agents call usage_stats to retrieve information from Predict — Prediction Market Data for AI Agents without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Predict — Prediction Market Data for AI Agents:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "usage_stats": {}
  }
}
```

## Other tools on Predict — Prediction Market Data for AI Agents (10)

- `install_snippets` — Read — https://policylayer.com/tools/com-gocreativeai-predict-predict/install-snippets.md
- `list_endpoints` — Read — https://policylayer.com/tools/com-gocreativeai-predict-predict/list-endpoints.md
- `predict_360` — Read — https://policylayer.com/tools/com-gocreativeai-predict-predict/predict-360.md
- `predict_events` — Read — https://policylayer.com/tools/com-gocreativeai-predict-predict/predict-events.md
- `predict_kalshi` — Read — https://policylayer.com/tools/com-gocreativeai-predict-predict/predict-kalshi.md
- `predict_markets` — Read — https://policylayer.com/tools/com-gocreativeai-predict-predict/predict-markets.md
- `predict_orderbook` — Read — https://policylayer.com/tools/com-gocreativeai-predict-predict/predict-orderbook.md
- `predict_trades` — Read — https://policylayer.com/tools/com-gocreativeai-predict-predict/predict-trades.md
- `pricing_info` — Read — https://policylayer.com/tools/com-gocreativeai-predict-predict/pricing-info.md
- `wallet_helper` — Read — https://policylayer.com/tools/com-gocreativeai-predict-predict/wallet-helper.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=com-gocreativeai-predict-predict · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/com-gocreativeai-predict-predict
