The Model Context Protocol (MCP) is an open standard that allows AI models to connect directly to your external tools and services. Without MCP, AI can only answer your questions. With MCP, it can read your files, query your databases, create Jira tickets, send Slack messages, update your Notion documents β all from a simple conversation in Oupi Chat.
It's a tool designed for professionals who want to automate complex tasks without leaving their AI interface.
π With and without MCP
β Without MCP
β "What are my GitHub issues?"
"I don't have access to GitHub. You can check github.com/..."
AI cannot act
β With MCP
β "What are my GitHub issues?"
"You have 12 open issues: 4 bugs, 5 features, 3 improvements..."
AI reads, acts and reports
βοΈ MCP Architecture on Oupi
GitHub
Repos, Issues, PRs
Slack
Messages, Channels
Notion
Pages, Databases
Jira
Tickets, Sprints
Google Drive
Docs, Sheets
Your APIs
Custom MCP
On Oupi, MCP works in 3 steps. First, you connect your MCP servers (GitHub, Slack, Notion, Jira or your own APIs). Then, when you ask a question in Chat, AI automatically detects if it needs an external tool to respond. Finally, it calls the corresponding MCP server, executes the action and reports the result β all in a natural conversation.
Connect the tools your team already uses. Each MCP server gives AI specific capabilities.
Read/create issues, PRs, repos. Search code. Manage branches and deployments.
Envoyer des messages, lire des canaux, rechercher dans l'historique, crΓ©er des fils de discussion.
Create and edit pages, query databases, organize projects.
Create tickets, update sprints, read backlogs, generate reports.
Read, create and edit documents, spreadsheets, presentations. File search.
View and update contacts, deals, sales pipelines.
Access accounts, opportunities, reports. Update CRM data.
Query MySQL, PostgreSQL, MongoDB in natural language. Secure read/write.
CrΓ©ez votre propre serveur MCP pour connecter n'importe quel outil ou API interne Γ l'IA.
With MCP enabled in Oupi Chat, you no longer need to open 10 tabs. Ask AI to check your GitHub issues, create a summary on Notion, post a message on Slack and update a Jira ticket β all in a single conversation. AI understands context and chains actions automatically.
β‘ MCP action examples
"Create a bug ticket on Jira for the login bug"
π« jira.create_issue β Ticket BUG-347 created
"What are the latest messages from #general?"
π¬ slack.read_channel β 8 recent messages
"Add this report to our Notion wiki"
π notion.create_page β Page created in Wiki
"How many open deals in HubSpot?"
π hubspot.list_deals β 23 deals for β¬840K
"Deploy the main branch to staging"
π github.create_deployment β Deployed v2.4.1
π Permissions & Control
GitHub Server
Slack Server
You precisely define what AI can and cannot do in each tool. Permissions are granular per user, per server and per action. Sensitive actions (deletion, merge, private channel posting) can be blocked or require confirmation.
Have internal tools? Create a custom MCP server in a few hours with our SDK. AI will then be able to interact with any system in your company.
pip install oupi-mcp β Complete SDK with examples and interactive documentation.
npm install @oupi/mcp β Native integration with your JavaScript and TypeScript APIs.
composer require oupi/mcp β Perfect for existing Laravel and PHP applications.