StructForge
app.askqa/structforgeTurn messy text into strict JSON schemas agents can trust (invoice, receipt, contact, resume).
Tools · 6
Convert messy text to strict JSON schema. Use for emails, chat logs, unstructured input. Schemas: invoice, receipt, contact, resume.
Parse invoice text into vendor, amount, due_date, line_items (with math_check).
Extract HTML or markdown tables into JSON rows.
Normalize data object to a named schema (invoice, receipt, contact, resume).
Validate JSON against a schema. Enforces field presence and types (string/number/date/array).
Discover schema shapes. Pass name for one schema, or omit to list all curated schemas.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"structforge": {
"url": "https://structforge.askqa.app/mcp",
"transport": "streamable-http"
}
}
}