# polymarket_create_order

Create a new order on Polymarket. Requires API key authentication. Order will be placed on the CLOB.

Agent View of the PolicyLayer registry record for `polymarket_create_order`. HTML page: https://policylayer.com/tools/asthetech-cl-mcp-polymarket/polymarket-create-order

## Facts

- Tool: `polymarket_create_order`
- Server: Polymarket MCP Server (`asthetech/mewcp-polymarket`) — https://policylayer.com/tools/asthetech-cl-mcp-polymarket.md
- Homepage: https://github.com/AStheTECH/mewcp-polymarket
- Risk category: Financial (Critical risk)
- Registry record: grade D, identity unverified
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Approval-gated

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

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

## Why polymarket_create_order is rated Critical

Placing an order on a prediction market's order book constitutes a financial commitment. If an AI agent misuses this tool, it could place unintended trades with real monetary consequences, potentially losing funds. This is a direct financial action requiring authenticated access, making it the highest severity category.

From the tool's own definition: "'Create a new order on Polymarket' and 'Order will be placed on the CLOB' — CLOB (Central Limit Order Book) means this commits real financial orders on a prediction market exchange."

## Use case

AI agents use polymarket_create_order to commit financial operations through Polymarket MCP Server, usually the final step of a payment, billing, or trading workflow. A call moves real money.

## Recommended policy (PolicyLayer)

Verdict: **Approval-gated**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Polymarket MCP Server:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "polymarket_create_order": {
      "deny_if": [
        {
          "conditions": [],
          "on_deny": "Requires human approval."
        }
      ]
    }
  }
}
```

## Other tools on Polymarket MCP Server (10)

- `polymarket_cancel_order` — Destructive — https://policylayer.com/tools/asthetech-cl-mcp-polymarket/polymarket-cancel-order.md
- `polymarket_get_events` — Read — https://policylayer.com/tools/asthetech-cl-mcp-polymarket/polymarket-get-events.md
- `polymarket_get_market` — Read — https://policylayer.com/tools/asthetech-cl-mcp-polymarket/polymarket-get-market.md
- `polymarket_get_markets` — Read — https://policylayer.com/tools/asthetech-cl-mcp-polymarket/polymarket-get-markets.md
- `polymarket_get_midpoint` — Read — https://policylayer.com/tools/asthetech-cl-mcp-polymarket/polymarket-get-midpoint.md
- `polymarket_get_orderbook` — Read — https://policylayer.com/tools/asthetech-cl-mcp-polymarket/polymarket-get-orderbook.md
- `polymarket_get_orders` — Read — https://policylayer.com/tools/asthetech-cl-mcp-polymarket/polymarket-get-orders.md
- `polymarket_get_user_positions` — Read — https://policylayer.com/tools/asthetech-cl-mcp-polymarket/polymarket-get-user-positions.md
- `polymarket_get_user_trades` — Read — https://policylayer.com/tools/asthetech-cl-mcp-polymarket/polymarket-get-user-trades.md
- `polymarket_health_check` — Read — https://policylayer.com/tools/asthetech-cl-mcp-polymarket/polymarket-health-check.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=asthetech-cl-mcp-polymarket · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/asthetech-cl-mcp-polymarket
