52
/ 100
6 days ago
mcp_so

MCTS MCP Server

Bayesian MCTS Model Context Protocol Server allowing Claude to control Ollama local models for Advanced MCTS and analysis.

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
⚠️
Tool descriptions don’t match what handlers do
2 tools describe read intent but their handlers mutate — list_ollama_models (line 383: result = subprocess.run(['olloma', 'list'], capture_output=True, text=True, check=True)); list_ollama_models (line 384: result = subprocess.run(cmd, capture_output=True, text=True, check=False))
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 4 credentials: GEMINI_API_KEY, GOOGLE_API_KEY, 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.
🔐 secretGEMINI_API_KEYyour-gemini-api-key-here
🔐 secretGOOGLE_API_KEY
configDEFAULT_LLM_PROVIDER
configDEFAULT_MODEL_NAMEgemini-2.0-flash
🔐 secretOPENAI_API_KEYsk-your-openai-key-here
🔐 secretANTHROPIC_API_KEYsk-ant-your-anthropic-key-here
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 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 Score](https://m8ven.ai/badge/mcp/angrysky56-mcts-mcp-server-0u3ncw)](https://m8ven.ai/mcp/angrysky56-mcts-mcp-server-0u3ncw)
commit: 59478284170bfdc6e5c91342f9bd97b50a51edc6
code hash: 28f90bded5297768451b54ab051f205ce5b97e435da0f2ab5b388d6a3b48e178
verified: 6/16/2026, 1:17:17 PM
view raw JSON →