PluginBench
MCP Server
Active

io.github.eltociear/tokenguard-mcp MCP Server

io.github.eltociear/tokenguard-mcp

What is the io.github.eltociear/tokenguard-mcp MCP server?

Real-world data for agents: air quality, geocoding, quakes, holidays, web search

How to install io.github.eltociear/tokenguard-mcp

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "tokenguard-mcp": {
      "url": "https://eltociear-tokenguard.hf.space/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "tokenguard-mcp": {
      "serverUrl": "https://eltociear-tokenguard.hf.space/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "tokenguard-mcp": {
      "type": "http",
      "url": "https://eltociear-tokenguard.hf.space/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "tokenguard-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://eltociear-tokenguard.hf.space/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http tokenguard-mcp https://eltociear-tokenguard.hf.space/mcp

Related MCP servers

Scan agent skills and MCP servers for malicious patterns before you load them

4
Python
View repository →

EVM contract/token risk check + ERC20 approval (proxy, EIP-7702, unlimited-allowance). Zero deps.

1
Python
MIT
View repository →

Detects leaked secrets & API keys: 32+ provider rules (AWS, GitHub, Stripe, OpenAI…), zero deps.

1
Python
MIT
View repository →

Audit GitHub repos for malicious and supply-chain code before you depend on them.

View repository →

Fetch URLs and return clean Markdown for RAG — nav, ads and boilerplate stripped.

View repository →