# pricing_info

Return pricing details for the GoCreative Agent API — base price per call, premium endpoints, cache TTLs, and supported payment networks. Free.

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

## Facts

- Tool: `pricing_info`
- 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": "pricing_info",
    "arguments": {}
  }
}
```

## Why pricing_info is rated Low

This is a purely informational tool that queries and retrieves static or semi-static pricing and configuration data. It has no side effects, does not execute code, does not modify data, and does not commit financial transactions. The 'Free' cost designation confirms it is not a financial operation. It falls squarely into the Read category with low severity due to minimal blast radius if misused.

From the tool's own definition: "Tool returns pricing details and API metadata—'base price per call, premium endpoints, cache TTLs, and supported payment networks.' No modification, deletion, or execution of external systems."

## Use case

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

## 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
- `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
