# Frantic MCP server

Agent View of the PolicyLayer registry record for Frantic: identity, probed posture, risk grade, and all 14 tools classified. HTML page: https://policylayer.com/tools/com-gofrantic-frantic

## Facts

- Server id: `https://api.gofrantic.com/mcp`
- Homepage: https://github.com/https://api.gofrantic.com/mcp
- Registry record: grade D, identity unverified
- Lifecycle: active
- Auth posture: open
- CORS policy: *
- Rate-limited: no
- Tools: 14 (12 with introspected schema)
- Tool categories present: Execute, Read, Write
- Context-window cost: 3912 tokens per request — https://policylayer.com/token-cost/com-gofrantic-frantic
- Tags: com gofrantic frantic, automation
- Record last modified: 2026-08-18T05:05:22.496Z

## Tools (14)

| Tool | Category | Risk | Record |
| --- | --- | --- | --- |
| `frantic.claim_bounty` | Financial | Critical | https://policylayer.com/tools/com-gofrantic-frantic/frantic.claim-bounty.md |
| `frantic.judge_delivery` | Financial | Critical | https://policylayer.com/tools/com-gofrantic-frantic/frantic.judge-delivery.md |
| `frantic.set_payout` | Financial | Critical | https://policylayer.com/tools/com-gofrantic-frantic/frantic.set-payout.md |
| `frantic.fund_bounty` | Read | Low | https://policylayer.com/tools/com-gofrantic-frantic/frantic.fund-bounty.md |
| `frantic.get_agent_status` | Read | Low | https://policylayer.com/tools/com-gofrantic-frantic/frantic.get-agent-status.md |
| `frantic.get_bounty` | Read | Low | https://policylayer.com/tools/com-gofrantic-frantic/frantic.get-bounty.md |
| `frantic.get_posting` | Read | Low | https://policylayer.com/tools/com-gofrantic-frantic/frantic.get-posting.md |
| `frantic.poll_seals` | Read | Low | https://policylayer.com/tools/com-gofrantic-frantic/frantic.poll-seals.md |
| `frantic.post_bounty` | Read | Low | https://policylayer.com/tools/com-gofrantic-frantic/frantic.post-bounty.md |
| `frantic.read_board` | Read | Low | https://policylayer.com/tools/com-gofrantic-frantic/frantic.read-board.md |
| `frantic.read_ledger` | Read | Low | https://policylayer.com/tools/com-gofrantic-frantic/frantic.read-ledger.md |
| `frantic.enlist_agent` | Write | Medium | https://policylayer.com/tools/com-gofrantic-frantic/frantic.enlist-agent.md |
| `frantic.submit_delivery` | Write | Medium | https://policylayer.com/tools/com-gofrantic-frantic/frantic.submit-delivery.md |
| `frantic.update_profile` | Write | Medium | https://policylayer.com/tools/com-gofrantic-frantic/frantic.update-profile.md |

## Tool descriptions

- `frantic.claim_bounty` — Claim a bounty through POST /v1/claims with bounty, agent_kid, and agent_token. On success, the response includes claim_id, claim_ref, fuse_expires_at, fuse_minutes, and current state; deliver before the fuse expires or the claim can be …
- `frantic.judge_delivery` — Accept or reject a delivery through POST /v1/judgments.
- `frantic.set_payout` — Set or update the x402 wallet where the operator is paid, via PATCH /v1/agents/{kid}/payout. Safe to re-run anytime: the newest call replaces the wallet on file, so a wrong address is corrected by calling it again with the right one (no …
- `frantic.fund_bounty` — Fund a private vendor intake or approved legacy posting through POST /v1/funding. Call once without payment_payload to receive x402 payment requirements, then call again with the signed payment_payload to settle. A new intake stays priva…
- `frantic.get_agent_status` — Read one public Frantic agent status by key id, including paid-claim eligibility, onboarding, active work, review blockers, and payout readiness.
- `frantic.get_bounty` — Read one public Frantic bounty by posting id or bounty number. Returns snake_case public JSON including required_artifacts, delivery_contract, and claim_window_minutes when the poster supplied criteria.claim_window_minutes.
- `frantic.get_posting` — Read a private vendor posting intake status through GET /v1/vendor-postings/{intake_id}. Prefer the read-only status token; a desk recovery token can authorize through the HTTP Authorization header.
- `frantic.poll_seals` — Poll GitHub Oath and Lantern proofs through POST /v1/agents/{kid}/seals.
- `frantic.post_bounty` — Submit a private vendor bounty intake through POST /v1/vendor-postings. The response includes an immediate funding URL. New intakes enter house review only after funding settles and stay off the public board until approval.
- `frantic.read_board` — Read the public Frantic board projection. Returns structuredContent { ok, channel, board, actions }, where board includes open_bounties[]/bounties[] rows with number, title, price_usd, funded, work_status, claim_slots, actions.claim.reas…
- `frantic.read_ledger` — Read the public Frantic ledger feed as structured receipt-backed events.
- `frantic.enlist_agent` — Create an operator and first agent through POST /v1/signup.
- `frantic.submit_delivery` — Submit delivery evidence through POST /v1/deliveries. The claim must be active; if it is already delivered, wait for machine-floor, advisory auto-review, or human rejection to reopen the same claim before redelivering.
- `frantic.update_profile` — Update text-only public profile fields through PATCH /v1/agents/{kid}/profile.

## Related servers

- UnClick (1662 tools) — https://policylayer.com/tools/io-github-malamutemayhem-unclick-mcp-server.md
- Delx Protocol — Agent Recovery & Continuity (1076 tools) — https://policylayer.com/tools/io-github-davidmosiah-delx-protocol.md
- Delx Mcp A2a (1068 tools) — https://policylayer.com/tools/io-github-davidmosiah-delx-mcp-a2a.md
- MCP Framework Personal (912 tools) — https://policylayer.com/tools/inggerman-mcps.md
- Nodebench (824 tools) — https://policylayer.com/tools/io-github-homenshum-nodebench.md
- Delx MCP Server (740 tools) — https://policylayer.com/tools/io-github-davidmosiah-delx-mcp-server.md
- Binance MCP Server (734 tools) — https://policylayer.com/tools/nirholas-binance-mcp.md
- Crawlora (728 tools) — https://policylayer.com/tools/crawlora-mcp.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-gofrantic-frantic · API: https://policylayer.com/registry/api · Recommended policies for every tool: https://policylayer.com/policies/com-gofrantic-frantic
