What is MCP?
Model Context Protocol (MCP) is an open standard that defines how AI models can communicate with external tools and data sources. It’s a protocol that enables AI agents to discover and use tools.MCP Servers and Tools
- MCP Server: The container/application that hosts multiple tools and handles the MCP protocol communication
- MCP Tool: A specific function or capability (like “read file”, “query database”, “send email”) that the server provides
Authenticated Integrations and MCPs
In order for your agent to make use of authenticated MCP servers/tools, you’ll first need to authenticate to the given service in Integrations. After you add an integration, your agents will be able use the tools provided for that integration. For example, if you authenticate to Google Drive, your agents will be able to use the Google Drive tools such as list files and write files.Sharing Agents, MCPs, and Permissions
The agent acts like your proxy, so it only has access to integrations to which you already have permission. When you share a custom agent, the integrations do NOT share along with it (similar to sharing a workflow). If you’ve created a “Google Drive Agent” and you share it, users of that agent will need to connect to their own Google Drives; they cannot use yours (unless you also decide to share your Google Drive connection with them).Pinkfish MCP servers
Each MCP server that is available has been created, verified, and is hosted by Pinkfish. We do not use any outside 3rd party MCP servers.Custom Agents and Suggested MCP Servers
When you’re building custom agents, you may add an instruction to your agent that tells it to use a given service (see Preview tab in agent configuration). Eg: Google Drive. However, due to the authentication model above, while using an agent, it can only access your Google Drive. Other users of your custom agents will not be able to access your Google Drive. You can however, suggest to users of your agent that they connect to their own services in order to make best use of the agent that you created.Coming soon - Shared Authenticated Tools
As mentioned above, the security model to date is that an agent can only access the logged-in user’s integrations. However, we’re working on a model where you can give your agent (as you’re building it), permission to access specific tools from your (the builder’s) integrations. For example, you might give your Onboarding Agent a Google Sheets read-only tool so that it can read checklists that you’ve created in your Google Sheets account.Available MCP Servers
Here’s the complete list of available servers. Within the product, you can use the “Examples and Tools” menu from the agent prompt box to see avaialable tools per server.Google Workspace Integration Servers
google-drive
- Google Drive integration server for file management and operationsgmail
- Google Email integration server for email operationsgoogle-calendar
- Google Calendar integration server for scheduling and eventsgoogle-task
- Google Tasks integration server for task managementgoogle-sheets
- Google Sheets integration server for spreadsheet operationsgoogle-slides
- Google Slides integration server for presentation operationsgoogle-docs
- Google Docs integration server for document operationsgoogle-forms
- Google Forms integration server for form creation and responsesgoogle-maps
- Google Maps integration server for location and mapping servicesgoogle-iam
- Google IAM integration server for identity and access management
Microsoft 365 Integration Servers
microsoft-outlook
- Outlook server for calendar and email operationsmicrosoft-excel
- Excel server for spreadsheet operationsmicrosoft-powerpoint
- PowerPoint server for presentation operationsmicrosoft-powerbi
- PowerBI server for data visualization and reportingmicrosoft-word
- Microsoft Word server for document operationsmicrosoft-teams
- Microsoft Teams integration server for collaborationmicrosoft-active-directory
- Active Directory integration server for user managementonedrive
- OneDrive server for file operations and storagesharepoint
- SharePoint server for file operations and collaboration
CRM and Business Tools
salesforce
- Salesforce integration server for CRM operationshubspot
- HubSpot CRM integration server for marketing and saleszendesk
- Zendesk server for ticket management and customer supportservicenow
- ServiceNow server for incident management and IT operationsaffinity
- Affinity CRM integration server for relationship managementgreenhouse
- Greenhouse integration server for recruitment and hiring
Project Management and Development
jira
- Jira integration server for project managementjira-itsm
- Jira ITSM integration server for IT service managementlinear
- Linear integration server for project trackingairtable
- Airtable integration server for database and project management
File Storage and Management
box
- Box file storage and management integration serveramazon-s3
- Amazon S3 integration server for file and bucket managementdropbox
- Dropbox integration server for file storage and sharing
Communication and Collaboration
slack
- Slack integration server for team communicationzoom
- Zoom integration server for video conferencinggong
- Gong server for call analysis and sales intelligencefireflies
- Fireflies integration server for meeting transcription
IT and Service Management
freshservice
- Freshservice ITSM integration server for IT operationsjamf
- Jamf integration server for Apple device managementkandji
- Kandji integration server for mobile device managementsnipeit
- Snipe-IT integration server for IT asset management
Document and Signature Services
adobe-sign
- Adobe Sign integration server for digital signaturesdocusign
- DocuSign eSignature integration server for document signing
Data and Analytics
snowflake
- Snowflake data warehouse integration server for SQL queries and data managementtableau
- Tableau integration server for data visualization and analyticsakeneo
- Akeneo integration server for product information managementresponsiveio
- ResponsiveIO integration server for data operations
Internal Pinkfish Services (no integration required)
datastore
- Datastore server for storing and retrieving structured data items in collectionsfilestorage
- File storage server for storing and retrieving files in collectionsvault
- Vault server for storing and retrieving encrypted secrets in collectionsknowledge-base
- Knowledge base server for search and retrieval operations on knowledge collectionsllm
- LLM server for AI model interactions using OpenAI/GPT, Gemini, and Claudeperplexity
- Perplexity server for web research and AI-powered searchsearch
- Search server for research and information retrievalfirecrawl
- Firecrawl server for web scraping and crawling operationsreplicate
- Replicate server for running AI model predictionsstagehand
- Browser automation server for web interactions using Stagehandpinkfish-utilities
- Pinkfish utilities server for polling and other utility operations
How to Use These Servers
- Connect to Services: First authenticate to the desired service in your Integrations section
- Custom Agent Configuration: When building custom agents, select the MCP servers you want to include
- Tool Discovery: Each server provides specific tools that can be discovered and used by your agents