LIVE ENDPOINT
https://structforge.askqa.app/mcp
Connect to this endpoint to inspect the live schema for get_schema and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.structforge]
url = "https://structforge.askqa.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"structforge": {
"type": "http",
"url": "https://structforge.askqa.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: structforge
Remote MCP URL: https://structforge.askqa.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"structforge": {
"url": "https://structforge.askqa.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"structforge": {
"type": "http",
"url": "https://structforge.askqa.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "structforge",
"transport": "streamable-http",
"url": "https://structforge.askqa.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
structure_text— Convert messy text to strict JSON schema.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.