d904c4285c45713a1e84cbb782910982551bb7b8source_git · leacvikas0/free-search-mcp-geminicli · current release
Observed 2026-08-25T12:24:17.092Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"tools": {
"listChanged": true
}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
deep_researchConduct deep, multi-angle research on a topic using Google Search grounding. Synthesizes information from multiple sources into a comprehensive analysis. Use for complex topics, technical deep-dives, comparisons, or when thoroughness matters more than speed.Input schema{
"type": "object",
"properties": {
"topic": {
"type": "string",
"description": "The research topic — the more specific, the better"
},
"focus": {
"type": "string",
"description": "Optional focus area to emphasize (e.g. 'performance benchmarks', 'security implications', 'recent developments')"
}
},
"required": [
"topic"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — · — | — |
fact_checkVerify a specific claim or statement against current web sources. Returns a verdict with supporting evidence. Use when you need to check if something is true, outdated, or misleading.Input schema{
"type": "object",
"properties": {
"claim": {
"type": "string",
"description": "The specific claim or statement to verify"
},
"context": {
"type": "string",
"description": "Optional context about where this claim came from"
}
},
"required": [
"claim"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — · — | — |
web_searchSearch the web for current information using Google Search grounding. Returns cited results with sources. Use for quick factual lookups, current events, recent news, or verifying specific data points.Input schema{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "The search query — be specific and detailed for best results"
}
},
"required": [
"query"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — · — | — |