Web3 Daily Mcp
v1.0.0MCP Server for Web3 Daily - Real-time Web3 research digest with macro news, KOL sentiment, market data, and personalized wallet analysis. This is an MCP serv...
⭐ 0· 55·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
The name/description promise a Web3 digest and wallet profiling; the code and SKILL.md implement exactly those tools and call the stated backend endpoints. No unrelated capabilities or credentials are requested.
Instruction Scope
Runtime instructions and code only perform HTTP POSTs to the declared API_BASE and do not read local files, environment variables, or other system state. Personalized tools intentionally send user-provided wallet addresses to the backend; this is within the stated scope but is sensitive data to be aware of.
Install Mechanism
There is no install spec embedded, but examples instruct using `npx web3-daily-mcp` (which will download the package from npm). The package's dependencies are limited and typical for a Node MCP server; there are no obscure external download URLs in the skill files. Running via npx pulls remote code and should be treated as installing third-party software.
Credentials
The skill requests no environment variables or credentials. The only user data sent to the external backend is the wallet_address parameter for personalized calls, which matches the feature and is proportionate; no other secrets are collected.
Persistence & Privilege
The skill is not always-enabled, does not request elevated privileges, and does not modify other skills or system-wide configs. It simply runs as an MCP server and proxies calls to the backend.
Assessment
This skill behaves as advertised but relies on a third-party backend (https://j4y-production.up.railway.app). Before installing: 1) Verify the package and author on npm/GitHub (the skill metadata points to a GitHub repo but there's no homepage provided). 2) Understand that providing a wallet address will send on-chain data to the remote service and the service may cache results for 24 hours — only share addresses you are comfortable analyzing. 3) Running the suggested `npx web3-daily-mcp` will download and execute remote code; prefer reviewing the published package source or running in a sandboxed environment first. 4) If you need stronger guarantees about data handling, contact the maintainer or host your own instance backed by a trusted API endpoint.Like a lobster shell, security has layers — review code before you run it.
latestvk973p2qnkph0s9gbj19wj7atjd83rr5b
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
