# Formpaste MCP server

Agent View of the PolicyLayer registry record for Formpaste: identity, probed posture, risk grade, and all 6 tools classified. HTML page: https://policylayer.com/tools/com-formpaste-formpaste

## Facts

- Server id: `formpaste-mcp`
- Install: `npx -y formpaste-mcp`
- Homepage: https://github.com/webrating/formpaste-mcp
- Registry record: grade C, identity unverified
- Lifecycle: active
- Auth posture: open
- CORS policy: *
- Rate-limited: no
- Tools: 6 (5 with introspected schema)
- Tool categories present: Read, Write
- Context-window cost: 977 tokens per request — https://policylayer.com/token-cost/com-formpaste-formpaste
- Tags: com formpaste formpaste
- Record last modified: 2026-08-12T11:09:34.064Z

## Tools (6)

| Tool | Category | Risk | Record |
| --- | --- | --- | --- |
| `get_form` | Read | Low | https://policylayer.com/tools/com-formpaste-formpaste/get-form.md |
| `get_snippet` | Read | Low | https://policylayer.com/tools/com-formpaste-formpaste/get-snippet.md |
| `list_forms` | Read | Low | https://policylayer.com/tools/com-formpaste-formpaste/list-forms.md |
| `list_submissions` | Read | Low | https://policylayer.com/tools/com-formpaste-formpaste/list-submissions.md |
| `create_form` | Write | Medium | https://policylayer.com/tools/com-formpaste-formpaste/create-form.md |
| `send_test_submission` | Write | Medium | https://policylayer.com/tools/com-formpaste-formpaste/send-test-submission.md |

## Tool descriptions

- `get_form` — Read one of your forms to verify it is wired correctly: returns its access_key, destination_email, destination_verified (whether submissions will be emailed yet), allowed_domains, and notification/autoresponder/webhook config. Never retu…
- `get_snippet` — Return a copy-paste form snippet for a framework (html, react, nextjs, astro, vue, svelte). Pass formId to fill in a real access key; otherwise a placeholder is used. Errors with: unauthorized, invalid_framework.
- `list_forms` — List all forms on your account, each with its id, name, access_key, and inbox/spam counts. Use this to discover form ids or confirm a form you just created exists. Errors with: unauthorized.
- `list_submissions` — List submissions for one of your forms. Returns counts + per-submission metadata by default; set includeContent to include message bodies (third-party PII). Errors with: unauthorized, not_found, forbidden. Requires a full-access token.
- `create_form` — Create a Formpaste form and return its access key + a wired snippet. Triggers destination verification for a new address (the owner completes it in the dashboard); an already-verified destination delivers immediately. Errors with: unauth…
- `send_test_submission` — Store a TEST submission so you can prove a form is live and receiving. Stored only: it appears in the owner's Inbox with a Test badge but sends NO email, runs NO spam scoring, and never counts toward quota. Optionally pass sample fields;…

## 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-formpaste-formpaste · API: https://policylayer.com/registry/api · Recommended policies for every tool: https://policylayer.com/policies/com-formpaste-formpaste
