streamable-httpupdated 20d ago
MCP (Model Context Protocol) server for crypto/DeFi data — 10 tools, no API keys required.
What can you do with tokenguard mcp?
tokenguard-mcp
MCP (Model Context Protocol) server for crypto/DeFi data — 10 tools, no API keys required.
Tools
| Tool | Description |
|---|---|
get_token_price |
Price, market cap, 24h change for any token (CoinGecko) |
get_gas_fees |
Ethereum gas fees (fast/standard/slow) |
get_fear_greed |
Crypto Fear & Greed Index |
get_defi_tvl |
DeFi protocol TVL from DeFiLlama |
get_mempool |
Bitcoin mempool stats & fee rates |
get_nft_floor |
NFT collection floor price & market data |
get_stablecoins |
Top stablecoins by circulating supply |
get_global_market |
Global crypto market overview |
get_trending |
Trending coins & NFTs on CoinGecko |
get_lightning_stats |
Bitcoin Lightning Network stats |
Usage
{
"mcpServers": {
"tokenguard": {
"command": "npx",
"args": ["@eltociear/tokenguard-mcp"]
}
}
}
Or run directly:
npx @eltociear/tokenguard-mcp
Data Sources
All free, no API keys required:
- CoinGecko — price, NFT, global market
- DeFiLlama — TVL, stablecoins
- mempool.space — Bitcoin mempool, Lightning Network
- alternative.me — Fear & Greed Index
Live API
Full 40+ route API with x402 micropayments: eltociear-tokenguard.hf.space
License
MIT
Professional audit services
Maintained by the same author — paid services on Polar (Stripe checkout):
- MCP Security Audit Report — $5 — one-off audit of your MCP server: 68 attack patterns, severity-rated PDF report with concrete fixes.
- Security Pulse — $5/mo (annual $50) — monthly briefing on newly disclosed MCP server vulnerabilities, scan stats across 100+ tracked repos, mitigation playbooks.
- Pro Audit Stack — $20/mo — for teams running MCP servers in CI/CD: 50 hosted scans/month, Discord access, 24h SLA on vulnerability questions.
Full catalog: polar.sh/eltociear
Also live: clean-read ($0.005 / call)
Same operator, same x402 rails: clean-read turns any URL into clean Markdown for AI agents — fetches the page, strips nav/ads/boilerplate (trafilatura), returns the main content with title and word count. POST https://eltociear-skill-audit.hf.space/read — $0.005 USDC on Base, no signup.
Install
Add tokenguard mcp to your client. Pick the one you use.
claude mcp add --transport http tokenguard-mcp https://eltociear-tokenguard.hf.space/mcpcodex mcp add tokenguard-mcp --url https://eltociear-tokenguard.hf.space/mcp{
"mcpServers": {
"tokenguard-mcp": {
"url": "https://eltociear-tokenguard.hf.space/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"tokenguard-mcp": {
"type": "http",
"url": "https://eltociear-tokenguard.hf.space/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"tokenguard-mcp": {
"url": "https://eltociear-tokenguard.hf.space/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"tokenguard-mcp": {
"serverUrl": "https://eltociear-tokenguard.hf.space/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
10 tools
tokenguard mcp exposes 10 tools to a connected agent.
- get_token_price
- Price, market cap, 24h change for any token (CoinGecko)
- get_gas_fees
- Ethereum gas fees (fast/standard/slow)
- get_fear_greed
- Crypto Fear & Greed Index
- get_defi_tvl
- DeFi protocol TVL from DeFiLlama
- get_mempool
- Bitcoin mempool stats & fee rates
- get_nft_floor
- NFT collection floor price & market data
- get_stablecoins
- Top stablecoins by circulating supply
- get_global_market
- Global crypto market overview
- get_trending
- Trending coins & NFTs on CoinGecko
- get_lightning_stats
- Bitcoin Lightning Network stats
Score
67 / 100
Good
- Documentation22/25
- Maintenance19/25
- Trust6/20
- Capability8/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 13 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 10 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.2.0Latest | Jul 29, 2026 |
| 1.0.0 | Jul 16, 2026 |