Gemina FileTag vs Hub MCP — MCP Server Comparison | AllMCPs
Side-by-Side Model Context Protocol Comparison
Gemina FileTag vs Hub MCP
In-depth architectural comparison of the Gemina FileTag and Hub MCP MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Gemina FileTag
Developer Tools · Local stdio
Quality: 52/100 (Good) | Auth: No auth required
Hub MCP
Developer Tools · Remote HTTP/SSE
Quality: 77/100 (Great) | Auth: API Key required
Verdict Summary: Choose Gemina FileTag if you need specialized Developer Tools tools running via a local process. Choose Hub MCP if your workspace requires Developer Tools integration with remote web transport. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose Gemina FileTag when:
You need dedicated capabilities in the Developer Tools domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: No auth required (Free / Open Source).
Tag, rename, and enrich PDFs and images. Free tier: 1,500 tags/month, no credit card.
Official MCP server to interact with Docker Hub, providing access to repositories, hub search and Docker Hardened Images
Category & Scope
Tools & Capabilities Breakdown
Gemina FileTag Tools (13)
files_create_upload
Reserve a pre-signed PUT slot. Returns `file_id`, the upload URL, the headers to echo on the PUT, and a `next_tool_call` recipe — `tag_file` by default, `extract_document` with `purpose='extract'`. One slot type: any slot works with either tool.
tag_file
Run the FileTag pipeline on an uploaded slot: metadata, six filename patterns, and a short-lived enriched-file URL.
tag_url
Fetch a public HTTPS URL server-side and tag it — the bytes never pass through the model context.
extract_document
Run one or more extraction types on an uploaded slot (from `files_create_upload`): `invoice_headers`, `invoice_line_items`, `custom_template`, `ocr` (plain text; runs only on the `praetorian` model), plus the legacy `document_details_hebrew` / `document_line_items_hebrew` (praetorian-only, not reco…
get_extraction_result
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
Gemina FileTag is categorized under Developer Tools and uses a local stdio subprocess. In contrast, Hub MCP belongs to Developer Tools using remote streaming HTTP/SSE transport. Select Gemina FileTag when you need capabilities focused on developer tools and Hub MCP when you require tools for developer tools.
Poll an asynchronous extraction by `meta.correlationId`.
list_extractions
List past extractions, newest first, with filters and pagination.
get_extraction
Fetch one extraction by id, including the full extracted data.
get_document
Fetch one document by id, including all of its extractions.
add_document_extractions
Run more extraction types on a document Gemina already stores (by id) — no re-upload; paid per extraction. Two modes: wait for the values (default), or `wait=false` to file the document for later search and return at once.
submit_extraction_feedback
Send verified/corrected field values back — the extraction-quality feedback loop.
query_documents
Search your indexed documents: `structured` filters, `semantic` similarity, or `hybrid` (best default).
aggregate_documents
Sums/averages/min/max/counts over indexed documents, grouped by vendor, currency, type, month, and more.
+1 more tools listed on main page
Hub MCP Tools (35)
search
Search repositories and content using Search V4 API
query
Search query parameter (string, required)
architectures
Filter on architectures (string, optional)
badges
Filter by image content type badges (string, optional)
categories
Filter on categories (string, optional)
extension_reviewed
Filter on reviewed extensions (boolean, optional)
from
Number of documents to skip for pagination (number, optional)
images
Filter on image names (string, optional)
operating_systems
Filter on operating systems (string, optional)
order
Change the ordering of results (string, optional)
size
Maximum number of results to return (number, optional)