Connect to Oracle Autonomous Database via OAuth for SQL and schema management.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "OraLink MCP" yet — see the docs or source repo.
Connect to my Oracle Autonomous Database and run this SQL: SELECT customer_id, total_spent FROM customers ORDER BY total_spent DESC FETCH FIRST 10 ROWS ONLY; Then format the results as a table.
A formatted result table showing the top 10 highest-spending customers.
Connect to the Oracle Autonomous Database, list all tables in the sales schema with their columns, types, and primary keys, and group the output by table name.
A clear schema summary with tables, column types, and primary key details.
Connect to the Oracle Autonomous Database, create a table named campaign_metrics with fields id, campaign_name, impressions, clicks, and created_at, then return the execution status.
The execution result of the CREATE TABLE statement and whether the table was created successfully.
Access Oracle databases for schema exploration, query execution, and performance analysis.
Use natural language to query, explore, and orchestrate Oracle Autonomous Database.
Diagnose Oracle SQL performance and analyze AWR reports to find database bottlenecks.
Enable structured AI-human messaging and Q&A orchestration through Telegram.
Securely manage OAuth 2.0 tokens for MCP applications.
Manage MySQL databases with natural language for queries, CRUD, and monitoring.