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.

Source
npmnpm
Version
0.3.0
Version published
Weekly downloads
1
-75%
Maintainers
1
Weekly downloads
 
Created
Source

🏴‍☠️ agentvault-tools

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

🏴‍☠️ github.com/hiroshic9-png/agentvault — Open-source trust infrastructure for AI agents.

MIT License

Keywords

mcp

FAQs

Package last updated on 01 May 2026

Related posts