tokamak-dao-agent (tokamak-network/tokamak-dao-agent) is an MCP server listed on the M8ven Trust Index. It scores 64 out of 100, grade C. It declares 15 tools. No publisher has claimed this listing.

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

tokamak-network

Source: github_code

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
2 flows detected: OPENAI_API_KEY, ETHERSCAN_API_KEY. We can’t prove the destination matches the brand the credential belongs to.
⚠️
Known vulnerabilities in dependencies: 4 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 3 credentials: ANTHROPIC_API_KEY, MCP_API_KEY, OPENAI_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes15 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

analyze_agenda

Analyze a DAO agenda or proposal. Decodes calldata, simulates execution, runs fork tests, and provides risk assessment. Provide either an on-chain agenda_id or manual targets+bytecodes.

get_contract_info

Search Tokamak Network contracts by name or address. Returns address, type, proxy relationships, and related contracts.

read_contract_source

Read Solidity source code for a Tokamak contract. Without file_path, lists all files. With file_path, returns source code.

search_contract_code

Search Solidity source code across all Tokamak contracts. Returns matching lines with file paths and line numbers.

list_dao_actions

List all DAO-callable contracts and their governance functions. Use to discover what functions the DAO can call via proposals.

encode_calldata

Encode a function call into calldata for a Tokamak Network contract. Returns the target address and hex calldata for use in DAO proposals.

run_fork_test

Run Foundry fork tests against Ethereum mainnet. Use this to verify on-chain behavior with real state. Requires ALCHEMY_RPC_URL env var.

decode_calldata

Decode raw calldata (transaction data) using known Tokamak contract ABIs. Returns function name and parameters.

query_on_chain

Call a view/pure function on a Tokamak Network contract. Returns the decoded result.

simulate_transaction

Simulate a transaction against mainnet state using eth_call. Returns success/failure, gas estimate, and decoded return data. Does not modify state.

read_storage_slot

Read a raw storage slot from any Ethereum contract. Optionally decode the value.

read_contract_state

Read and decode all storage variables of a known Tokamak contract using its storage layout.

check_upgrade_path
test_token_transfer

Test if a token's transferFrom works with a DEX router/vault. Simulates approve, transferFrom, and swap. Supports known DEXes (via 'dex') or any arbitrary router address (via 'router_address').

web_fetch

Fetch data from trusted DeFi APIs. Use this to look up DEX router addresses, protocol info, or token data when not available in the local registry. Allowed domains: api.llama.fi, api.etherscan.io, api.dexscreener.com, api.coingecko.com.

// known CVEs in dependencies4 high3 medium27 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

highhono@4.11.7GHSA-88fw-hqm2-52qc

hono: CORS Middleware reflects any Origin with credentials when `origin` defaults to the wildcard

highhono@4.11.7GHSA-q5qw-h33p-qvwr

Hono vulnerable to arbitrary file access via serveStatic vulnerability

highvite@6.4.1GHSA-fx2h-pf6j-xcff

vite: `server.fs.deny` bypass on Windows alternate paths

highvite@6.4.1GHSA-p9ff-h696-f583

Vite Vulnerable to Arbitrary File Read via Vite Dev Server WebSocket

mediumhono@4.11.7GHSA-xf4j-xp2r-rqqx

Hono: Path traversal in toSSG() allows writing files outside the output directory

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// 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.
configALCHEMY_RPC_URLEthereum mainnet RPC
configALLOWED_ORIGINS
🔐 secretANTHROPIC_API_KEYAnthropic API (alternative provider)
configANTHROPIC_BASE_URL
configCHAT_MODEL
configDB_PATH
configELIZAOS_URL
🔐 secretMCP_API_KEY
configMCP_SSE_PORT
🔐 secretOPENAI_API_KEYOpenAI-compatible API access
configOPENAI_BASE_URL
configOPINION_MODEL
configQOC_MODELModel for QOC evaluation (default: gpt-5.2)
configSUMMARY_MODEL
configTRANSLATE_MODEL
configVALIDATION_MODEL
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// 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

15/15 tools missing one or more hints — analyze_agenda (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_contract_info (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); read_contract_source (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +12 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

11/15 tool handlers declare input schemas (73%)

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

Tool test coverage

Only 0/15 tools referenced in tests (0%)

Write tests that reference each tool by name so every tool has at least one test.

Secrets stay with their owner

1 secret sent to a request target we could not resolve (OPENAI_API_KEY → dynamic) — often a configured endpoint, not necessarily third-party

Audit where credentials are sent. A NOTION_TOKEN should only reach api.notion.com — never a third-party host.

Production dependencies are patched

0 critical, 2 high severity in production deps — hono@4.11.7 (high), hono@4.11.7 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Dev dependencies

2 critical/high in dev-only deps (does not ship to users)

Upgrade dev dependencies when convenient.

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/tokamak-network/tokamak-dao-agent?variant=verified)](https://m8ven.ai/mcp/tokamak-network/tokamak-dao-agent)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 189ca28e369dcf2177f87c3d1f4158fff131e2dc
code hash: 8b43b0fe3e44672322f7b2dae7a6ad5f38ac51bf264b40bbedfb5caaeffafc30
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