Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.usefulapi/anvil

REMOTE · ANVIL.USEFULAPI.IO · SCANNED AUG 3

Hosted MCP server for Anvil — fill & generate PDFs and run Etch e-signature packets for AI agents.

−41 this week 28 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security46
Transport & Reachability100
Schema Quality & AI Usability0
  • Schema not yet verified: we couldn't read the endpoint's schema.Unverified
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage0
  • Tool coverage not yet verified: we couldn't read the endpoint's tools.Unverified
Capabilities0
  • Capabilities not yet verified: we couldn't read the endpoint's capabilities.Unverified

Unverified: 4 categories

Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · anvil.usefulapi.io

# add to Claude Code
claude mcp add --transport http io-usefulapi-anvil https://anvil.usefulapi.io/mcp
# ~/.codex/config.toml
[mcp_servers.io-usefulapi-anvil]
url = "https://anvil.usefulapi.io/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-usefulapi-anvil": {
      "type": "remote",
      "url": "https://anvil.usefulapi.io/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add io-usefulapi-anvil --url https://anvil.usefulapi.io/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  io-usefulapi-anvil:
    url: "https://anvil.usefulapi.io/mcp"
// mcp.json
{
  "mcpServers": {
    "io-usefulapi-anvil": {
      "type": "http",
      "url": "https://anvil.usefulapi.io/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 −42
    • Endpoint reachability: reachable → not serving MCP security
    • Stability: 0.20 → unverified security
    • Authorization: fail → unverified security
    • Tool coverage: 100 → unverified functional
    • Capabilities: fail → unverified functional
  • 2 Aug 26 +42
    • Authorization: unverified → fail security
    • MCP protocol: unverified → fail functional
    • Endpoint reachability: not serving MCP → reachable functional
    • Tool coverage: unverified → 100 functional
    • Stability: unverified → 0.20 functional
  • 1 Aug 26 −44
    • Endpoint reachability: reachable → not serving MCP security
    • Stability: 0.13 → unverified security
    • Authorization: pass → unverified security
    • Capabilities: fail → unverified functional
    • Tool coverage: 100 → unverified functional
  • 31 Jul 26 +3
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −2
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 28 Jul 26 +1
    • Stability: unverified → 0.03 functional
  • 27 Jul 26 +57
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://anvil.usefulapi.io/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=usefulapi.io CN=WE1,O=Google Trust Services,C=US 17 Jul 2026 15 Oct 2026 ECDSA 256 ECDSA-SHA256 1a4d70e76917d0db0ef96420ca3cff44
SANs: usefulapi.io, anvil.usefulapi.io, *.anvil.usefulapi.io
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of anvil.usefulapi.io. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
io. present 57355 8 Verified
usefulapi.io. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://anvil.usefulapi.io/mcp Verified 200
http (plaintext) http://anvil.usefulapi.io/mcp Inconclusive 401
MCP tools — 10 exposed · ~1,100 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
anvil_create_etch_packet ~255

Create an Etch e-signature packet (documents + signers). GraphQL mutation: createEtchPacket. IMPORTANT: isDraft defaults to true (a safe draft that sends nothing). Setting isDraft=false with real signers SENDS signature-request emails to those signers. Use isTest=true while developing.

NameTypeReqDescription
dataobjectOptional payload data used to pre-fill the packet's documents.
filesarrayArray of file/document objects (casts or uploads) to include. Passed straight through to Anvil.
isDraftbooleanDefault true. When true, creates a draft and sends nothing. Set false to activate and email signers.
isTestbooleanSet true to create a test packet (no legal weight, no charge).
namestringyesHuman-readable name for the packet.
signatureEmailBodystringOptional body text for the signature-request email.
signatureEmailSubjectstringOptional subject line for the signature-request email.
signersarrayArray of signer objects, e.g. [{ id, name, email, signerType, routingOrder, fields }]. Passed straight through to Anvil.

No output schema declared.

No examples provided.

anvil_current_user ~56

Get the authenticated Anvil user (from the API key) and the organizations they belong to (eid, name, slug). Good first call to discover org slugs/eids for other tools. GraphQL query: currentUser.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

anvil_fill_pdf ~182

Fill an Anvil PDF template (cast) with data and return the finished PDF as base64. REST: POST /fill/{castEid}.pdf. Returns { filename, byteLength, pdfBase64 }. The `data` object's keys are the template's field aliases.

NameTypeReqDescription
cast_eidstringyesThe cast (PDF template) eid to fill (from anvil_get_cast).
dataobjectyesObject mapping the template's field aliases to values, e.g. { "name": "Sam", "date": "2026-07-16" }.
fontSizenumberOptional default font size for filled text.
textColorstringOptional default text color as a hex string, e.g. #333333.
titlestringOptional title embedded in the generated PDF metadata.

No output schema declared.

No examples provided.

anvil_generate_etch_sign_url ~98

Generate a one-time embedded signing URL for a specific signer in an Etch packet (for iframe/redirect signing flows). GraphQL mutation: generateEtchSignURL. Returns { url }.

NameTypeReqDescription
client_user_idstringyesYour app's stable id for the signing user (ties the session to your user).
signer_eidstringyesThe signer eid (from the packet's documentGroup.signers).

No output schema declared.

No examples provided.

anvil_generate_pdf ~147

Generate a brand-new PDF from HTML or Markdown and return it as base64. REST: POST /generate-pdf. For type=html, pass data = { html, css? }. For type=markdown, pass data = [ { label, content }, ... ]. Returns { filename, byteLength, pdfBase64 }.

NameTypeReqDescription
datayesFor html: { html: "<h1>Hi</h1>", css?: "..." }. For markdown: [ { label: "Section", content: "# Title\n..." }, ... ].
titlestringOptional title embedded in the generated PDF metadata.
typestringSource format. Default html.

No output schema declared.

No examples provided.

anvil_get_cast ~71

Fetch a cast — an Anvil PDF template — by its eid: title, version number, and whether it is a template. Use the returned eid as the cast_eid for anvil_fill_pdf. GraphQL query: cast.

NameTypeReqDescription
eidstringyesThe cast (PDF template) eid.

No output schema declared.

No examples provided.

anvil_get_etch_packet ~86

Fetch an Etch e-signature packet by eid: its status, details URL, document group, and every signer (eid, aliasId, name, email, status, routing order). Use this to check signature progress. GraphQL query: etchPacket.

NameTypeReqDescription
eidstringyesThe Etch packet eid (returned by anvil_create_etch_packet).

No output schema declared.

No examples provided.

anvil_get_organization ~84

Fetch an Anvil organization and its PDF templates (casts) and workflows (welds). Provide either its slug or its eid (at least one is required). GraphQL query: organization.

NameTypeReqDescription
eidstringOrganization eid. Provide this OR slug.
slugstringOrganization slug (from anvil_current_user). Provide this OR eid.

No output schema declared.

No examples provided.

anvil_get_weld ~58

Fetch a weld — an Anvil workflow — by eid, including its forges (the individual form steps: eid, name, slug). GraphQL query: weld.

NameTypeReqDescription
eidstringyesThe weld (workflow) eid.

No output schema declared.

No examples provided.

anvil_get_weld_data ~63

Fetch a weldData record — a single submission to a weld (workflow) — by eid: completion state, test flag, and creation time. GraphQL query: weldData.

NameTypeReqDescription
eidstringyesThe weldData (workflow submission) eid.

No output schema declared.

No examples provided.