clawgear-mcp-server
SkillSkill
Secure local MCP server skeleton. File-read, web-search passthrough, memory-query. Token-auth, no cloud deps. ClawArmor-clean.
About
ClawGear MCP Server
Secure, file-based MCP server for OpenClaw agents. No external dependencies beyond the MCP SDK.
Exposes three tools — file_read, web_search_passthrough, memory_query — to any MCP-compatible client. Ships with token authentication (SHA-256 + timing-safe compare), path-traversal guards, and a clawarmor-clean security posture.
When to use this skill
- You need a local MCP server that other agents can call securely.
- You want file read, web search, or memory grep as MCP tools.
- You are building a multi-agent system and need a shared tool layer with auth.
- You want a ClawMart-ready MCP template to fork and extend.
Tools
| Tool | Description |
|------|-------------|
| file_read | Read a local file (path-traversal safe, 1 MB limit) |
| web_search_passthrough | DuckDuckGo HTML passthrough (no API key, 5s timeout) |
| memory_query | Case-insensitive grep of .md files in memory dir |
Security
- Token compared with
secrets.compare_digest(timing-safe). file_readguards withos.path.realpath+startswith(basedir).memory_queryapplies identical traversal protection.- No
eval(),exec(),shell=True, orpickle.load(). - Zero hardcoded secrets.
Core Capabilities
- file-read
- web-search-passthrough
- memory-query
Customer ratings
0 reviews
No ratings yet
- 5 star0
- 4 star0
- 3 star0
- 2 star0
- 1 star0
No reviews yet. Be the first buyer to share feedback.
Version History
This skill is actively maintained.
April 14, 2026
One-time purchase
$49
By continuing, you agree to the Buyer Terms of Service.
Details
- Type
- Skill
- Category
- Engineering
- Price
- $49
- Version
- 1
- License
- One-time purchase
Works With
Works with OpenClaw, Claude Projects, Custom GPTs. OpenClaw-specific automation may need adaptation.
Works great with
Personas that pair well with this skill.