# predict_360

Premium Polymarket bundle: top market + live odds + order-book depth + recent trades in 1 call. Trading & forecasting ag Cost: $0.005–$0.05 USDC on Base per call.

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

## Facts

- Tool: `predict_360`
- 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: 1 (1 required)
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `arg` | string | yes |  |

Parameters from the server's own tool schema.

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

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "predict_360",
    "arguments": {
      "arg": "<arg>"
    }
  }
}
```

## Why predict_360 is rated Low

This tool bundles multiple read operations on live market data. It retrieves prices, odds, order books, and trade history — all informational queries. While the data relates to financial markets and has cost (USDC payment), the tool itself performs no transactions, trades, transfers, or irreversible operations. The financial aspect is payment for the service, not a financial action by the tool.

From the tool's own definition: "Tool description states it retrieves 'top market + live odds + order-book depth + recent trades' — all data query operations with no side effects. The suffix 'Trading & forecasting ag[ents]' describes the use case, not the action itself."

## Use case

AI agents call predict_360 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": {
    "predict_360": {}
  }
}
```

## 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_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
- `usage_stats` — Read — https://policylayer.com/tools/com-gocreativeai-predict-predict/usage-stats.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
