Secure MCP Service

Database MCP

A secure gateway that lets approved AI assistants understand your database structure without ever reading your data.

Ready PHP 8.2.31
Connections 2
MCP Tools 7
Auth On

Endpoints

The MCP endpoint is private and requires an access token. The health endpoint is open so you can confirm the service is online.

Connected Databases

Names of databases this service can describe. Login details are kept private and are never shown.

Alias Driver Host Database User
demo_sql_server sqlsrv claas2saassolution.database.windows.net:1433 c2sdemodb c2ssoluadmin
product_app mysql 184.168.127.117:3306 ceeduadm_db_37wkcpuYGKT8E6oQ ceeduadm_u_fhMtqiYQUd6eB57o

What This Service Can Do

It can describe the structure of your databases, such as table and column names. It cannot read, change, or export the actual data inside them.

database.list_connections List configured database connection aliases, selected default alias, and metadata limits. Secrets are never returned.
database.list_schemas List schemas visible to the configured metadata connection.
database.list_tables List tables and views in the configured database for a connection alias, with engine, estimated rows, size, and timestamps.
database.describe_schema Return the configured database anatomy for a connection alias: tables, columns, indexes, constraints, views, triggers, and routines.
database.describe_table Describe one table or view from the configured database with columns, indexes, constraints, and related triggers.
database.search_metadata Search table names, column names, column types, and comments in the configured database metadata.
database.export_schema_json Build a single metadata-only JSON object for the configured database anatomy. Row data is never included.