๐ MCP-Ollama Server (Sethuram2003/MCP-ollama_server) is an MCP server listed on the M8ven Trust Index. It scores 54 out of 100, grade D. It declares 13 tools. No publisher has claimed this listing.
Extends Model Context Protocol (MCP) to local LLMs via Ollama, enabling Claude-like tool use (files, web, email, GitHub, AI images) while keeping data private. Modular Python servers for on-prem AI. #LocalAI #MCP #Ollama
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
โก Connect GitHub โ continuous verification on every pushwhy connect โWho stands behind it
Sethuram2003
Source: mcp.so
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access โ
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
create_eventUse this function to create calendar events in Google Calendar with all necessary details.
search_eventsSearches for calendar events within a specified time range and returns details of matching events. This function connects to the user's primary Google Calendar and returns events occurring between the specified start and end times. If no times are specified, it defaults to the current day.
create_directoryCreate a new directory at the specified path Args: path: The path where the directory should be created parents: If True, create parent directories as needed
create_fileCreate a new file at the specified path with optional content Args: path: The path where the file should be created content: Optional content to write to the file
write_fileWrite content to a file Args: path: Path to the file content: Content to write append: If True, append to the file instead of overwriting
read_fileRead the contents of a file Args: path: Path to the file
list_directoryList contents of a directory Args: path: Path to the directory (defaults to current directory) detailed: If True, include detailed information
delete_pathDelete a file or directory Args: path: Path to delete recursive: If True, delete directories recursively
move_pathMove or rename a file or directory Args: source: Current path destination: New path
copy_pathCopy a file or directory Args: source: Path to copy from destination: Path to copy to
get_current_directoryGet the current working directory
change_directoryChange the current working directory Args: path: Path to change to
get_file_previewGet a preview image of a file if possible Args: path: Path to the file
Tool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
13/13 tools missing one or more hints โ create_event (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); search_events (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); create_directory (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +10 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handlerโs actual behaviour.
Destructive tools are labelled
1 tool perform destructive updates without destructiveHint โ delete_path deletes at line 161 (shutil.rmtree(target_path))
Add destructiveHint:true to any tool whose handler calls .delete(), .upsert(), .update(), unlink, rm, DELETE, DROP, REPLACE INTO, or any operation that overwrites existing data.
Tool inputs are validated
12/13 tool handlers declare input schemas (92%)
Declare an inputSchema with zod/joi/yup on every tool definition.
Tool handlers catch errors
Only 4/13 tool handlers wrap calls in try/catch (31%)
Wrap each tool handler body in try/catch and return a structured error response.
Tests exist
No test files found
Add tests that exercise each declared tool.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/sethuram2003/mcp-ollama_server)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives โ before you install.
https://m8ven.ai/api/mcp/tool-check