Skip to main content
Glama
CSOAI-ORG

OWASP Agentic MCP

Owasp Agentic MCP

MCP server for owasp agentic mcp operations

PyPI License: MIT MEOK AI Labs

Overview

Owasp Agentic MCP provides AI-powered tools via the Model Context Protocol (MCP).

Tools

Tool

Description

assess_agent_security

Full OWASP Agentic AI Top 10 security assessment.

check_prompt_injection

Check text for prompt injection attack patterns.

check_tool_poisoning

Check a tool for name/description manipulation (tool poisoning).

check_excessive_agency

Assess agent for excessive permissions (least privilege).

check_data_leakage

Assess cross-context data exposure risks.

Installation

pip install meok-owasp-agentic-mcp

Usage with Claude Desktop

Add to your Claude Desktop MCP config (claude_desktop_config.json):

{
  "mcpServers": {
    "owasp-agentic-mcp": {
      "command": "python",
      "args": ["-m", "meok_owasp_agentic_mcp.server"]
    }
  }
}

Usage with FastMCP

from mcp.server.fastmcp import FastMCP

# This server exposes 5 tool(s) via MCP
# See server.py for full implementation

License

MIT © MEOK AI Labs

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CSOAI-ORG/owasp-agentic-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server