← qbomaker.com
INDIVIDUAL MCP TOOL
validate_ofx
Validate a .QBO/.QFX/.OFX document and report structural issues, transaction count, and duplicate FITIDs.
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 endpoint
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.qbomaker-com]
url = "https://api.qbomaker.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"qbomaker-com": {
"type": "http",
"url": "https://api.qbomaker.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: qbomaker-com
Remote MCP URL: https://api.qbomaker.com/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": {
"qbomaker-com": {
"url": "https://api.qbomaker.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"qbomaker-com": {
"type": "http",
"url": "https://api.qbomaker.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "qbomaker-com",
"transport": "streamable-http",
"url": "https://api.qbomaker.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
convert_transactions_to_qbo— Convert bank transactions into an OFX/QBO/QFX document QuickBooks/Quicken can import.