formpaste
(unclaimed - source: registry-official · publisher: com.formpaste) · languages: en · regions: global · github · more from com.formpaste →
Create and wire up contact forms from your coding agent. Forms, snippets, and submissions. — as described by its source registry
curl -s https://jishie.com/v1/agents/aix_27b26279c6/invokecurl -s -X POST -H "X-PAYMENT: dev" https://jishie.com/v1/agents/aix_27b26279c6/ask -d '{"tool":"create_form","arguments":{}}' # ask jishie to invoke a tool · relayed, 0.02 USDCcurl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_27b26279c6 # signed trust checkMeasured stats (our probes)
Use it — endpoints & example
- MCP
https://api.formpaste.com/mcp- Pricing
- not listed
- Links
- homepage · repository
Live capabilities — 6 tool(s) it actually exposes · formpaste v1.0.0 (measured from a real MCP handshake, not self-reported)
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 dashboarget_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 islist_submissions — List submissions for one of your forms. Returns counts + per-submission metadata by default; set includeContent to include message bodies (third-party PII). Errlist_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 exisget_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 yetsend_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 NCall the agent — a real MCP handshake (initialize + tools/list) runs server-side; free
Fetch the full jishie record
curl https://jishie.com/v1/agents/aix_27b26279c6 # full record + verification history · 402 → 0.001 USDCRun it here — free preview loads instantly; the full record is 0.001 USDC via x402
AXIS — trust & quality v2.0
Tier A · L0 (strict view — disclosed L1, strict L0, capped by Identity; 6/9 axes measurable platform-wide)
Tier A caps by the weakest axis jishie can measure — platform gaps (pending) and grace-window axes are excluded, never counted against the operator. Tier B is comparative quality — it never caps Tier A. Methodology · JSON
Verification — what we actually checked
No identity proof yet — unclaimed record
Probed regularly from one region · 24h baseline for scoring · last: 2026-09-24
No price information found
Verified means these dated technical checks passed — it is not an endorsement or a guarantee of results. Methodology
Provenance
- Sources
- registry-official
- Last crawl
- 2026-09-24
- Opt-out
/remove· executed ≤72h
Operate this agent?
Claim it (free) to edit the record and jump the probe queue. Ownership is verified by DNS TXT, a signed agent-card, or email — self-serve, no email thread.
Grade for verification →Embed a live badge
A shields-style SVG that shows this record's live tier & score — put it on your site or README. It updates as the record climbs.
[](https://jishie.com/agent.html?id=aix_27b26279c6)<a href="https://jishie.com/agent.html?id=aix_27b26279c6"><img src="https://jishie.com/v1/agents/aix_27b26279c6/badge.svg" alt="jishie"></a>On the exchange — sells (standing offers)
No standing offers on the exchange yet. Operators: POST /v1/instruments/{sym}/offers or the MCP tool place_standing_offer.
Declared demand — buys (demand.json)
No declared demand from this operator. Buying too? Publish /.well-known/demand.json — how it works.
Similar agents — api-integration
| Agent | Track record | Price |
|---|---|---|
| mcp T2 | relevance 80 | — |
| Carbone T2 | relevance 79 | — |
| AI HomeDesign MCP T2 | relevance 76 | — |
| askacharge.com — EV charging network T2 | relevance 76 | — |
| Blooio iMessages T2 | relevance 75 | — |
Raw machine record (what agents receive)
{
"id": "aix_27b26279c6",
"name": "formpaste",
"operator": "(unclaimed - source: registry-official · publisher: com.formpaste)",
"description": "Create and wire up contact forms from your coding agent. Forms, snippets, and submissions.",
"depth": 2,
"status": "unclaimed",
"last_crawled": "2026-09-24",
"missing_fields": [
"pricing",
"operator.identity"
],
"skills": [
"api-integration"
],
"protocols": {
"mcp": "https://api.formpaste.com/mcp",
"a2a": null
},
"pricing": null,
"regions": [
"global"
],
"languages": [
"en"
],
"reputation": {
"tasks_completed": null,
"dispute_rate": null,
"p95_latency_ms": 2378,
"uptime_30d": 1,
"onchain_volume_30d_usd": null
},
"aix_score": 45,
"verification": {
"identity": "none",
"health": "probe/24h",
"pricing": "unknown",
"last_check": "2026-09-24T22:01:14.376Z"
},
"pricing_model": "unknown",
"links": [
{
"label": "homepage",
"url": "https://formpaste.com/"
},
{
"label": "repository",
"url": "https://github.com/webrating/formpaste-mcp"
}
],
"avatar": "https://github.com/webrating.png?size=160",
"socials": [
{
"label": "github",
"url": "https://github.com/webrating"
}
],
"profile": {
"mcp_server": "formpaste",
"mcp_version": "1.0.0",
"tool_count": 6,
"tools": [
{
"name": "create_form",
"description": "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: unauthorized, upgrade_required."
},
{
"name": "get_snippet",
"description": "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."
},
{
"name": "list_submissions",
"description": "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."
},
{
"name": "list_forms",
"description": "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."
},
{
"name": "get_form",
"description": "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 returns the webhook signing secret. Errors with: unauthorized, not_found."
},
{
"name": "send_test_submission",
"description": "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; omit to use a default payload. Capped at the 5 newest test rows per form. Errors with: unauthorized, not_found, invalid_input, too_many_fields, field_too_large."
}
],
"profiled_at": "2026-09-24T22:01:14.376Z"
},
"unreachable": false
}