# txrisk

TXRISK is a bounded risk-decision MCP for wallets, approvals, transfers, webhook verification, lead qualification, and support telemetry. It exposes a read-only tool surface for fast operator and rev…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add TXRISK/txrisk

# Browse available tools
npx -y @smithery/cli@latest tool list TXRISK/txrisk

# Get full schema for a tool
npx -y @smithery/cli@latest tool get TXRISK/txrisk risk_snapshot

# Call a tool
npx -y @smithery/cli@latest tool call TXRISK/txrisk risk_snapshot '{}'
```

## Direct MCP Connection

Endpoint: `https://txrisk.run.tools`

**Optional config:**
- `apiKey` (query) — Static API key for the bounded TXRISK MCP wrapper.

## Tools (5)

- `risk_snapshot` — Return a deterministic wallet risk snapshot using the shipped TXRISK billing and routing contract.
- `verify_webhook` — Verify an inbound webhook against server-resolved secrets and replay protection.
- `qualify_lead` — Score an inbound lead against a narrow ICP and return routing angles for operator review.
- `get_support_snapshot` — Return read-only support telemetry for recent TXRISK failure and billing trends.
- `authorize_action` — Return a pre-submit allow, review, or deny decision for a routed payout, transfer, or approval.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get TXRISK/txrisk <tool-name>
```

## Resources

- `txrisk://resources/docs-overview` — Public MCP, x402, and contract entry points for TXRISK buyers and operators.
- `txrisk://resources/smithery-operator-notes` — Operator guidance for connecting Smithery to the bounded TXRISK MCP surface.

## Prompts (2)

- `txrisk_smithery_smoke` (apiKey) — Run the shortest useful Smithery validation against the public TXRISK MCP surface.
- `txrisk_buyer_quickstart` — Explain the fastest review path for a buyer evaluating TXRISK MCP and HTTP surfaces.
