s18 (riteshverma/s18) is an MCP server listed on the M8ven Trust Index. It scores 56 out of 100, grade D. It declares 20 tools. No publisher has claimed this listing.

D
Caution
56/100

s18

Introducing s18 — an open-source agent runtime & orchestration framework for real AI systems. ⚡ Multi-agent workflows ⚡ Real-time streaming state ⚡ Scheduling + automation ⚡ MCP tool integrations ⚡ Local-first or cloud models ⚡ Observability built in

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

⚡ Live Monitored: not connected

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

riteshverma

Source: github_code

Is this your MCP?

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.

// key findings
🚨
Secret credentials may flow to a network call
3 flows detected: AZURE_OPENAI_API_KEY. We can’t prove the destination matches the brand the credential belongs to.
⚠️
Tool descriptions don’t match what handlers do
1 tool describes read intent but its handler mutates — keyword_search (line 1096: result = subprocess.run(cmd, capture_output=True, text=True))
🔐
You'll be asked for 4 credentials: GEMINI_API_KEY, AZURE_OPENAI_API_KEY, LLAMA_CPP_API_KEY, GOOGLE_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes20 tools

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.

dynamic_tool_378
web_search

Search the web using multiple engines (DuckDuckGo, Bing, Ecosia, etc.) and return a list of relevant result URLs

web_extract_text

Extract readable text from a webpage using robust methods (Playwright/Trafilatura).

search_web_with_text_content

Search web and return URLs with extracted text content. Gets both URLs and readable text from top search results. Ideal for exhaustive research.

fetch_search_urls

Get top website URLs for your search query. Just gets the URLs not the contents.

webpage_url_to_raw_text

Extract readable text from a webpage.

browser_use_action

Execute a complex browser task using Vision and generic reasoning. Use this for: Logging in, filling forms, navigating complex sites, or when text search fails. WARNING: Slow and expensive.

get_patient_records

Retrieve patient demographic/meta record with runtime cache, privacy, and delta handling. Returns "No record found" for 404/empty responses.

search_labs

Retrieve patient labs with query/time filtering plus privacy and delta tracking. Returns "No record found" for 404/empty responses.

preview_document

Preview a document using the AI-enhanced extraction logic used for indexing.

ask_document

Ask a question about a specific document. Incorporates chat history, relevant document extracts, and optional image input.

search_stored_documents_rag

Search stored documents using HYBRID search (BM25 + vector + entity gating). Returns relevant chunks with source information. Optionally provide doc_path to search within a specific document only.

keyword_search

Search for exact keyword matches across all indexed document chunks. Returns a list of document paths that contain the matching text.

advanced_ripgrep_search

Powerful regex/keyword search using Ripgrep. Returns structured results with file, line number, and match content. Set regex=True for pattern matching (e.g. r"error:.*"). Optionally provide target_dir to search within a specific subdirectory of data/.

reindex_documents

Trigger a manual re-index of the RAG documents. Optionally provide a target_path (relative to data/ folder) to index a specific file. If force is True, it wipes the index and performs a full fresh scan.

get_indexing_status

Get the current indexing progress status as JSON.

index_images

Background Worker: Scans for un-captioned images, captions them using Vision Model, and updates the index.

run_python_script

Execute Python code in a secure sandbox. Use this for math, data processing, and logic. Returns the stdout and result of the execution.

read_workspace_file

Read a UTF-8 text file from the ClawBench task workspace. Paths may be relative to the workspace root or absolute within it.

write_workspace_file

Write UTF-8 text to a file inside the ClawBench task workspace. Creates parent directories as needed. Use for notes, patches, and deliverables.

// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
🔐 secretGEMINI_API_KEY
configAZURE_OPENAI_ENDPOINT
configOPENAI_API_VERSION
🔐 secretAZURE_OPENAI_API_KEY
🔐 secretLLAMA_CPP_API_KEY
configEXTERNAL_MOCKEHR_BASE_URL
configWISE_MOCKEHR_BASE_URL
configMOCKEHR_PRIMARY_SOURCE_LABEL
configMOCKEHR_HTTP_TIMEOUT_SECONDS
configAZURE_OPENAI_CHAT_DEPLOYMENT
configS18_SESSION_SUMMARY_SYNC
configS18_WORKSPACE_ROOT
configS18_PROFILE
configOLLAMA_BASE_URL
configOLLAMA_TIMEOUT
configLLAMA_CPP_BASE_URL
configLLAMA_CPP_TIMEOUT
configRUN_POLL_TIMEOUT_SECONDS
configMCP_TOOL_TIMEOUT_SECONDS
configMCP_MODE
configMCP_STARTUP_TIMEOUT_SECONDS
configMCP_STDIO_CONNECT_TIMEOUT_SECONDS
configMCP_REQUIRED_SERVERS
configSCHEDULER_TIMEZONE
configAZURE_OPENAI_EMBEDDING_DEPLOYMENT
configAUTH_ENABLED
configSUPABASE_JWT_AUDIENCE
configSUPABASE_LOGGING_ENABLED
configTENANCY_DEFAULT_TENANT_ID
configTENANCY_DEFAULT_TIER
configTENANCY_DEFAULT_DATA_REGION
configTENANCY_GROWTH_ROUTING_ENABLED
configS18_MODEL_PROVIDER
configAGENT_MODEL_PROVIDER
configS18_FORCE_GEMINI
configCELERY_BROKER_URL
configCELERY_RESULT_BACKEND
configS18_CELERY_RUNS_QUEUE
configS18_CELERY_INGEST_QUEUE
configS18_CELERY_TIMEZONE
configS18_CELERY_PREFETCH_MULTIPLIER
configAWS_REGION
configBEDROCK_EMBEDDING_MODEL_ID
configGOOGLE_CLOUD_PROJECT
configVERTEX_AI_LOCATION
configVERTEX_AI_EMBEDDING_MODEL
configVERTEX_AI_EMBEDDING_DIMENSION
configGEMINI_EMBEDDING_MODEL
configGEMINI_EMBEDDING_DIMENSION
configS18_FAISS_GPU_DEVICE
configS18_FAISS_GPU_MIN_VECTORS
configS18_RUN_EXECUTOR
configS18_HARNESS_STATE_DIR
configGEMINI_STATUS_EXPOSE_KEY_PREVIEW
🔐 secretGOOGLE_API_KEY
configCLAWBENCH_USE_OLLAMA
configCLAWBENCH_S18_MAX_STEPS
configCLAWBENCH_S18_MAX_LIFELINES
configCLAWBENCH_S18_MCP_MODE
configCLAWBENCH_OLLAMA_WAIT_SECONDS
configCLAWBENCH_OLLAMA_WARMUP_ATTEMPTS
configCLAWBENCH_KEEP_WORKSPACES
configAZURE_STORAGE_ACCOUNT
configAZURE_STORAGE_CONTAINER
configS3_BUCKET
configS3_KMS_KEY_ID
configGCS_BUCKET
configAZURE_SEARCH_ENDPOINT
configOPENSEARCH_ENDPOINT
configVERTEX_AI_INDEX_ENDPOINT_ID
configVERTEX_AI_DEPLOYED_INDEX_ID
configVERTEX_AI_INDEX_ID
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deploySUPABASE_ANON_KEY
deploySUPABASE_SERVICE_ROLE_KEY
deploySUPABASE_URL
// quality suggestions

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

20/20 tools missing one or more hints — dynamic_tool_378 (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); web_search (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); web_extract_text (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +17 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 — reindex_documents deletes at line 2164 (path.unlink())

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.

Descriptions match behaviour

1 tool describes read intent but its handler mutates — keyword_search (line 1096: result = subprocess.run(cmd, capture_output=True, text=True))

Rename the tool, rewrite the description, or move the side-effect into a separate clearly-named tool.

Tool test coverage

6/20 tools referenced in tests (30%)

Write tests that reference each tool by name so every tool has at least one test.

Secrets stay with their owner

3 secrets sent to a request target we could not resolve (AZURE_OPENAI_API_KEY → dynamic, AZURE_OPENAI_API_KEY → dynamic) — often a configured endpoint, not necessarily third-party

Audit where credentials are sent. A NOTION_TOKEN should only reach api.notion.com — never a third-party host.

Tool description accuracy

keyword_search: description implies read-only but handler writes/deletes/executes

Update tool descriptions to accurately reflect all capabilities — especially write, delete, or execute operations.

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.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 7 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/riteshverma/s18?variant=verified)](https://m8ven.ai/mcp/riteshverma/s18)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: d5d71ccc636880ed3c8abbe61b667467b9a93ba0
code hash: 46a793416a868f86ad417be71d7b3cdfc17dc1bc4ec5621c76958fe492405a99
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

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
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client