MCP Graphql vs Gemina FileTag — MCP Server Comparison | AllMCPs
Side-by-Side Model Context Protocol Comparison
MCP Graphql vs Gemina FileTag
In-depth architectural comparison of the MCP Graphql and Gemina FileTag 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
MCP Graphql
Developer Tools · Local stdio
Quality: 56/100 (Good) | Auth: No auth required
Gemina FileTag
Developer Tools · Local stdio
Quality: 52/100 (Good) | Auth: No auth required
Verdict Summary: Choose MCP Graphql if you need specialized Developer Tools tools running via a local process. Choose Gemina FileTag if your workspace requires Developer Tools integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose MCP Graphql 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).
This tool retrieves the GraphQL schema. Use this first if you don't have access to the schema as a resource.
query-graphql
Execute GraphQL queries against the endpoint. By default, mutations are disabled unless `ALLOW_MUTATIONS` is set to `true`.
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
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).
MCP Graphql is categorized under Developer Tools and uses a local stdio subprocess. In contrast, Gemina FileTag belongs to Developer Tools using local stdio subprocess. Select MCP Graphql when you need capabilities focused on developer tools and Gemina FileTag when you require tools for developer tools.
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
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.