Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

com.formpaste/formpaste

com.formpaste/formpaste

Create and wire up contact forms from your coding agent. Forms, snippets, and submissions.

Uptime
100.0%
1 direct probes · 30d
Response
154ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

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 deli…

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, invali…

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, forbi…

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.

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/aut…

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 …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.formpaste/formpaste": {
      "url": "https://api.formpaste.com/mcp",
      "transport": "streamable-http"
    }
  }
}