🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

agentvault-tools

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agentvault-tools

The essential MCP toolkit — web search, fetch, memory, calculator, and more. Zero API keys. One install.

latest
Source
npmnpm
Version
0.3.1
Version published
Maintainers
1
Created
Source

🏴‍☠️ agentvault-tools

npm version License: MIT

The essential MCP toolkit — 9 tools, zero API keys, one install.

Give your AI agent web search, page fetching, persistent memory, timezone conversion, and a calculator — all in a single MCP server. No API keys, no accounts, no cloud required.

Why this?

Starting with MCP? You need this one package:

npx agentvault-tools

That's it. Your agent now has 9 tools.

Tools

🔍 Web

ToolDescription
web_searchSearch via DuckDuckGo (no API key!)
web_fetchFetch any URL → clean text

🧮 Utility

ToolDescription
datetimeCurrent time in any timezone
calcEvaluate math expressions

🧠 Memory (persistent, local)

ToolDescription
save_memorySave text with tags & importance
search_memoryFull-text search across all memories
list_memoriesBrowse recent or filter by tag
delete_memoryRemove a memory
memory_statsUsage statistics

Memory persists across sessions in a local SQLite database (~/.agentvault/memory.db). Data never leaves your machine.

Quick Start

Claude Desktop

{
  "mcpServers": {
    "tools": {
      "command": "npx",
      "args": ["-y", "agentvault-tools"]
    }
  }
}

Cursor / Windsurf

{
  "tools": {
    "command": "npx",
    "args": ["-y", "agentvault-tools"]
  }
}

What happens next

Your agent can now:

  • Search: "Find the latest Node.js release notes" → web_search
  • Read: "What does that page say?" → web_fetch
  • Remember: "Remember that the API key is xyz" → save_memory
  • Recall: "What was that API key?" → search_memory
  • Calculate: "What's 15% of 2,450?" → calc
  • Time: "What time is it in Tokyo?" → datetime

Privacy

  • All data stays local. Memory is stored at ~/.agentvault/memory.db
  • No telemetry by default. Set AGENTVAULT_TELEMETRY=true to opt in
  • Search queries and URLs are never sent even with telemetry on

Part of AgentVault

🏴‍☠️ AgentVault — The essential toolkit for AI agents.

PackageWhat it does
agentvault-tools🛠️ 9-tool MCP starter kit (you are here)
agentvault-memory🧠 Local-first persistent memory (standalone)
agentvault-guard🛡️ Tool poisoning detection
agentvault-gateway🔌 MCP proxy with audit logging
agentvault-score📊 Quality scoring (A+ to F)
agentvault-retry🔄 Resilient calls with backoff
agentvault-cache⚡ Smart result caching

MIT License

Keywords

mcp

FAQs

Package last updated on 01 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts