seosiri-db-infra-mcp
OfficialProvides Cloudflare infrastructure control, including auditing Worker deployment states and routes.
Audits Cloudflare Workers deployment states and routes, allowing monitoring of deployment status and configuration.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@seosiri-db-infra-mcpAudit my S3 bucket security settings"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
seosiri-db-infra-mcp
📖 Official Architecture & Documentation: SEOSiri Database Infrastructure Guide | Central MCP Directory
An open-source, local-first Model Context Protocol (MCP) server for Secure Live Database Querying, Schema Inspection, AWS S3 Security Audits, and Cloudflare Infrastructure Control.
💖 Sponsorship, B2B Custom Solutions & Attribution
👨💻 Lead Architect & Attribution
Designed and engineered by Momenul Ahmad, Lead Architect and Founder of SEOSiri.
Related MCP server: FastAPI Database MCP Server
🚀 Capabilities & Tools (10 Production Tools)
execute_readonly_postgres_query: Executes parameterized read-only SQL queries with SELECT-only validation.inspect_database_schema_tree: Extracts table schemas, column data types, and indexes.audit_aws_s3_bucket_security: Inspects AWS S3 bucket policies, encryption, and public-access block flags.check_cloudflare_worker_deployment_status: Audits Cloudflare Workers deployment states and routes.mask_sensitive_query_columns: Applies dynamic column-level PII/PHI masking to query result sets.enforce_query_timeout_guardrails: Configures query execution timeouts to prevent table locks.export_query_parquet_buffer: Formats database query results into columnar Parquet buffers.sanitize_database_input_payload: Strips SQL mutation attempts (DROP,DELETE,UPDATE).get_live_db_throughput_metrics: Monitors system health and connection metrics.get_db_server_specifications: Returns protocol specs and capability matrices.
🛠️ Quickstart
Installation
pip install -e .Run Tests
pytest tests/test_db_infra.py🔌 Claude Desktop / Cursor Configuration
Add this block to your claude_desktop_config.json or Cursor settings file:
{
"mcpServers": {
"seosiri-db-infra-mcp": {
"command": "python",
"args": ["-m", "seosiri_db_infra_mcp"]
}
}
}📄 License
Distributed under the MIT License. See LICENSE for more information.
This server cannot be deployed
Maintenance
Related MCP Connectors
Paid remote MCP for governed database query review, SQL simulation, approvals, and audits.
- dataOAuthco.thinair
Read-only PostgreSQL, MySQL, SQL Server access via MCP — 24 dialect-aware hosted tools.
- GentkeyOAuthcom.gentkey
One MCP URL for all your connectors — scoped writes, enforced constraints, and a full audit trail.
Query your org's data in natural language — read-only MCP access to SQL, NoSQL, files & warehouses.
Related MCP Servers
- AlicenseNot gradedqualityNot gradedmaintenanceProvides access to 13+ penetration testing and security audit tools through a unified MCP interface. Enables security professionals to perform vulnerability scanning, web fuzzing, network reconnaissance, and other security assessments through containerized tools like Nuclei, Nmap, SQLMap, and FFUF.MIT
- FlicenseNot gradedqualityFmaintenanceProvides read-only SQL query access to Postgres and DuckDB databases via MCP tools, with extensive security hardening for public endpoints.1-
- FlicenseNot gradedqualityCmaintenanceMiddleware that converts existing APIs/DBs into MCP tools with secure credential injection, data scoping, and immutable audit logs.-
- FlicenseNot gradedqualityCmaintenanceSecurely inspect and operate self-hosted infrastructure including Linux host health, Docker containers and logs, Dokploy deployments, and OCI resources through a narrowly scoped, auditable MCP gateway.-