AI & Machine Learning
askqa.app
An AI digital technology studio that manages multiple live systems with private access.
ENDPOINT 1
https://structforge.askqa.app/mcp
MCP server metadata
- Name
- structforge
- Version
- 1.1.0
Known tools 6
parse_invoiceParse invoice text into vendor, amount, due_date, line_items (with math_check).
Potential side effectsnormalize_dataNormalize data object to a named schema (invoice, receipt, contact, resume).
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for askqa.app was fetched 2026-08-04T17:18:42.651Z and is being refreshed.
askqa.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.