Tools - MCP
What is MCP?
Model Context Protocol (MCP) is an open standard allows models like OpenAI, Anthropic, Google, and Answer Agent to interact with external systems through standardized interfaces. MCP servers act as intermediaries that translate natural language requests into API calls, allowing models to:
- Query and manipulate data in various systems
- Create and manage content in CMS platforms
- Interact with productivity tools like Jira and Slack
- Perform searches across different data sources
- Execute database operations securely
MCP servers follow a standardized protocol for exposing tools and handling requests, making it easy to add new integrations to Answer Agent.
Available MCP Integrations
Answer Agent includes the following MCP integrations:
- Contentful - Manage content in Contentful CMS
- Salesforce - Interact with Salesforce CRM and database
- Jira - Work with Jira issues and projects
- Slack - Send messages and interact with Slack
- Confluence - Query and update Confluence pages
- GitHub - Manage repositories, issues, and pull requests
- PostgreSQL - Execute SQL queries against PostgreSQL databases
- BraveSearch - Perform internet searches using Brave Search
- Custom MCP - Create custom integrations for proprietary systems
Each MCP integration provides specialized tools for working with its respective system. Click on an integration to learn more about its capabilities and how to use it.
Common MCP Features
Most MCP integrations share these common features:
- Authentication - Secure connection to external systems
- Content Creation - Creating new records or documents
- Content Management - Updating and deleting existing content
- Querying - Searching and retrieving data
- Specialized Operations - System-specific actions like publishing or workflow changes
Getting Started
To use an MCP integration, you'll need:
- Credentials for the external system
- Configuration details like server URLs or project IDs
- Appropriate permissions for the operations you want to perform
Refer to each integration's documentation for specific setup instructions.