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

StructForge

app.askqa/structforge

Turn messy text into strict JSON schemas agents can trust (invoice, receipt, contact, resume).

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

Tools · 6

structure_text

Convert messy text to strict JSON schema. Use for emails, chat logs, unstructured input. Schemas: invoice, receipt, contact, resume.

parse_invoice

Parse invoice text into vendor, amount, due_date, line_items (with math_check).

extract_table

Extract HTML or markdown tables into JSON rows.

normalize_data

Normalize data object to a named schema (invoice, receipt, contact, resume).

validate_structure

Validate JSON against a schema. Enforces field presence and types (string/number/date/array).

get_schema

Discover schema shapes. Pass name for one schema, or omit to list all curated schemas.

How to use

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

{
  "mcpServers": {
    "structforge": {
      "url": "https://structforge.askqa.app/mcp",
      "transport": "streamable-http"
    }
  }
}