71
/ 100
9 hours ago
glama

mcp-tools-server

An MCP server that provides developer knowledge and utility tools including local documentation search, text summarization, safe arithmetic calculation, unit conversion, and knowledge-base resources.

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.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 2 credentials: OPENAI_API_KEY, ANTHROPIC_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configMCP_TRANSPORTis chosen by (default stdio, so desktop hosts are unaffected).
configMCP_HOSTmake run-http # MCP_TRANSPORT=sse =0.0.0.0 MCP_PORT=8084 python -m mcp_tools.server
configMCP_PORTmake run-http # MCP_TRANSPORT=sse MCP_HOST=0.0.0.0 =8084 python -m mcp_tools.server
configKB_DIR
configSEARCH_K
configSUMMARY_MAX_SENTENCES
configMCP_HTTP_URL
configLLM_PROVIDERexport =ollama OLLAMA_MODEL=llama3.1 # local & free
configOPENAI_MODEL
configOPENAI_BASE_URL
🔐 secretOPENAI_API_KEYexport LLM_PROVIDER=openai =sk-... # hosted
configANTHROPIC_MODEL
🔐 secretANTHROPIC_API_KEYexport LLM_PROVIDER=anthropic =sk-ant-... # hosted
configOLLAMA_MODELexport LLM_PROVIDER=ollama =llama3.1 # local & free
configOLLAMA_HOST
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 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 Score](https://m8ven.ai/badge/mcp/mani9333-mcp-tools-server-ytwml2)](https://m8ven.ai/mcp/mani9333-mcp-tools-server-ytwml2)
commit: 0adda8e6c6d80145381a4672cbb6a8e2ba0d024e
code hash: 094b4aa1ad94dd7fab974d490f8423d90914fd37b101d5b444f941c0d5da2ef7
verified: 7/31/2026, 9:15:34 AM
view raw JSON →