Gopher & Gemini MCP Server
Related Servers
Alternatives to Gopher & Gemini MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseAqualityCmaintenanceAn MCP server that speaks the Gopher protocol, enabling AI to browse gopherspace, read text files, and search via Veronica-2.323 npm-
- AlicenseCqualityDmaintenanceA secure MCP server for Google Gemini AI, providing 39 tools for text, image, video, document, YouTube, research, and more. Runs locally via stdio with API key protection and no third-party services.39AGPL 3.0
- AlicenseNot gradedqualityDmaintenanceEnables secure access to Tor/onion services with content filtering and safety guardrails for AI assistants.6MIT
- AlicenseNot gradedqualityCmaintenanceEnables web browsing capabilities for locally served LLMs through URL text fetching, link extraction, and web search using Brave and DuckDuckGo engines. Designed to enhance LLMs with real-time web access through the MCP protocol.MIT
- AlicenseNot gradedqualityDmaintenanceIntegrates Google's Gemini API with MCP-compatible clients for chat, real-time web search, knowledge queries, code/text analysis, and content generation.59 npmMIT
- AlicenseAqualityBmaintenanceMCP server for AI-powered research using Gemini. Provides fast grounded web search, deep autonomous research, URL extraction, and session management.69MIT
TDQS
Scored across 8 tools
Each tool targets a distinct protocol, operation, or store: single vs batch fetch, and the TOFU trust store vs client identity store are cleanly separated. The descriptions explicitly cross-reference the two certificate stores, removing the only plausible source of confusion.
All names follow a predictable {protocol}_{area}_{verb} pattern in snake_case, ending in fetch, list, or update. Batch variants and the two certificate store pairs are named consistently, with no style mixing.
Eight tools is well-scoped for a dual-protocol client: two fetch operations per protocol plus the necessary trust and client-certificate management. There are no redundant or filler tools.
The surface covers single and batch fetching, pagination continuation, TOFU trust inspection/update, and client certificate lifecycle for Gemini, while Gopher's simpler requirements are fully served by its fetch and batch tools. No obvious dead ends remain for the stated domain.