MCP Project Template (th-an/mcp-project-template) is an MCP server listed on the M8ven Trust Index. M8ven has not graded it yet. The publisher has proved control of what we score (Verified Publisher). It is connected through the M8ven GitHub App, so the listing is re-checked on every push.

Not scored
21 days ago

MCP Project Template

A universal, architecture-agnostic blueprint for building Model Context Protocol servers, providing a modular structure with components for domain logic, storage, security, export, ingestion, forensics, and MCP protocol.

How we verified

Code Verified⚡ Live Monitored

Monitored 14 days · every push re-verified

Who stands behind it

outlook.com (@th-an) · Verified Publisher

Source: Glama

Install from

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

⚠ Last scoring attempt failed: Repository is private or does not exist. M8ven only verifies public MCPs — make the repo public or contact support@m8ven.ai.
// 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 1 credential: MCP_PROJECT_ENC_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
Are you the publisher? Confirm or correct these findings.
// 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.
🔐 secretMCP_PROJECT_ENC_KEYexport =your-base64-encoded-key
configMCP_PROJECT_DB_PATHexport =/path/to/database.db
// 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

4/4 tools missing one or more hints — compute_result (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); validate_input (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); ingest_data (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +1 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.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/th-an/mcp-project-template)](https://m8ven.ai/mcp/th-an/mcp-project-template)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 09681928e8ebb8f80574d5ed09ecc160bca1aa50
code hash: d29a2c4feca3dc414d8dc88b15b85248b4234f465663dd1a322fdf1173f92daa
verified: 8/20/2026, 9:01:42 AM
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