Automagik Tools (namastexlabs/automagik-tools) is an MCP server listed on the M8ven Trust Index. It scores 39 out of 100, grade F. It declares 282 tools. No publisher has claimed this listing.

F
Warning
39/100

Automagik Tools

Transforms any API into an intelligent MCP agent in seconds, enabling natural language interaction with APIs through the Model Context Protocol.

Warning. Serious findings were identified. Review the full report before connecting. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code 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

namastexlabs

Source: Glama

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.

⏳ This MCP is queued for scoring. Check back in a few minutes.
// key findings
🚨
Reads files from sensitive locations
Touches: GOOGLE_MCP_CREDENTIALS_DIR, GOOGLE_MCP_CREDENTIALS_DIR, GOOGLE_MCP_CREDENTIALS_DIR
🔐
You'll be asked for 5 credentials: AUTOMAGIK_API_KEY, OPENAI_API_KEY, GOOGLE_OAUTH_CLIENT_SECRET, XI_API_KEY, GOOGLE_PSE_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// 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.
configVITE_BACKEND_PORT
configAUTOMAGIK_TRANSPORT
configGENIE_MCP_CONFIGSexport ='{
🔐 secretAUTOMAGIK_API_KEY"": "your-key",
configAUTOMAGIK_BASE_URL"": "http://localhost:8881"
configAUTOMAGIK_TIMEOUT
🔐 secretOPENAI_API_KEY"": "your-openai-key",
configGENIE_MODEL
configGENIE_MEMORY_DB
configGENIE_STORAGE_DB
configGENIE_SESSION_ID
configGENIE_HISTORY_RUNS
configGENIE_SHOW_TOOL_CALLS
configGENIE_MCP_CLEANUP_TIMEOUT
configGENIE_SSE_CLEANUP_DELAY
configGENIE_AGGRESSIVE_CLEANUP
configGOOGLE_OAUTH_CLIENT_ID
🔐 secretGOOGLE_OAUTH_CLIENT_SECRET
configGOOGLE_MCP_CREDENTIALS_DIR
configMCP_ENABLE_OAUTH21
configMCP_SINGLE_USER_MODE
configWORKSPACE_MCP_STATELESS_MODE
configWORKSPACE_MCP_BASE_URI
configWORKSPACE_MCP_PORT
configWORKSPACE_MCP_LOG_LEVEL
configAUTOMAGIK_OMNI_SQLITE_DATABASE_PATH
🔐 secretXI_API_KEY
configXI_VOICE_ID
🔐 secretGOOGLE_PSE_API_KEY
configGOOGLE_PSE_ENGINE_ID
configGOOGLE_CLIENT_SECRET_PATH
configGOOGLE_OAUTH_REDIRECT_URI
configOAUTHLIB_INSECURE_TRANSPORT
configWORKSPACE_EXTERNAL_URL
configEXTERNAL_OAUTH21_PROVIDER
configOAUTH_CUSTOM_REDIRECT_URIS
configOAUTH_ALLOWED_ORIGINS
configHUB_HOST
configHUB_PORT
configFASTMCP_RESOURCE_PREFIX_FORMAT
configMCP_TRANSPORT
configHUB_MODE
configAUTOMAGIK_TOOLS_HOST
configAUTOMAGIK_TOOLS_SSE_PORT
configMCP_SERVERS_CONFIG
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// quality suggestions

Tool annotations

43/282 tools have annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

239/282 tools missing one or more hints — check_playground_status (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); list_available_agents (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); start_agent_conversation (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +236 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.

Tool inputs are validated

258/271 tool handlers declare input schemas (95%)

Declare an inputSchema with zod/joi/yup on every tool definition.

Tool handlers catch errors

Only 128/271 tool handlers wrap calls in try/catch (47%)

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.

No access to sensitive paths

Reads sensitive paths: GOOGLE_MCP_CREDENTIALS_DIR, GOOGLE_MCP_CREDENTIALS_DIR, GOOGLE_MCP_CREDENTIALS_DIR

Remove reads of sensitive system paths. If you genuinely need them, document why in the README.

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 6 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/namastexlabs/automagik-tools?variant=verified)](https://m8ven.ai/mcp/namastexlabs/automagik-tools)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 7086955c364e6a63b5457c5423e0754f7647baa2
code hash: a62920b81baa4f99e8a10720169ac1d18f8a7fdfb4051f64993f498cb857b8d2
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