dispatchseo (NeoZi12/dispatchseo) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 46 tools. No publisher has claimed this listing.

C
Caution
74/100

dispatchseo

Turn your AI agent into your SEO manager - works today with Claude Code, Codex, and Cursor. The open-source alternative to SEObot and Outrank

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

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

NeoZi12

Source: Glama · also listed on github_topic, github_repo_search

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
1 flow detected: CLOUDFLARE_API_TOKEN. We can’t prove the destination matches the brand the credential belongs to.
🔐
You'll be asked for 10 credentials: CLOUDFLARE_API_TOKEN, CRON_SECRET, DASHBOARD_PASSWORD, DATAFORSEO_ENC_KEY, DATAFORSEO_PASSWORD, GH_MERGE_TOKEN, GOOGLE_OAUTH_CLIENT_SECRET, MCP_API_KEY, RESEND_API_KEY, SUPABASE_SECRET_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.
configALERT_EMAIL
configALERT_EMAIL_FROM
configCLOUDFLARE_ACCOUNT_ID
🔐 secretCLOUDFLARE_API_TOKEN
🔐 secretCRON_SECRET
🔐 secretDASHBOARD_PASSWORD
🔐 secretDATAFORSEO_ENC_KEY
configDATAFORSEO_LOGIN
🔐 secretDATAFORSEO_PASSWORD
configDOCKER_BUILD
🔐 secretGH_MERGE_TOKEN
configGOOGLE_OAUTH_CLIENT_ID
🔐 secretGOOGLE_OAUTH_CLIENT_SECRET
configGSC_SERVICE_ACCOUNT_JSON
configLANDING_ENABLED
🔐 secretMCP_API_KEY
configPOSTGREST_URL
🔐 secretRESEND_API_KEY
configSEED_KEYWORDS
🔐 secretSUPABASE_SECRET_KEY
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
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

46/46 tools missing one or more hints — get_suggestions (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); propose_suggestion (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); update_suggestion (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +43 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

11 tools perform destructive updates without destructiveHint — update_suggestion overwrites at line 308 (db()); build_suggestion_now overwrites at line 425 (db()); track_keywords overwrites at line 576 (db())

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.

Tool inputs are validated

31/46 tool handlers declare input schemas (67%)

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

Tool handlers catch errors

Only 9/46 tool handlers wrap calls in try/catch (20%)

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.

Shell command execution

1 child_process call — runs shell commands

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Dependency freshness

1/13 production deps stale: gray-matter@2023-07-12 (3y)

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/neozi12/dispatchseo?variant=verified)](https://m8ven.ai/mcp/neozi12/dispatchseo)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: be93b89ba1bbba7a9384a718f3df6573c24e452a
code hash: f5235483260518cef7dff9fb32b8a1ddb5097341bee0f8bca765cd3df5d055d8
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