
Security News
Anthropic Identifies Biased Reasoning and Recklessness as Drivers of Claude’s PyPI Attack
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.
agentbase-mcp
Advanced tools
MCP server for the OpenClaw agent instruction registry — search and retrieve agent instruction files
MCP server for the OpenClaw agent instruction registry. Gives any MCP-compatible AI agent direct access to search and retrieve instruction files.
OpenClaw is an open registry of agent instruction files — system prompts, skills, workflows, domain packs, safety filters, and orchestration patterns. This MCP server wraps the registry's HTTP endpoints and exposes them as structured tools.
Tools:
search_registry — search by keyword, category, quality scoreget_instruction — fetch a full instruction file (or just the deployable text)list_categories — see all categories with file countsget_featured — get all quality 90+ featured filesnpm install -g agentbase-mcp
Or use npx (no install):
npx agentbase-mcp
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"openclaw": {
"command": "npx",
"args": ["agentbase-mcp"]
}
}
}
claude mcp add openclaw npx agentbase-mcp
{
"experimental": {
"modelContextProtocolServers": [
{
"transport": {
"type": "stdio",
"command": "npx",
"args": ["agentbase-mcp"]
}
}
]
}
}
{
"command": "npx",
"args": ["agentbase-mcp"]
}
Once connected, you can ask your AI agent:
The registry also has HTTP endpoints:
GET https://openclaw-sandy-eight.vercel.app/registry/index.json
GET https://openclaw-sandy-eight.vercel.app/registry/[slug].md
GET https://openclaw-sandy-eight.vercel.app/api/search?q=research&min_quality=85
GET https://openclaw-sandy-eight.vercel.app/llms.txt
MIT — do whatever you want with the server code. Individual instruction files in the registry have their own licenses (most are CC0).
FAQs
MCP server for the AgentBase agent instruction registry — search and retrieve system prompts, skills, workflows, and more
We found that agentbase-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.