Skip to main content
Glama
SEOSiri-Official

SEOSiri API Guard MCP Server

Official
README.md
# seosiri-api-guard-mcp-server

[![seosiri-api-guard-mcp-server MCP server](https://glama.ai/mcp/servers/SEOSiri-Official/seosiri-api-guard-mcp-server/badges/card.svg?v=2)](https://glama.ai/mcp/servers/SEOSiri-Official/seosiri-api-guard-mcp-server)

An open-source, stateless, and high-performance Model Context Protocol (MCP) framework designed to validate, sanitize, and authorize LLM-generated API payloads.

## 💖 Sponsorship & Attribution
This project is developed and maintained by **[SEOSiri-Official](https://github.com/SEOSiri-Official)** (Official website: [seosiri.com](https://seosiri.com)).
To fund ongoing safety research or scale advanced compliance modules, consider supporting the team via the [SEOSiri Sponsors Page](https://github.com/sponsors/SEOSiri-Official).

## Decoupled Compliance Profiles
- **Universal Core:** OWASP injection scanning (SQLi, Command Injection) and credential redaction.
- **Fintech (PCI-DSS):** Real-time credit card (PAN) detection using the Luhn algorithm.
- **Healthcare (HIPAA/FHIR):** Automatic scrubbing of PII/PHI (Social Security Numbers, Dates of Birth).
- **SEO & Digital Marketing (GDPR/AEO):** IP logging redaction and validation of programmatic SEO metadata boundaries (canonical URL structures, title, and description lengths) to protect search index health.
- **Biorobotics Safety Interlock:** Scans mechanical G-code commands generated by actuators against physical deck limits and safe velocity envelopes, issuing dynamic remediation recommendations.

## Quickstart
1. **Install Package in Editable Mode:**
   ```bash
   pip install -e .

TDQS

A3.5/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion with other tools. The tool's purpose is clear and distinct.

Naming Consistency5/5

The single tool uses a clear verb_noun pattern (sanitize_and_validate_payload) in snake_case, which is consistent and descriptive.

Tool Count5/5

A single tool is well-scoped for a dedicated security guard server focused on payload sanitization and validation, with no unnecessary bloat.

Completeness5/5

The tool covers the full scope of the server's purpose: both sanitization and validation with dynamic profile activation, with no obvious gaps.

Maintenance

ActivitySlowing
ResponsivenessNo issues