veryfront 0.1.271 → 0.1.273

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,56 +2,56 @@
2
2
  import type { IntegrationConfig } from "./schema.js";
3
3
 
4
4
  export const connectors: IntegrationConfig[] = [
5
- {"name":"airtable","displayName":"Airtable","icon":"airtable.svg","description":"Read and write records in Airtable bases and tables","auth":{"type":"oauth2","provider":"airtable","authorizationUrl":"https://airtable.com/oauth2/v1/authorize","tokenUrl":"https://airtable.com/oauth2/v1/token","scopes":["data.records:read","data.records:write","schema.bases:read","schema.bases:write"],"tokenAuthMethod":"basic","pkce":true,"requiredApis":[{"name":"Airtable OAuth Integration","enableUrl":"https://airtable.com/create/oauth"}]},"envVars":[{"name":"AIRTABLE_CLIENT_ID","description":"Airtable OAuth Client ID (from your OAuth integration)","required":true,"sensitive":false,"docsUrl":"https://airtable.com/create/oauth"},{"name":"AIRTABLE_CLIENT_SECRET","description":"Airtable OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://airtable.com/create/oauth"}],"tools":[{"id":"list-bases","name":"List Bases","description":"List all accessible Airtable bases","requiresWrite":false},{"id":"get-base","name":"Get Base","description":"Get schema information for a specific base","requiresWrite":false},{"id":"list-records","name":"List Records","description":"List records from a table with optional filtering","requiresWrite":false},{"id":"get-record","name":"Get Record","description":"Get a specific record by ID","requiresWrite":false},{"id":"create-record","name":"Create Record","description":"Create a new record in a table","requiresWrite":true}],"prompts":[{"id":"query-data","title":"Query my data","prompt":"Search and query records from my Airtable bases. Find specific information across tables.","category":"productivity","icon":"search"},{"id":"add-record","title":"Add a record","prompt":"Create a new record in an Airtable table with the specified field values.","category":"productivity","icon":"plus"},{"id":"analyze-base","title":"Analyze base structure","prompt":"Analyze the structure and schema of an Airtable base, including all tables and their fields.","category":"productivity","icon":"document"}],"suggestedWith":["gmail","slack","notion"]},
5
+ {"name":"airtable","displayName":"Airtable","icon":"airtable.svg","description":"Read and write records in Airtable bases and tables","auth":{"type":"oauth2","provider":"airtable","authorizationUrl":"https://airtable.com/oauth2/v1/authorize","tokenUrl":"https://airtable.com/oauth2/v1/token","scopes":["data.records:read","data.records:write","schema.bases:read","schema.bases:write"],"tokenAuthMethod":"basic","pkce":true,"requiredApis":[{"name":"Airtable OAuth Integration","enableUrl":"https://airtable.com/create/oauth"}]},"envVars":[{"name":"AIRTABLE_CLIENT_ID","description":"Airtable OAuth Client ID (from your OAuth integration)","required":true,"sensitive":false,"docsUrl":"https://airtable.com/create/oauth"},{"name":"AIRTABLE_CLIENT_SECRET","description":"Airtable OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://airtable.com/create/oauth"}],"tools":[{"id":"list_bases","name":"List Bases","description":"List all accessible Airtable bases","requiresWrite":false},{"id":"get_base","name":"Get Base","description":"Get schema information for a specific base","requiresWrite":false},{"id":"list_records","name":"List Records","description":"List records from a table with optional filtering","requiresWrite":false},{"id":"get_record","name":"Get Record","description":"Get a specific record by ID","requiresWrite":false},{"id":"create_record","name":"Create Record","description":"Create a new record in a table","requiresWrite":true}],"prompts":[{"id":"query_data","title":"Query my data","prompt":"Search and query records from my Airtable bases. Find specific information across tables.","category":"productivity","icon":"search"},{"id":"add_record","title":"Add a record","prompt":"Create a new record in an Airtable table with the specified field values.","category":"productivity","icon":"plus"},{"id":"analyze_base","title":"Analyze base structure","prompt":"Analyze the structure and schema of an Airtable base, including all tables and their fields.","category":"productivity","icon":"document"}],"suggestedWith":["gmail","slack","notion"]},
6
6
  {"name":"anthropic","displayName":"Anthropic","icon":"anthropic.svg","description":"Integrate with Anthropic Admin API to manage workspaces, monitor usage, and access organization data","auth":{"type":"api-key","envVars":{"ANTHROPIC_ADMIN_API_KEY":{"description":"Admin API key for Anthropic organization management","required":true}}},"tools":[{"name":"list-workspaces","description":"List all workspaces in the organization"},{"name":"get-usage","description":"Get API usage statistics for a date range"},{"name":"list-api-keys","description":"List API keys for a workspace or organization"},{"name":"list-members","description":"List all members in the organization"},{"name":"get-organization","description":"Get organization details and settings"}]},
7
- {"name":"asana","displayName":"Asana","icon":"asana.svg","description":"Manage tasks, projects, and teams in Asana","auth":{"type":"oauth2","provider":"asana","authorizationUrl":"https://app.asana.com/-/oauth_authorize","tokenUrl":"https://app.asana.com/-/oauth_token","scopes":["default"],"requiredApis":[{"name":"Asana Developer Console","enableUrl":"https://app.asana.com/0/developer-console"}]},"envVars":[{"name":"ASANA_CLIENT_ID","description":"Asana OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://developers.asana.com/docs/oauth"},{"name":"ASANA_CLIENT_SECRET","description":"Asana OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://developers.asana.com/docs/oauth"}],"tools":[{"id":"list-tasks","name":"List Tasks","description":"List tasks in a project or assigned to a user","requiresWrite":false},{"id":"get-task","name":"Get Task","description":"Get details of a specific task","requiresWrite":false},{"id":"create-task","name":"Create Task","description":"Create a new task in a project","requiresWrite":true},{"id":"update-task","name":"Update Task","description":"Update an existing task","requiresWrite":true},{"id":"list-projects","name":"List Projects","description":"List all projects in the workspace","requiresWrite":false}],"prompts":[{"id":"my-tasks","title":"Show my tasks","prompt":"List all tasks assigned to me in Asana with their due dates and priorities.","category":"productivity","icon":"list"},{"id":"create-task","title":"Create a task","prompt":"Create a new task with a title, description, due date, and assignee.","category":"productivity","icon":"plus"}],"suggestedWith":["slack","notion","calendar"]},
7
+ {"name":"asana","displayName":"Asana","icon":"asana.svg","description":"Manage tasks, projects, and teams in Asana","auth":{"type":"oauth2","provider":"asana","authorizationUrl":"https://app.asana.com/-/oauth_authorize","tokenUrl":"https://app.asana.com/-/oauth_token","scopes":["default"],"requiredApis":[{"name":"Asana Developer Console","enableUrl":"https://app.asana.com/0/developer-console"}]},"envVars":[{"name":"ASANA_CLIENT_ID","description":"Asana OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://developers.asana.com/docs/oauth"},{"name":"ASANA_CLIENT_SECRET","description":"Asana OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://developers.asana.com/docs/oauth"}],"tools":[{"id":"list_tasks","name":"List Tasks","description":"List tasks in a project or assigned to a user","requiresWrite":false},{"id":"get_task","name":"Get Task","description":"Get details of a specific task","requiresWrite":false},{"id":"create_task","name":"Create Task","description":"Create a new task in a project","requiresWrite":true},{"id":"update_task","name":"Update Task","description":"Update an existing task","requiresWrite":true},{"id":"list_projects","name":"List Projects","description":"List all projects in the workspace","requiresWrite":false}],"prompts":[{"id":"my_tasks","title":"Show my tasks","prompt":"List all tasks assigned to me in Asana with their due dates and priorities.","category":"productivity","icon":"list"},{"id":"create_task","title":"Create a task","prompt":"Create a new task with a title, description, due date, and assignee.","category":"productivity","icon":"plus"}],"suggestedWith":["slack","notion","calendar"]},
8
8
  {"name":"aws","displayName":"Amazon Web Services","icon":"aws.svg","description":"Integration with AWS services including S3, EC2, and Lambda","auth":{"type":"api-key","fields":[{"name":"accessKeyId","label":"AWS Access Key ID","type":"string","required":true,"envVar":"AWS_ACCESS_KEY_ID"},{"name":"secretAccessKey","label":"AWS Secret Access Key","type":"password","required":true,"envVar":"AWS_SECRET_ACCESS_KEY"},{"name":"region","label":"AWS Region","type":"string","required":true,"envVar":"AWS_REGION","default":"us-east-1"}]},"envVars":[{"name":"AWS_ACCESS_KEY_ID","description":"AWS Access Key ID","required":true},{"name":"AWS_SECRET_ACCESS_KEY","description":"AWS Secret Access Key","required":true,"sensitive":true},{"name":"AWS_REGION","description":"AWS Region (e.g. us-east-1)","required":true,"default":"us-east-1"}],"tools":[{"name":"list-s3-buckets","description":"List all S3 buckets in your AWS account","file":"tools/list-s3-buckets.ts"},{"name":"list-s3-objects","description":"List objects in a specific S3 bucket","file":"tools/list-s3-objects.ts"},{"name":"get-s3-object","description":"Get the contents of an object from S3","file":"tools/get-s3-object.ts"},{"name":"list-ec2-instances","description":"List EC2 instances in your AWS account","file":"tools/list-ec2-instances.ts"},{"name":"list-lambda-functions","description":"List Lambda functions in your AWS account","file":"tools/list-lambda-functions.ts"}],"dependencies":{"@aws-sdk/client-s3":"^3.600.0","@aws-sdk/client-ec2":"^3.600.0","@aws-sdk/client-lambda":"^3.600.0","@aws-sdk/credential-providers":"^3.600.0"}},
9
- {"name":"bitbucket","displayName":"Bitbucket","icon":"bitbucket.svg","description":"Manage repositories, pull requests, and issues on Bitbucket","auth":{"type":"oauth2","provider":"bitbucket","authorizationUrl":"https://bitbucket.org/site/oauth2/authorize","tokenUrl":"https://bitbucket.org/site/oauth2/access_token","scopes":["repository","pullrequest","issue","account"]},"envVars":[{"name":"BITBUCKET_CLIENT_ID","description":"Bitbucket OAuth Consumer Key","required":true,"sensitive":false,"docsUrl":"https://support.atlassian.com/bitbucket-cloud/docs/use-oauth-on-bitbucket-cloud/"},{"name":"BITBUCKET_CLIENT_SECRET","description":"Bitbucket OAuth Consumer Secret","required":true,"sensitive":true,"docsUrl":"https://support.atlassian.com/bitbucket-cloud/docs/use-oauth-on-bitbucket-cloud/"}],"tools":[{"id":"list-repositories","name":"List Repositories","description":"Get list of user's repositories","requiresWrite":false},{"id":"list-pull-requests","name":"List Pull Requests","description":"Get pull requests for a repository","requiresWrite":false},{"id":"create-pull-request","name":"Create Pull Request","description":"Create a new pull request","requiresWrite":true},{"id":"list-issues","name":"List Issues","description":"Get issues for a repository","requiresWrite":false}],"prompts":[{"id":"review-prs","title":"Review my pull requests","prompt":"Show me my open pull requests on Bitbucket and help me review them. Summarize the changes and any comments.","category":"development","icon":"git-pull-request"},{"id":"list-repos","title":"List my repositories","prompt":"Show me all my Bitbucket repositories with their details and recent activity.","category":"development","icon":"folder"},{"id":"check-issues","title":"Check repository issues","prompt":"Show me the open issues in my repositories and help me prioritize them.","category":"development","icon":"bug"}],"suggestedWith":["github","gitlab","jira"]},
10
- {"name":"box","displayName":"Box","icon":"box.svg","description":"Access and manage files, folders, and content in Box","auth":{"type":"oauth2","provider":"box","authorizationUrl":"https://account.box.com/api/oauth2/authorize","tokenUrl":"https://api.box.com/oauth2/token","scopes":["root_readwrite"],"requiredApis":[{"name":"Box Developer Console","enableUrl":"https://app.box.com/developers/console"}]},"envVars":[{"name":"BOX_CLIENT_ID","description":"Box OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://developer.box.com/guides/authentication/oauth2/"},{"name":"BOX_CLIENT_SECRET","description":"Box OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://developer.box.com/guides/authentication/oauth2/"}],"tools":[{"id":"list-files","name":"List Files","description":"List files and folders in a Box folder","requiresWrite":false},{"id":"get-file","name":"Get File","description":"Get details of a specific file or folder","requiresWrite":false},{"id":"search-files","name":"Search Files","description":"Search for files and folders in Box","requiresWrite":false},{"id":"create-folder","name":"Create Folder","description":"Create a new folder in Box","requiresWrite":true},{"id":"upload-file","name":"Upload File","description":"Upload a file to Box","requiresWrite":true}],"prompts":[{"id":"my-files","title":"Show my files","prompt":"List all files in my Box root folder with their details.","category":"productivity","icon":"folder"},{"id":"search-content","title":"Search for files","prompt":"Search for files in Box by name or content.","category":"productivity","icon":"search"}],"suggestedWith":["dropbox","onedrive","notion"]},
11
- {"name":"calendar","displayName":"Google Calendar","icon":"calendar.svg","description":"Manage events, find free time, and schedule meetings","auth":{"type":"oauth2","provider":"google","authorizationUrl":"https://accounts.google.com/o/oauth2/v2/auth","tokenUrl":"https://oauth2.googleapis.com/token","scopes":["https://www.googleapis.com/auth/calendar.readonly","https://www.googleapis.com/auth/calendar.events"],"requiredApis":[{"name":"Google Calendar API","enableUrl":"https://console.cloud.google.com/apis/library/calendar-json.googleapis.com"}]},"envVars":[{"name":"GOOGLE_CLIENT_ID","description":"Google OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://console.cloud.google.com/apis/credentials"},{"name":"GOOGLE_CLIENT_SECRET","description":"Google OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://console.cloud.google.com/apis/credentials"}],"tools":[{"id":"list-events","name":"List Events","description":"Get upcoming calendar events","requiresWrite":false,"endpoint":{"method":"GET","url":"https://www.googleapis.com/calendar/v3/calendars/{calendarId}/events","params":{"calendarId":{"type":"string","in":"path","description":"Calendar ID (use 'primary' for main calendar)","required":true,"default":"primary"},"timeMin":{"type":"string","in":"query","description":"Start time (RFC3339)"},"timeMax":{"type":"string","in":"query","description":"End time (RFC3339)"},"maxResults":{"type":"number","in":"query","description":"Maximum events","default":10},"orderBy":{"type":"string","in":"query","description":"Order by: startTime or updated","default":"startTime"},"singleEvents":{"type":"boolean","in":"query","description":"Expand recurring events","default":true}},"response":{"transform":"items"}}},{"id":"create-event","name":"Create Event","description":"Schedule a new calendar event","requiresWrite":true,"endpoint":{"method":"POST","url":"https://www.googleapis.com/calendar/v3/calendars/{calendarId}/events","params":{"calendarId":{"type":"string","in":"path","description":"Calendar ID","required":true,"default":"primary"}},"body":{"summary":{"type":"string","description":"Event title","required":true},"description":{"type":"string","description":"Event description"},"start":{"type":"object","description":"Start time: {dateTime: 'RFC3339', timeZone: 'TZ'}","required":true},"end":{"type":"object","description":"End time: {dateTime: 'RFC3339', timeZone: 'TZ'}","required":true},"attendees":{"type":"array","description":"Array of {email: string} objects"},"location":{"type":"string","description":"Event location"}}}},{"id":"get-event","name":"Get Event","description":"Get details of a specific calendar event","requiresWrite":false,"endpoint":{"method":"GET","url":"https://www.googleapis.com/calendar/v3/calendars/{calendarId}/events/{eventId}","params":{"calendarId":{"type":"string","in":"path","description":"Calendar ID","required":true,"default":"primary"},"eventId":{"type":"string","in":"path","description":"Event ID","required":true}}}},{"id":"find-free-time","name":"Find Free Time","description":"Find available time slots in calendar","requiresWrite":false,"endpoint":{"method":"POST","url":"https://www.googleapis.com/calendar/v3/freeBusy","body":{"timeMin":{"type":"string","description":"Start of window (RFC3339)","required":true},"timeMax":{"type":"string","description":"End of window (RFC3339)","required":true},"items":{"type":"array","description":"Array of {id: calendarId} to check","required":true}}}}],"prompts":[{"id":"block-deep-work","title":"Block time for deep work","prompt":"Find a 2-hour block for focused work this week and add it to my calendar.","category":"productivity","icon":"clock"},{"id":"schedule-meeting","title":"Schedule a meeting","prompt":"Help me schedule a meeting. Find available time slots and create the calendar event.","category":"productivity","icon":"users"},{"id":"today-agenda","title":"What's on my calendar today?","prompt":"Show me my calendar for today and summarize my schedule.","category":"productivity","icon":"calendar"}],"suggestedWith":["gmail","slack"]},
12
- {"name":"clickup","displayName":"ClickUp","icon":"clickup.svg","description":"Manage tasks, lists, and projects in ClickUp","auth":{"type":"oauth2","provider":"clickup","authorizationUrl":"https://app.clickup.com/api","tokenUrl":"https://api.clickup.com/api/v2/oauth/token","scopes":[],"requiredApis":[{"name":"ClickUp Developer Portal","enableUrl":"https://app.clickup.com/settings/apps"}]},"envVars":[{"name":"CLICKUP_CLIENT_ID","description":"ClickUp OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://clickup.com/api/developer-portal/authentication"},{"name":"CLICKUP_CLIENT_SECRET","description":"ClickUp OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://clickup.com/api/developer-portal/authentication"}],"tools":[{"id":"list-tasks","name":"List Tasks","description":"List tasks in a list or assigned to a user","requiresWrite":false},{"id":"get-task","name":"Get Task","description":"Get details of a specific task","requiresWrite":false},{"id":"create-task","name":"Create Task","description":"Create a new task in a list","requiresWrite":true},{"id":"update-task","name":"Update Task","description":"Update an existing task","requiresWrite":true},{"id":"list-lists","name":"List Lists","description":"List all lists in a folder or space","requiresWrite":false}],"prompts":[{"id":"my-tasks","title":"Show my tasks","prompt":"List all tasks assigned to me in ClickUp with their due dates and priorities.","category":"productivity","icon":"list"},{"id":"create-task","title":"Create a task","prompt":"Create a new task with a title, description, due date, and assignee.","category":"productivity","icon":"plus"}],"suggestedWith":["slack","notion","calendar"]},
13
- {"name":"confluence","displayName":"Confluence","icon":"confluence.svg","description":"Search, read, and create documentation in Confluence","auth":{"type":"oauth2","provider":"atlassian","authorizationUrl":"https://auth.atlassian.com/authorize","tokenUrl":"https://auth.atlassian.com/oauth/token","scopes":["read:confluence-content.all","write:confluence-content"],"tokenAuthMethod":"client_secret_post","requiredApis":[{"name":"Atlassian OAuth 2.0 App","enableUrl":"https://developer.atlassian.com/console/myapps/"}],"additionalParams":{"audience":"api.atlassian.com","prompt":"consent"}},"envVars":[{"name":"ATLASSIAN_CLIENT_ID","description":"Atlassian OAuth Client ID (from your OAuth 2.0 app)","required":true,"sensitive":false,"docsUrl":"https://developer.atlassian.com/console/myapps/"},{"name":"ATLASSIAN_CLIENT_SECRET","description":"Atlassian OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://developer.atlassian.com/console/myapps/"}],"tools":[{"id":"search-content","name":"Search Confluence","description":"Search for pages and blog posts in Confluence","requiresWrite":false},{"id":"get-page","name":"Get Page","description":"Get the content of a specific Confluence page","requiresWrite":false},{"id":"create-page","name":"Create Page","description":"Create a new page in a Confluence space","requiresWrite":true},{"id":"update-page","name":"Update Page","description":"Update the content of an existing Confluence page","requiresWrite":true},{"id":"list-spaces","name":"List Spaces","description":"List all accessible Confluence spaces","requiresWrite":false}],"prompts":[{"id":"search-docs","title":"Search documentation","prompt":"Search Confluence for documentation about a specific topic or feature.","category":"productivity","icon":"search"},{"id":"summarize-page","title":"Summarize a page","prompt":"Read and summarize a Confluence page. Extract key information and action items.","category":"productivity","icon":"document"},{"id":"create-doc","title":"Create documentation","prompt":"Create a new documentation page in Confluence with structured content.","category":"productivity","icon":"plus"},{"id":"update-doc","title":"Update documentation","prompt":"Update an existing Confluence page with new information while preserving existing content.","category":"productivity","icon":"edit"}],"suggestedWith":["jira","slack","notion"]},
14
- {"name":"discord","displayName":"Discord","icon":"discord.svg","description":"Read messages, send messages, and interact with Discord servers","auth":{"type":"oauth2","provider":"discord","authorizationUrl":"https://discord.com/api/oauth2/authorize","tokenUrl":"https://discord.com/api/oauth2/token","scopes":["identify","guilds","guilds.members.read","messages.read"],"tokenAuthMethod":"body","requiredApis":[{"name":"Discord Application","enableUrl":"https://discord.com/developers/applications"}]},"envVars":[{"name":"DISCORD_CLIENT_ID","description":"Discord OAuth Client ID (from your application)","required":true,"sensitive":false,"docsUrl":"https://discord.com/developers/applications"},{"name":"DISCORD_CLIENT_SECRET","description":"Discord OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://discord.com/developers/applications"},{"name":"DISCORD_BOT_TOKEN","description":"Discord Bot Token (optional, for advanced bot features)","required":false,"sensitive":true,"docsUrl":"https://discord.com/developers/applications"}],"tools":[{"id":"list-guilds","name":"List Guilds","description":"List Discord servers (guilds) the user is a member of","requiresWrite":false},{"id":"list-channels","name":"List Channels","description":"List channels in a Discord server","requiresWrite":false},{"id":"get-messages","name":"Get Messages","description":"Get recent messages from a Discord channel","requiresWrite":false},{"id":"send-message","name":"Send Message","description":"Send a message to a Discord channel","requiresWrite":true},{"id":"get-user","name":"Get User","description":"Get information about the authenticated Discord user","requiresWrite":false}],"prompts":[{"id":"check-messages","title":"Check my Discord messages","prompt":"Check my recent Discord messages across all servers and summarize any important updates or mentions.","category":"communication","icon":"message"},{"id":"send-announcement","title":"Send an announcement","prompt":"Send an announcement message to a specific Discord channel.","category":"communication","icon":"megaphone"},{"id":"list-servers","title":"List my servers","prompt":"Show me all the Discord servers I'm a member of with their details.","category":"communication","icon":"list"}],"suggestedWith":["slack","github","notion"]},
15
- {"name":"docs-google","displayName":"Google Docs","icon":"docs-google.svg","description":"Read, create, and manage Google Docs documents","auth":{"type":"oauth2","provider":"google","authorizationUrl":"https://accounts.google.com/o/oauth2/v2/auth","tokenUrl":"https://oauth2.googleapis.com/token","scopes":["https://www.googleapis.com/auth/documents.readonly","https://www.googleapis.com/auth/documents","https://www.googleapis.com/auth/drive.readonly"],"requiredApis":[{"name":"Google Docs API","enableUrl":"https://console.cloud.google.com/apis/library/docs.googleapis.com"},{"name":"Google Drive API","enableUrl":"https://console.cloud.google.com/apis/library/drive.googleapis.com"}]},"envVars":[{"name":"GOOGLE_CLIENT_ID","description":"Google OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://console.cloud.google.com/apis/credentials"},{"name":"GOOGLE_CLIENT_SECRET","description":"Google OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://console.cloud.google.com/apis/credentials"}],"tools":[{"id":"list-documents","name":"List Documents","description":"List recent Google Docs documents from Drive","requiresWrite":false},{"id":"get-document","name":"Get Document","description":"Get document content and metadata","requiresWrite":false},{"id":"create-document","name":"Create Document","description":"Create a new document with optional initial content","requiresWrite":true},{"id":"update-document","name":"Update Document","description":"Update document content using batch requests","requiresWrite":true},{"id":"search-documents","name":"Search Documents","description":"Search for documents by query string","requiresWrite":false}],"prompts":[{"id":"summarize-doc","title":"Summarize a document","prompt":"Read a Google Docs document and provide a concise summary of its contents, key points, and main themes.","category":"productivity","icon":"file-text"},{"id":"create-report","title":"Create a report document","prompt":"Create a new Google Docs document with a well-formatted report including headings, bullet points, and structured content.","category":"productivity","icon":"plus"},{"id":"edit-document","title":"Edit a document","prompt":"Update an existing Google Docs document with new content, formatting changes, or corrections.","category":"productivity","icon":"edit"}],"suggestedWith":["gmail","calendar","drive","sheets"]},
16
- {"name":"drive","displayName":"Google Drive","icon":"drive.svg","description":"Access, search, and manage files and folders in Google Drive","auth":{"type":"oauth2","provider":"google","authorizationUrl":"https://accounts.google.com/o/oauth2/v2/auth","tokenUrl":"https://oauth2.googleapis.com/token","scopes":["https://www.googleapis.com/auth/drive.readonly","https://www.googleapis.com/auth/drive.file"],"requiredApis":[{"name":"Google Drive API","enableUrl":"https://console.cloud.google.com/apis/library/drive.googleapis.com"}]},"envVars":[{"name":"GOOGLE_CLIENT_ID","description":"Google OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://console.cloud.google.com/apis/credentials"},{"name":"GOOGLE_CLIENT_SECRET","description":"Google OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://console.cloud.google.com/apis/credentials"}],"tools":[{"id":"list-files","name":"List Files","description":"List files and folders in a Google Drive folder or root","requiresWrite":false},{"id":"get-file","name":"Get File","description":"Get metadata and details about a specific file or folder","requiresWrite":false},{"id":"search-files","name":"Search Files","description":"Search for files and folders using queries","requiresWrite":false},{"id":"create-folder","name":"Create Folder","description":"Create a new folder in Google Drive","requiresWrite":true},{"id":"upload-file","name":"Upload File","description":"Upload or create a file in Google Drive","requiresWrite":true}],"prompts":[{"id":"organize-files","title":"Organize Drive files","prompt":"Help me organize files in Google Drive by creating folders and moving files based on file types or names.","category":"productivity","icon":"folder"},{"id":"find-document","title":"Find a document","prompt":"Search Google Drive for a specific file or document by name, type, or content.","category":"productivity","icon":"search"},{"id":"backup-files","title":"Create backup structure","prompt":"Create a backup folder structure in Google Drive and organize important files.","category":"productivity","icon":"upload"}],"suggestedWith":["gmail","calendar","sheets"]},
17
- {"name":"dropbox","displayName":"Dropbox","icon":"dropbox.svg","description":"Access, search, and manage files in your Dropbox storage","auth":{"type":"oauth2","provider":"dropbox","authorizationUrl":"https://www.dropbox.com/oauth2/authorize","tokenUrl":"https://api.dropboxapi.com/oauth2/token","scopes":["files.content.read","files.content.write","files.metadata.read","files.metadata.write","account_info.read"],"tokenAuthMethod":"request_body","supportsRefreshToken":true,"requiredApis":[{"name":"Dropbox App","enableUrl":"https://www.dropbox.com/developers/apps"}]},"envVars":[{"name":"DROPBOX_APP_KEY","description":"Dropbox App Key (Client ID)","required":true,"sensitive":false,"docsUrl":"https://www.dropbox.com/developers/apps"},{"name":"DROPBOX_APP_SECRET","description":"Dropbox App Secret","required":true,"sensitive":true,"docsUrl":"https://www.dropbox.com/developers/apps"}],"tools":[{"id":"list-files","name":"List Files","description":"List files and folders in a Dropbox folder","requiresWrite":false},{"id":"get-file","name":"Get File","description":"Get file metadata and optionally download file content","requiresWrite":false},{"id":"upload-file","name":"Upload File","description":"Upload or update a file in Dropbox","requiresWrite":true},{"id":"search-files","name":"Search Files","description":"Search for files and folders by name or content","requiresWrite":false},{"id":"get-account","name":"Get Account Info","description":"Get current user account information and storage usage","requiresWrite":false}],"prompts":[{"id":"find-documents","title":"Find my documents","prompt":"Search my Dropbox for specific documents or files by name or content.","category":"productivity","icon":"search"},{"id":"organize-files","title":"Organize files","prompt":"Help me organize and manage files in my Dropbox, including moving, copying, or cleaning up duplicates.","category":"productivity","icon":"folder"},{"id":"backup-file","title":"Backup a file","prompt":"Upload and backup a file to my Dropbox storage.","category":"productivity","icon":"upload"},{"id":"check-storage","title":"Check storage","prompt":"Check my Dropbox storage usage and available space.","category":"productivity","icon":"database"}],"suggestedWith":["notion","gmail","drive"]},
18
- {"name":"figma","displayName":"Figma","icon":"figma.svg","description":"Access Figma designs, files, comments, and collaborate on design projects","auth":{"type":"oauth2","provider":"figma","authorizationUrl":"https://www.figma.com/oauth","tokenUrl":"https://api.figma.com/v1/oauth/token","scopes":["file_content:read"],"tokenAuthMethod":"client_secret_basic","requiredApis":[{"name":"Figma OAuth App","enableUrl":"https://www.figma.com/developers/apps"}]},"envVars":[{"name":"FIGMA_CLIENT_ID","description":"Figma OAuth Client ID (from your app settings)","required":true,"sensitive":false,"docsUrl":"https://www.figma.com/developers/apps"},{"name":"FIGMA_CLIENT_SECRET","description":"Figma OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://www.figma.com/developers/apps"}],"tools":[{"id":"list-files","name":"List Files","description":"List recent Figma files accessible to the user","requiresWrite":false},{"id":"get-file","name":"Get File","description":"Get detailed information about a Figma file including components and styles","requiresWrite":false},{"id":"get-comments","name":"Get Comments","description":"Get all comments on a Figma file","requiresWrite":false},{"id":"post-comment","name":"Post Comment","description":"Post a comment on a Figma file","requiresWrite":true},{"id":"list-projects","name":"List Projects","description":"List all projects in a team","requiresWrite":false}],"prompts":[{"id":"review-design","title":"Review a design","prompt":"Review a Figma design file and provide feedback on the components, layout, and design system usage.","category":"design","icon":"eye"},{"id":"summarize-comments","title":"Summarize comments","prompt":"Read all comments on a Figma file and summarize the feedback, action items, and unresolved discussions.","category":"design","icon":"message"},{"id":"extract-components","title":"Extract components","prompt":"List all components in a Figma file and describe their structure, variants, and properties.","category":"design","icon":"component"},{"id":"design-feedback","title":"Give design feedback","prompt":"Review the design file and post constructive feedback as comments on specific elements.","category":"design","icon":"plus"}],"suggestedWith":["linear","slack","notion"]},
19
- {"name":"freshdesk","displayName":"Freshdesk","icon":"freshdesk.svg","description":"Manage customer support tickets and contacts in Freshdesk","auth":{"type":"oauth2","provider":"freshdesk","authorizationUrl":"https://accounts.freshworks.com/authorize","tokenUrl":"https://accounts.freshworks.com/oauth/token","scopes":["freshdesk"],"requiredApis":[{"name":"Freshdesk Developer Portal","enableUrl":"https://developers.freshdesk.com/apps/"}]},"envVars":[{"name":"FRESHDESK_CLIENT_ID","description":"Freshdesk OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://developers.freshdesk.com/api/"},{"name":"FRESHDESK_CLIENT_SECRET","description":"Freshdesk OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://developers.freshdesk.com/api/"}],"tools":[{"id":"list-tickets","name":"List Tickets","description":"List support tickets from Freshdesk","requiresWrite":false},{"id":"get-ticket","name":"Get Ticket","description":"Get details of a specific ticket","requiresWrite":false},{"id":"create-ticket","name":"Create Ticket","description":"Create a new support ticket","requiresWrite":true},{"id":"update-ticket","name":"Update Ticket","description":"Update an existing ticket","requiresWrite":true},{"id":"list-contacts","name":"List Contacts","description":"List customer contacts in Freshdesk","requiresWrite":false}],"prompts":[{"id":"my-tickets","title":"Show my tickets","prompt":"List all open support tickets assigned to me with their priority and status.","category":"support","icon":"inbox"},{"id":"create-ticket","title":"Create a ticket","prompt":"Create a new support ticket with a subject, description, priority, and contact.","category":"support","icon":"plus"}],"suggestedWith":["slack","intercom","zendesk"]},
20
- {"name":"github","displayName":"GitHub","icon":"github.svg","description":"Manage repositories, issues, and pull requests","auth":{"type":"oauth2","provider":"github","authorizationUrl":"https://github.com/login/oauth/authorize","tokenUrl":"https://github.com/login/oauth/access_token","scopes":["repo","read:user","read:org"]},"envVars":[{"name":"GITHUB_CLIENT_ID","description":"GitHub OAuth App Client ID","required":true,"sensitive":false,"docsUrl":"https://github.com/settings/developers"},{"name":"GITHUB_CLIENT_SECRET","description":"GitHub OAuth App Client Secret","required":true,"sensitive":true,"docsUrl":"https://github.com/settings/developers"}],"tools":[{"id":"list-repos","name":"List Repositories","description":"Get list of user's repositories","requiresWrite":false,"endpoint":{"method":"GET","url":"https://api.github.com/user/repos","params":{"type":{"type":"string","in":"query","description":"Type: all, owner, public, private, member"},"sort":{"type":"string","in":"query","description":"Sort: created, updated, pushed, full_name","default":"updated"},"per_page":{"type":"number","in":"query","description":"Results per page (max 100)","default":30}}}},{"id":"get-repo","name":"Get Repository","description":"Get details of a specific repository","requiresWrite":false,"endpoint":{"method":"GET","url":"https://api.github.com/repos/{owner}/{repo}","params":{"owner":{"type":"string","in":"path","description":"Repository owner","required":true},"repo":{"type":"string","in":"path","description":"Repository name","required":true}}}},{"id":"list-prs","name":"List Pull Requests","description":"Get pull requests for a repository","requiresWrite":false,"endpoint":{"method":"GET","url":"https://api.github.com/repos/{owner}/{repo}/pulls","params":{"owner":{"type":"string","in":"path","description":"Repository owner","required":true},"repo":{"type":"string","in":"path","description":"Repository name","required":true},"state":{"type":"string","in":"query","description":"State: open, closed, all","default":"open"},"per_page":{"type":"number","in":"query","description":"Results per page","default":30}}}},{"id":"create-issue","name":"Create Issue","description":"Create a new issue in a repository","requiresWrite":true,"endpoint":{"method":"POST","url":"https://api.github.com/repos/{owner}/{repo}/issues","params":{"owner":{"type":"string","in":"path","description":"Repository owner","required":true},"repo":{"type":"string","in":"path","description":"Repository name","required":true}},"body":{"title":{"type":"string","description":"Issue title","required":true},"body":{"type":"string","description":"Issue body (markdown)"},"labels":{"type":"array","description":"Label names"},"assignees":{"type":"array","description":"Usernames to assign"}}}},{"id":"get-pr-diff","name":"Get PR Diff","description":"Get the diff for a pull request","requiresWrite":false,"endpoint":{"method":"GET","url":"https://api.github.com/repos/{owner}/{repo}/pulls/{pull_number}","params":{"owner":{"type":"string","in":"path","description":"Repository owner","required":true},"repo":{"type":"string","in":"path","description":"Repository name","required":true},"pull_number":{"type":"number","in":"path","description":"Pull request number","required":true},"Accept":{"type":"string","in":"header","description":"Response format","default":"application/vnd.github.v3.diff"}}}},{"id":"list-issues","name":"List Issues","description":"List issues for a repository","requiresWrite":false,"endpoint":{"type":"graphql","method":"POST","url":"https://api.github.com/graphql","query":"query($owner: String!, $repo: String!, $first: Int, $states: [IssueState!]) { repository(owner: $owner, name: $repo) { issues(first: $first, states: $states, orderBy: { field: UPDATED_AT, direction: DESC }) { nodes { id number title body state url createdAt updatedAt author { login } labels(first: 10) { nodes { name } } assignees(first: 10) { nodes { login } } } } } }","params":{"owner":{"type":"string","in":"body","description":"Repository owner","required":true},"repo":{"type":"string","in":"body","description":"Repository name","required":true},"states":{"type":"string[]","in":"body","description":"Issue states to include (e.g. OPEN, CLOSED)","default":["OPEN"]},"first":{"type":"number","in":"body","description":"Results per page","default":30}},"response":{"transform":"repository.issues.nodes"}}}],"prompts":[{"id":"review-prs","title":"Review my open PRs","prompt":"Show me my open pull requests and help me review them. Summarize the changes and any comments.","category":"development","icon":"git-pull-request"},{"id":"create-issue","title":"Create GitHub issue","prompt":"Help me create a new GitHub issue with a clear description and appropriate labels.","category":"development","icon":"circle-dot"},{"id":"summarize-commits","title":"Summarize recent commits","prompt":"Summarize the recent commits in my repository and highlight significant changes.","category":"development","icon":"git-commit"}],"suggestedWith":["jira","slack"]},
21
- {"name":"gitlab","displayName":"GitLab","icon":"gitlab.svg","description":"Search and manage GitLab issues, merge requests, and projects","auth":{"type":"oauth2","provider":"gitlab","authorizationUrl":"https://gitlab.com/oauth/authorize","tokenUrl":"https://gitlab.com/oauth/token","scopes":["api","read_user","read_repository"],"tokenAuthMethod":"body","requiredApis":[{"name":"GitLab Application","enableUrl":"https://gitlab.com/-/profile/applications"}]},"envVars":[{"name":"GITLAB_CLIENT_ID","description":"GitLab OAuth Application ID","required":true,"sensitive":false,"docsUrl":"https://docs.gitlab.com/ee/api/oauth2.html"},{"name":"GITLAB_CLIENT_SECRET","description":"GitLab OAuth Application Secret","required":true,"sensitive":true,"docsUrl":"https://docs.gitlab.com/ee/api/oauth2.html"}],"tools":[{"id":"search-issues","name":"Search Issues","description":"Search for issues across projects","requiresWrite":false},{"id":"get-issue","name":"Get Issue","description":"Get detailed information about a specific issue","requiresWrite":false},{"id":"create-issue","name":"Create Issue","description":"Create a new issue in a project","requiresWrite":true},{"id":"list-merge-requests","name":"List Merge Requests","description":"List merge requests for a project or across projects","requiresWrite":false},{"id":"list-projects","name":"List Projects","description":"List accessible GitLab projects","requiresWrite":false}],"prompts":[{"id":"find-issues","title":"Find my issues","prompt":"Search for issues assigned to me that are open. Show me the most important ones.","category":"development","icon":"bug"},{"id":"review-mrs","title":"Review merge requests","prompt":"Show me all open merge requests that need my review. Summarize what each one does.","category":"development","icon":"git-merge"},{"id":"create-bug-report","title":"Create bug report","prompt":"Help me create a detailed bug report issue with steps to reproduce, expected vs actual behavior.","category":"development","icon":"plus"},{"id":"project-status","title":"Project status","prompt":"Give me a summary of my projects: open issues, merge requests, and recent activity.","category":"development","icon":"list"}],"suggestedWith":["github","jira","slack"]},
22
- {"name":"gmail","displayName":"Gmail","icon":"gmail.svg","description":"Read and send emails via Gmail API","auth":{"type":"oauth2","provider":"google","authorizationUrl":"https://accounts.google.com/o/oauth2/v2/auth","tokenUrl":"https://oauth2.googleapis.com/token","scopes":["https://www.googleapis.com/auth/gmail.readonly","https://www.googleapis.com/auth/gmail.send","https://www.googleapis.com/auth/gmail.modify"],"requiredApis":[{"name":"Gmail API","enableUrl":"https://console.cloud.google.com/apis/library/gmail.googleapis.com"}]},"envVars":[{"name":"GOOGLE_CLIENT_ID","description":"Google OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://console.cloud.google.com/apis/credentials"},{"name":"GOOGLE_CLIENT_SECRET","description":"Google OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://console.cloud.google.com/apis/credentials"}],"tools":[{"id":"list-emails","name":"List Emails","description":"List email message IDs from inbox. Use get-email to fetch full content for each message.","requiresWrite":false,"endpoint":{"method":"GET","url":"https://gmail.googleapis.com/gmail/v1/users/me/messages","params":{"maxResults":{"type":"number","in":"query","description":"Maximum number of messages to return (1-500)","default":20},"q":{"type":"string","in":"query","description":"Gmail search query (e.g. is:unread, from:user@example.com)"},"labelIds":{"type":"string[]","in":"query","description":"Only return messages with these label IDs (e.g. INBOX, UNREAD)"}},"response":{"transform":"messages"}}},{"id":"send-email","name":"Send Email","description":"Send an email to recipients","requiresWrite":true,"endpoint":{"method":"POST","url":"https://gmail.googleapis.com/gmail/v1/users/me/messages/send","body":{"raw":{"type":"string","description":"Base64url-encoded RFC 2822 email message","required":true}}}},{"id":"get-email","name":"Get Email","description":"Get a specific email by ID with full content","requiresWrite":false,"endpoint":{"method":"GET","url":"https://gmail.googleapis.com/gmail/v1/users/me/messages/{messageId}","params":{"messageId":{"type":"string","in":"path","description":"Email message ID","required":true},"format":{"type":"string","in":"query","description":"Format: full, metadata, minimal, raw","default":"full"}}}},{"id":"search-emails","name":"Search Emails","description":"Search emails by query","requiresWrite":false,"endpoint":{"method":"GET","url":"https://gmail.googleapis.com/gmail/v1/users/me/messages","params":{"q":{"type":"string","in":"query","description":"Gmail search query","required":true},"maxResults":{"type":"number","in":"query","description":"Maximum results","default":10}},"response":{"transform":"messages"}}}],"prompts":[{"id":"summarize-emails","title":"Summarize today's emails","prompt":"Summarize my unread emails from today. Group them by priority and highlight any that need immediate attention.","category":"productivity","icon":"mail"},{"id":"draft-reply","title":"Draft a quick reply","prompt":"Help me draft a reply to my most recent email. Keep it professional and concise.","category":"productivity","icon":"reply"},{"id":"find-emails","title":"Find important emails","prompt":"Search my emails for important messages from the past week that I might have missed.","category":"productivity","icon":"search"}],"suggestedWith":["calendar","slack"]},
23
- {"name":"hubspot","displayName":"HubSpot","icon":"hubspot.svg","description":"Manage contacts, companies, and deals in your HubSpot CRM","auth":{"type":"oauth2","provider":"hubspot","authorizationUrl":"https://app.hubspot.com/oauth/authorize","tokenUrl":"https://api.hubapi.com/oauth/v1/token","scopes":["crm.objects.contacts.read","crm.objects.contacts.write","crm.objects.companies.read","crm.objects.deals.read"],"tokenAuthMethod":"request_body","requiredApis":[{"name":"HubSpot App","enableUrl":"https://app.hubspot.com/developer"}]},"envVars":[{"name":"HUBSPOT_CLIENT_ID","description":"HubSpot OAuth Client ID (from your app)","required":true,"sensitive":false,"docsUrl":"https://app.hubspot.com/developer"},{"name":"HUBSPOT_CLIENT_SECRET","description":"HubSpot OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://app.hubspot.com/developer"}],"tools":[{"id":"list-contacts","name":"List Contacts","description":"List contacts from your HubSpot CRM","requiresWrite":false},{"id":"get-contact","name":"Get Contact","description":"Get detailed information about a specific contact","requiresWrite":false},{"id":"create-contact","name":"Create Contact","description":"Create a new contact in HubSpot CRM","requiresWrite":true},{"id":"list-deals","name":"List Deals","description":"List sales deals from your HubSpot CRM","requiresWrite":false},{"id":"create-deal","name":"Create Deal","description":"Create a new deal in HubSpot CRM","requiresWrite":true}],"prompts":[{"id":"find-contacts","title":"Find contacts","prompt":"Search for contacts in my HubSpot CRM and show me their key information.","category":"crm","icon":"search"},{"id":"create-contact","title":"Create a contact","prompt":"Create a new contact in HubSpot CRM with the information I provide.","category":"crm","icon":"plus"},{"id":"pipeline-summary","title":"Pipeline summary","prompt":"Show me a summary of my current sales deals and pipeline status.","category":"crm","icon":"chart"}],"suggestedWith":["gmail","slack","calendar"]},
24
- {"name":"intercom","displayName":"Intercom","icon":"intercom.svg","description":"Customer messaging platform for support and engagement","auth":{"type":"oauth2","provider":"intercom","authorizationUrl":"https://app.intercom.com/oauth","tokenUrl":"https://api.intercom.io/auth/eagle/token","scopes":[],"requiredApis":[{"name":"Intercom Developer Hub","enableUrl":"https://developers.intercom.com/building-apps/"}]},"envVars":[{"name":"INTERCOM_CLIENT_ID","description":"Intercom OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://developers.intercom.com/building-apps/docs/setting-up-oauth"},{"name":"INTERCOM_CLIENT_SECRET","description":"Intercom OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://developers.intercom.com/building-apps/docs/setting-up-oauth"}],"tools":[{"id":"list-contacts","name":"List Contacts","description":"List contacts from Intercom workspace","requiresWrite":false},{"id":"get-contact","name":"Get Contact","description":"Get details of a specific contact","requiresWrite":false},{"id":"list-conversations","name":"List Conversations","description":"List conversations from Intercom","requiresWrite":false},{"id":"get-conversation","name":"Get Conversation","description":"Get details of a specific conversation","requiresWrite":false},{"id":"send-message","name":"Send Message","description":"Send a message in a conversation","requiresWrite":true}],"prompts":[{"id":"recent-conversations","title":"Show recent conversations","prompt":"List the most recent customer conversations from Intercom with their status and priority.","category":"support","icon":"message-circle"},{"id":"find-contact","title":"Find a contact","prompt":"Search for a contact in Intercom and show their details and conversation history.","category":"support","icon":"user"}],"suggestedWith":["slack","zendesk","hubspot"]},
25
- {"name":"jira","displayName":"Jira","icon":"jira.svg","description":"Search, create, and manage Jira issues and projects","auth":{"type":"oauth2","provider":"atlassian","authorizationUrl":"https://auth.atlassian.com/authorize","tokenUrl":"https://auth.atlassian.com/oauth/token","scopes":["read:jira-work","write:jira-work","read:jira-user","offline_access"],"tokenAuthMethod":"body","requiredApis":[{"name":"Atlassian OAuth 2.0","enableUrl":"https://developer.atlassian.com/console/myapps/"}],"additionalAuthParams":{"audience":"api.atlassian.com","prompt":"consent"}},"envVars":[{"name":"ATLASSIAN_CLIENT_ID","description":"Atlassian OAuth 2.0 Client ID (from your app)","required":true,"sensitive":false,"docsUrl":"https://developer.atlassian.com/console/myapps/"},{"name":"ATLASSIAN_CLIENT_SECRET","description":"Atlassian OAuth 2.0 Client Secret","required":true,"sensitive":true,"docsUrl":"https://developer.atlassian.com/console/myapps/"}],"tools":[{"id":"search-issues","name":"Search Issues","description":"Search Jira issues using JQL (Jira Query Language)","requiresWrite":false},{"id":"get-issue","name":"Get Issue","description":"Get detailed information about a specific Jira issue","requiresWrite":false},{"id":"create-issue","name":"Create Issue","description":"Create a new Jira issue in a project","requiresWrite":true},{"id":"update-issue","name":"Update Issue","description":"Update an existing Jira issue (status, fields, etc.)","requiresWrite":true},{"id":"list-projects","name":"List Projects","description":"List all accessible Jira projects","requiresWrite":false}],"prompts":[{"id":"find-bugs","title":"Find open bugs","prompt":"Search for all open bugs assigned to me or in my current sprint.","category":"productivity","icon":"bug"},{"id":"create-task","title":"Create a task","prompt":"Create a new task in Jira with a title, description, and priority.","category":"productivity","icon":"plus"},{"id":"sprint-summary","title":"Sprint summary","prompt":"Get a summary of all issues in the current sprint, organized by status.","category":"productivity","icon":"list"},{"id":"update-status","title":"Update issue status","prompt":"Move an issue to a different status (To Do, In Progress, Done, etc.).","category":"productivity","icon":"check"}],"suggestedWith":["github","slack","confluence"]},
26
- {"name":"linear","displayName":"Linear","icon":"linear.svg","description":"Search, create, and manage Linear issues and projects","auth":{"type":"oauth2","provider":"linear","authorizationUrl":"https://linear.app/oauth/authorize","tokenUrl":"https://api.linear.app/oauth/token","scopes":["read","write"],"tokenAuthMethod":"basic","requiredApis":[{"name":"Linear OAuth Application","enableUrl":"https://linear.app/settings/api"}]},"envVars":[{"name":"LINEAR_CLIENT_ID","description":"Linear OAuth Client ID (from your OAuth application)","required":true,"sensitive":false,"docsUrl":"https://linear.app/settings/api"},{"name":"LINEAR_CLIENT_SECRET","description":"Linear OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://linear.app/settings/api"}],"tools":[{"id":"search-issues","name":"Search Issues","description":"Search for Linear issues by title or description","requiresWrite":false,"endpoint":{"type":"graphql","method":"POST","url":"https://api.linear.app/graphql","query":"query($query: String!, $first: Int) { issueSearch(query: $query, first: $first) { nodes { id identifier title description state { name } assignee { name } priority priorityLabel createdAt updatedAt } } }","params":{"query":{"type":"string","in":"body","description":"Search query text","required":true},"first":{"type":"number","in":"body","description":"Max results","default":20}},"response":{"transform":"issueSearch"}}},{"id":"get-issue","name":"Get Issue","description":"Get detailed information about a specific Linear issue","requiresWrite":false,"endpoint":{"type":"graphql","method":"POST","url":"https://api.linear.app/graphql","query":"query($id: String!) { issue(id: $id) { id identifier title description state { name } assignee { name email } priority priorityLabel team { name } project { name } labels { nodes { name } } comments { nodes { body user { name } createdAt } } createdAt updatedAt } }","params":{"id":{"type":"string","in":"body","description":"Issue ID or identifier (e.g. ENG-123)","required":true}},"response":{"transform":"issue"}}},{"id":"create-issue","name":"Create Issue","description":"Create a new Linear issue in a team","requiresWrite":true,"endpoint":{"type":"graphql","method":"POST","url":"https://api.linear.app/graphql","query":"mutation($teamId: String!, $title: String!, $description: String, $priority: Int) { issueCreate(input: { teamId: $teamId, title: $title, description: $description, priority: $priority }) { success issue { id identifier title url } } }","params":{"teamId":{"type":"string","in":"body","description":"Team ID","required":true},"title":{"type":"string","in":"body","description":"Issue title","required":true},"description":{"type":"string","in":"body","description":"Issue description (markdown)"},"priority":{"type":"number","in":"body","description":"Priority (0=none, 1=urgent, 2=high, 3=medium, 4=low)"}},"response":{"transform":"issueCreate"}}},{"id":"update-issue","name":"Update Issue","description":"Update the status, assignee, or other properties of an issue","requiresWrite":true,"endpoint":{"type":"graphql","method":"POST","url":"https://api.linear.app/graphql","query":"mutation($id: String!, $stateId: String, $assigneeId: String, $priority: Int) { issueUpdate(id: $id, input: { stateId: $stateId, assigneeId: $assigneeId, priority: $priority }) { success issue { id identifier title state { name } assignee { name } } } }","params":{"id":{"type":"string","in":"body","description":"Issue ID","required":true},"stateId":{"type":"string","in":"body","description":"New state ID"},"assigneeId":{"type":"string","in":"body","description":"New assignee user ID"},"priority":{"type":"number","in":"body","description":"New priority"}},"response":{"transform":"issueUpdate"}}},{"id":"list-projects","name":"List Projects","description":"List all projects in the workspace","requiresWrite":false,"endpoint":{"type":"graphql","method":"POST","url":"https://api.linear.app/graphql","query":"query($first: Int) { projects(first: $first) { nodes { id name description state startDate targetDate lead { name } teams { nodes { name } } } } }","params":{"first":{"type":"number","in":"body","description":"Max results","default":50}},"response":{"transform":"projects"}}}],"prompts":[{"id":"find-issues","title":"Find my issues","prompt":"Search for Linear issues assigned to me or related to a specific topic.","category":"productivity","icon":"search"},{"id":"create-bug-report","title":"Create bug report","prompt":"Create a new bug report in Linear with title, description, and relevant labels.","category":"productivity","icon":"plus"},{"id":"update-issue-status","title":"Update issue status","prompt":"Update the status of a Linear issue (e.g., mark as done, in progress, blocked).","category":"productivity","icon":"check"},{"id":"project-overview","title":"Project overview","prompt":"Get an overview of all projects in Linear, including their status and key issues.","category":"productivity","icon":"list"}],"suggestedWith":["github","slack","figma"]},
27
- {"name":"mailchimp","displayName":"Mailchimp","icon":"mailchimp.svg","description":"Manage email campaigns, lists, and subscribers in Mailchimp","auth":{"type":"oauth2","provider":"mailchimp","authorizationUrl":"https://login.mailchimp.com/oauth2/authorize","tokenUrl":"https://login.mailchimp.com/oauth2/token","scopes":[],"requiredApis":[{"name":"Mailchimp API","enableUrl":"https://admin.mailchimp.com/account/oauth2/"}]},"envVars":[{"name":"MAILCHIMP_CLIENT_ID","description":"Mailchimp OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://mailchimp.com/developer/marketing/guides/access-user-data-oauth-2/"},{"name":"MAILCHIMP_CLIENT_SECRET","description":"Mailchimp OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://mailchimp.com/developer/marketing/guides/access-user-data-oauth-2/"}],"tools":[{"id":"list-campaigns","name":"List Campaigns","description":"List all email campaigns in Mailchimp","requiresWrite":false},{"id":"get-campaign","name":"Get Campaign","description":"Get details of a specific campaign","requiresWrite":false},{"id":"list-lists","name":"List Audience Lists","description":"List all audience lists (mailing lists) in Mailchimp","requiresWrite":false},{"id":"get-list","name":"Get Audience List","description":"Get details of a specific audience list","requiresWrite":false},{"id":"list-members","name":"List Members","description":"List subscribers/members in an audience list","requiresWrite":false}],"prompts":[{"id":"campaign-stats","title":"Show campaign stats","prompt":"Show me the performance statistics for my recent email campaigns in Mailchimp.","category":"marketing","icon":"chart"},{"id":"list-subscribers","title":"List subscribers","prompt":"Show me the subscribers in my main email list with their subscription status.","category":"marketing","icon":"users"}],"suggestedWith":["slack","notion","hubspot"]},
28
- {"name":"mixpanel","displayName":"Mixpanel","icon":"mixpanel.svg","description":"Track events, analyze funnels, and understand user behavior with Mixpanel analytics","auth":{"type":"api-key","requiredApis":[{"name":"Mixpanel API","enableUrl":"https://mixpanel.com/settings/project"}],"keyName":"MIXPANEL_PROJECT_TOKEN"},"envVars":[{"name":"MIXPANEL_PROJECT_TOKEN","description":"Mixpanel Project Token for event tracking","required":true,"sensitive":true,"docsUrl":"https://docs.mixpanel.com/docs/tracking-methods/id-management/authentication"},{"name":"MIXPANEL_API_SECRET","description":"Mixpanel API Secret for data export and query operations","required":true,"sensitive":true,"docsUrl":"https://developer.mixpanel.com/reference/authentication"},{"name":"MIXPANEL_PROJECT_ID","description":"Mixpanel Project ID (found in project settings)","required":true,"sensitive":false,"docsUrl":"https://docs.mixpanel.com/docs/admin/organizations-projects/manage-projects"}],"tools":[{"id":"track-event","name":"Track Event","description":"Track a custom event in Mixpanel with properties","requiresWrite":true},{"id":"query-events","name":"Query Events","description":"Query and export event data from Mixpanel","requiresWrite":false},{"id":"get-funnel","name":"Get Funnel","description":"Retrieve funnel analysis data to understand conversion rates","requiresWrite":false},{"id":"get-retention","name":"Get Retention","description":"Analyze user retention cohorts over time","requiresWrite":false},{"id":"list-cohorts","name":"List Cohorts","description":"List all user cohorts defined in your Mixpanel project","requiresWrite":false}],"prompts":[{"id":"event-analysis","title":"Event analysis","prompt":"Show me the most important events tracked in my Mixpanel project over the last 7 days and their trends.","category":"analytics","icon":"chart"},{"id":"funnel-performance","title":"Funnel performance","prompt":"Analyze my key conversion funnels and identify where users are dropping off.","category":"analytics","icon":"funnel"},{"id":"retention-insights","title":"Retention insights","prompt":"Give me insights about user retention and cohort behavior over the past month.","category":"analytics","icon":"users"}],"suggestedWith":["slack","analytics","monitoring"]},
29
- {"name":"monday","displayName":"Monday.com","icon":"monday.svg","description":"Manage projects, tasks, and workflows in Monday.com","auth":{"type":"oauth2","provider":"monday","authorizationUrl":"https://auth.monday.com/oauth2/authorize","tokenUrl":"https://auth.monday.com/oauth2/token","scopes":["me:read","boards:read","boards:write"],"requiredApis":[{"name":"Monday.com Developers","enableUrl":"https://monday.com/developers/apps"}]},"envVars":[{"name":"MONDAY_CLIENT_ID","description":"Monday.com OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://developer.monday.com/apps/docs/oauth"},{"name":"MONDAY_CLIENT_SECRET","description":"Monday.com OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://developer.monday.com/apps/docs/oauth"}],"tools":[{"id":"list-boards","name":"List Boards","description":"List all boards in the workspace","requiresWrite":false},{"id":"list-items","name":"List Items","description":"List items in a board","requiresWrite":false},{"id":"get-item","name":"Get Item","description":"Get details of a specific item","requiresWrite":false},{"id":"create-item","name":"Create Item","description":"Create a new item in a board","requiresWrite":true},{"id":"update-item","name":"Update Item","description":"Update an existing item","requiresWrite":true}],"prompts":[{"id":"my-items","title":"Show my items","prompt":"List all items assigned to me in Monday.com with their status and due dates.","category":"productivity","icon":"list"},{"id":"create-item","title":"Create an item","prompt":"Create a new item with a name, status, and assign it to someone.","category":"productivity","icon":"plus"}],"suggestedWith":["slack","notion","asana"]},
30
- {"name":"neon","displayName":"Neon","icon":"neon.svg","description":"Manage Neon Postgres projects, branches, and execute database queries","auth":{"type":"api-key","requiredApis":[{"name":"Neon Management API","enableUrl":"https://console.neon.tech/app/settings/api-keys"}],"tokenName":"API Key","docsUrl":"https://neon.tech/docs/manage/api-keys"},"envVars":[{"name":"NEON_API_KEY","description":"Neon API Key for Management API access","required":true,"sensitive":true,"docsUrl":"https://neon.tech/docs/manage/api-keys"},{"name":"DATABASE_URL","description":"PostgreSQL connection string for database queries","required":true,"sensitive":true,"docsUrl":"https://neon.tech/docs/connect/connect-from-any-app"}],"npmDependencies":{"pg":"^8.13.1"},"tools":[{"id":"list-projects","name":"List Projects","description":"List all Neon projects in your account","requiresWrite":false},{"id":"list-branches","name":"List Branches","description":"List all branches for a specific project","requiresWrite":false},{"id":"query-database","name":"Query Database","description":"Execute SQL queries against the connected database","requiresWrite":false},{"id":"list-tables","name":"List Tables","description":"List all tables in the connected database","requiresWrite":false},{"id":"describe-table","name":"Describe Table","description":"Get detailed schema information for a specific table","requiresWrite":false}],"prompts":[{"id":"check-db-status","title":"Check database status","prompt":"Show me the status of my Neon projects and their branches.","category":"database","icon":"database"},{"id":"explore-schema","title":"Explore database schema","prompt":"List all tables in my database and show me the schema for the main tables.","category":"database","icon":"table"},{"id":"query-data","title":"Query database","prompt":"Help me query my database to find specific data.","category":"database","icon":"search"}],"suggestedWith":["stripe","clerk","vercel"]},
31
- {"name":"notion","displayName":"Notion","icon":"notion.svg","description":"Search, read, and create pages in Notion workspaces","auth":{"type":"oauth2","provider":"notion","authorizationUrl":"https://api.notion.com/v1/oauth/authorize","tokenUrl":"https://api.notion.com/v1/oauth/token","scopes":[],"tokenAuthMethod":"basic","requiredApis":[{"name":"Notion Integration","enableUrl":"https://www.notion.so/my-integrations"}]},"envVars":[{"name":"NOTION_CLIENT_ID","description":"Notion OAuth Client ID (from your integration)","required":true,"sensitive":false,"docsUrl":"https://www.notion.so/my-integrations"},{"name":"NOTION_CLIENT_SECRET","description":"Notion OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://www.notion.so/my-integrations"}],"tools":[{"id":"search-notion","name":"Search Notion","description":"Search pages and databases in the workspace","requiresWrite":false},{"id":"read-page","name":"Read Page","description":"Read the content of a Notion page","requiresWrite":false},{"id":"create-page","name":"Create Page","description":"Create a new page in a database or as a subpage","requiresWrite":true},{"id":"query-database","name":"Query Database","description":"Query a Notion database with filters and sorts","requiresWrite":false}],"prompts":[{"id":"search-docs","title":"Search my docs","prompt":"Search my Notion workspace for relevant documentation or notes about a topic.","category":"productivity","icon":"search"},{"id":"summarize-page","title":"Summarize a page","prompt":"Read and summarize a specific Notion page. Extract the key points and action items.","category":"productivity","icon":"document"},{"id":"create-meeting-notes","title":"Create meeting notes","prompt":"Create a new meeting notes page with today's date, attendees, agenda, and action items sections.","category":"productivity","icon":"plus"}],"suggestedWith":["gmail","slack","calendar"]},
32
- {"name":"onedrive","displayName":"OneDrive","icon":"onedrive.svg","description":"Access and manage files in Microsoft OneDrive","auth":{"type":"oauth2","provider":"microsoft","authorizationUrl":"https://login.microsoftonline.com/common/oauth2/v2.0/authorize","tokenUrl":"https://login.microsoftonline.com/common/oauth2/v2.0/token","scopes":["Files.Read","Files.ReadWrite","Files.Read.All","Files.ReadWrite.All","offline_access"],"tokenAuthMethod":"body","requiredApis":[{"name":"Microsoft Graph API","enableUrl":"https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade"}]},"envVars":[{"name":"MICROSOFT_CLIENT_ID","description":"Microsoft Azure App Client ID (shared with Outlook/Teams/SharePoint)","required":true,"sensitive":false,"docsUrl":"https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade"},{"name":"MICROSOFT_CLIENT_SECRET","description":"Microsoft Azure App Client Secret","required":true,"sensitive":true,"docsUrl":"https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade"}],"tools":[{"id":"list-files","name":"List Files","description":"List files and folders in a OneDrive folder","requiresWrite":false},{"id":"search-files","name":"Search Files","description":"Search for files and folders in OneDrive by name or content","requiresWrite":false},{"id":"upload-file","name":"Upload File","description":"Upload or update a file in OneDrive","requiresWrite":true},{"id":"download-file","name":"Download File","description":"Download file content from OneDrive","requiresWrite":false}],"prompts":[{"id":"search-documents","title":"Search documents","prompt":"Search for documents in OneDrive and summarize their content.","category":"productivity","icon":"search"},{"id":"list-recent-files","title":"List recent files","prompt":"Show me the most recently modified files in my OneDrive.","category":"productivity","icon":"document"},{"id":"organize-files","title":"Organize files","prompt":"Help me organize and manage files in my OneDrive storage.","category":"productivity","icon":"folder"},{"id":"backup-file","title":"Backup a file","prompt":"Upload and backup a file to my OneDrive storage.","category":"productivity","icon":"upload"}],"suggestedWith":["outlook","teams","sharepoint"]},
33
- {"name":"outlook","displayName":"Microsoft Outlook","icon":"outlook.svg","description":"Read, send, and manage Outlook emails","auth":{"type":"oauth2","provider":"microsoft","authorizationUrl":"https://login.microsoftonline.com/common/oauth2/v2.0/authorize","tokenUrl":"https://login.microsoftonline.com/common/oauth2/v2.0/token","scopes":["Mail.Read","Mail.Send","Mail.ReadWrite","offline_access"],"tokenAuthMethod":"body","requiredApis":[{"name":"Microsoft Graph API","enableUrl":"https://portal.azure.com/#view/Microsoft_AAD_RegisteredApps/ApplicationsListBlade"}]},"envVars":[{"name":"MICROSOFT_CLIENT_ID","description":"Microsoft Azure App Client ID (Application ID)","required":true,"sensitive":false,"docsUrl":"https://portal.azure.com/#view/Microsoft_AAD_RegisteredApps/ApplicationsListBlade"},{"name":"MICROSOFT_CLIENT_SECRET","description":"Microsoft Azure App Client Secret","required":true,"sensitive":true,"docsUrl":"https://portal.azure.com/#view/Microsoft_AAD_RegisteredApps/ApplicationsListBlade"}],"tools":[{"id":"list-emails","name":"List Emails","description":"List recent emails from inbox or a specific folder","requiresWrite":false},{"id":"get-email","name":"Get Email","description":"Get detailed information about a specific email","requiresWrite":false},{"id":"send-email","name":"Send Email","description":"Send a new email message","requiresWrite":true},{"id":"search-emails","name":"Search Emails","description":"Search emails by query, subject, sender, or date","requiresWrite":false},{"id":"list-folders","name":"List Folders","description":"List all mail folders in the mailbox","requiresWrite":false}],"prompts":[{"id":"check-emails","title":"Check my emails","prompt":"List my recent unread emails and summarize the most important ones.","category":"productivity","icon":"mail"},{"id":"search-emails","title":"Search my emails","prompt":"Search my emails for specific topics, senders, or date ranges.","category":"productivity","icon":"search"},{"id":"draft-email","title":"Draft an email","prompt":"Help me draft a professional email with proper formatting and tone.","category":"productivity","icon":"compose"}],"suggestedWith":["teams","calendar","gmail"]},
34
- {"name":"pipedrive","displayName":"Pipedrive","icon":"pipedrive.svg","description":"Manage deals, contacts, and sales pipeline in Pipedrive","auth":{"type":"oauth2","provider":"pipedrive","authorizationUrl":"https://oauth.pipedrive.com/oauth/authorize","tokenUrl":"https://oauth.pipedrive.com/oauth/token","scopes":[],"requiredApis":[{"name":"Pipedrive Developer Hub","enableUrl":"https://developers.pipedrive.com/docs/marketplace"}]},"envVars":[{"name":"PIPEDRIVE_CLIENT_ID","description":"Pipedrive OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://developers.pipedrive.com/docs/marketplace/oauth"},{"name":"PIPEDRIVE_CLIENT_SECRET","description":"Pipedrive OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://developers.pipedrive.com/docs/marketplace/oauth"}],"tools":[{"id":"list-deals","name":"List Deals","description":"List deals in the sales pipeline","requiresWrite":false},{"id":"get-deal","name":"Get Deal","description":"Get details of a specific deal","requiresWrite":false},{"id":"create-deal","name":"Create Deal","description":"Create a new deal in the pipeline","requiresWrite":true},{"id":"update-deal","name":"Update Deal","description":"Update an existing deal","requiresWrite":true},{"id":"list-persons","name":"List Persons","description":"List contacts/persons in Pipedrive","requiresWrite":false}],"prompts":[{"id":"my-deals","title":"Show my deals","prompt":"List all deals in my Pipedrive pipeline with their values and stages.","category":"sales","icon":"currency"},{"id":"create-deal","title":"Create a deal","prompt":"Create a new deal with a title, value, and contact person.","category":"sales","icon":"plus"}],"suggestedWith":["hubspot","salesforce","slack"]},
35
- {"name":"posthog","displayName":"PostHog","icon":"posthog.svg","description":"Access analytics, feature flags, and user insights from PostHog","auth":{"type":"api-key","requiredApis":[{"name":"PostHog API","enableUrl":"https://app.posthog.com/project/settings"}],"keyName":"POSTHOG_API_KEY","headerName":"Authorization","headerPrefix":"Bearer"},"envVars":[{"name":"POSTHOG_API_KEY","description":"PostHog Personal API Key","required":true,"sensitive":true,"docsUrl":"https://posthog.com/docs/api/overview"},{"name":"POSTHOG_HOST","description":"PostHog API host (defaults to https://app.posthog.com)","required":false,"sensitive":false,"docsUrl":"https://posthog.com/docs/self-host"}],"tools":[{"id":"get-trends","name":"Get Trends","description":"Retrieve event trends and analytics data","requiresWrite":false},{"id":"list-feature-flags","name":"List Feature Flags","description":"List all feature flags in your PostHog project","requiresWrite":false},{"id":"list-persons","name":"List Persons","description":"List persons/users tracked in PostHog","requiresWrite":false},{"id":"capture-event","name":"Capture Event","description":"Track a custom event in PostHog","requiresWrite":true}],"prompts":[{"id":"trend-analysis","title":"Trend analysis","prompt":"Show me the trends for key events in my PostHog project over the last 7 days.","category":"analytics","icon":"chart"},{"id":"feature-flag-status","title":"Feature flag status","prompt":"List all active feature flags and their current rollout status.","category":"analytics","icon":"flag"},{"id":"user-insights","title":"User insights","prompt":"Give me insights about recent user activity and top users in my PostHog project.","category":"analytics","icon":"users"}],"suggestedWith":["slack","analytics","monitoring"]},
36
- {"name":"quickbooks","displayName":"QuickBooks","icon":"quickbooks.svg","description":"Manage invoices, customers, and accounting in QuickBooks","auth":{"type":"oauth2","provider":"quickbooks","authorizationUrl":"https://appcenter.intuit.com/connect/oauth2","tokenUrl":"https://oauth.platform.intuit.com/oauth2/v1/tokens/bearer","scopes":["com.intuit.quickbooks.accounting"],"requiredApis":[{"name":"QuickBooks Developer Portal","enableUrl":"https://developer.intuit.com/app/developer/myapps"}]},"envVars":[{"name":"QUICKBOOKS_CLIENT_ID","description":"QuickBooks OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://developer.intuit.com/app/developer/qbo/docs/develop/authentication-and-authorization/oauth-2.0"},{"name":"QUICKBOOKS_CLIENT_SECRET","description":"QuickBooks OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://developer.intuit.com/app/developer/qbo/docs/develop/authentication-and-authorization/oauth-2.0"}],"tools":[{"id":"list-invoices","name":"List Invoices","description":"List invoices from QuickBooks","requiresWrite":false},{"id":"get-invoice","name":"Get Invoice","description":"Get details of a specific invoice","requiresWrite":false},{"id":"create-invoice","name":"Create Invoice","description":"Create a new invoice in QuickBooks","requiresWrite":true},{"id":"list-customers","name":"List Customers","description":"List all customers in QuickBooks","requiresWrite":false},{"id":"get-customer","name":"Get Customer","description":"Get details of a specific customer","requiresWrite":false}],"prompts":[{"id":"recent-invoices","title":"Show recent invoices","prompt":"List the most recent invoices from QuickBooks with their status and amounts.","category":"accounting","icon":"receipt"},{"id":"create-invoice","title":"Create an invoice","prompt":"Create a new invoice for a customer with line items and amounts.","category":"accounting","icon":"plus"}],"suggestedWith":["stripe","xero","hubspot"]},
37
- {"name":"salesforce","displayName":"Salesforce","icon":"salesforce.svg","description":"Manage accounts, contacts, opportunities, and leads in your Salesforce CRM","auth":{"type":"oauth2","provider":"salesforce","authorizationUrl":"https://login.salesforce.com/services/oauth2/authorize","tokenUrl":"https://login.salesforce.com/services/oauth2/token","scopes":["api","refresh_token","offline_access"],"tokenAuthMethod":"request_body","requiredApis":[{"name":"Salesforce Connected App","enableUrl":"https://login.salesforce.com/"}]},"envVars":[{"name":"SALESFORCE_CLIENT_ID","description":"Salesforce OAuth Consumer Key (from your Connected App)","required":true,"sensitive":false,"docsUrl":"https://help.salesforce.com/s/articleView?id=sf.connected_app_create.htm"},{"name":"SALESFORCE_CLIENT_SECRET","description":"Salesforce OAuth Consumer Secret","required":true,"sensitive":true,"docsUrl":"https://help.salesforce.com/s/articleView?id=sf.connected_app_create.htm"}],"tools":[{"id":"list-accounts","name":"List Accounts","description":"List accounts from your Salesforce CRM","requiresWrite":false},{"id":"get-account","name":"Get Account","description":"Get detailed information about a specific account","requiresWrite":false},{"id":"list-contacts","name":"List Contacts","description":"List contacts from your Salesforce CRM","requiresWrite":false},{"id":"list-opportunities","name":"List Opportunities","description":"List sales opportunities from your Salesforce CRM","requiresWrite":false},{"id":"create-lead","name":"Create Lead","description":"Create a new lead in Salesforce CRM","requiresWrite":true}],"prompts":[{"id":"find-accounts","title":"Find accounts","prompt":"Search for accounts in my Salesforce CRM and show me their key information.","category":"crm","icon":"search"},{"id":"create-lead","title":"Create a lead","prompt":"Create a new lead in Salesforce CRM with the information I provide.","category":"crm","icon":"plus"},{"id":"pipeline-summary","title":"Pipeline summary","prompt":"Show me a summary of my current sales opportunities and pipeline status.","category":"crm","icon":"chart"},{"id":"contact-lookup","title":"Contact lookup","prompt":"Find and display information about specific contacts in my Salesforce CRM.","category":"crm","icon":"user"}],"suggestedWith":["gmail","slack","calendar"]},
38
- {"name":"sentry","displayName":"Sentry","icon":"sentry.svg","description":"Monitor errors, track issues, and manage Sentry projects","auth":{"type":"api-key","requiredApis":[{"name":"Sentry API","enableUrl":"https://sentry.io/settings/account/api/auth-tokens/"}],"tokenName":"Auth Token","docsUrl":"https://docs.sentry.io/api/auth/"},"envVars":[{"name":"SENTRY_AUTH_TOKEN","description":"Sentry Auth Token for API access","required":true,"sensitive":true,"docsUrl":"https://docs.sentry.io/api/auth/"},{"name":"SENTRY_ORG","description":"Your Sentry organization slug","required":true,"sensitive":false,"docsUrl":"https://docs.sentry.io/api/"}],"tools":[{"id":"list-projects","name":"List Projects","description":"List all projects in your Sentry organization","requiresWrite":false},{"id":"list-issues","name":"List Issues","description":"List issues/errors in a Sentry project with optional filters","requiresWrite":false},{"id":"get-issue","name":"Get Issue","description":"Get detailed information about a specific Sentry issue","requiresWrite":false},{"id":"resolve-issue","name":"Resolve Issue","description":"Mark a Sentry issue as resolved","requiresWrite":true}],"prompts":[{"id":"check-errors","title":"Check recent errors","prompt":"Show me recent errors and issues in my Sentry projects and help me prioritize which ones to fix.","category":"development","icon":"alert-triangle"},{"id":"analyze-issue","title":"Analyze an issue","prompt":"Help me analyze a specific Sentry issue, understand its root cause, and suggest a fix.","category":"development","icon":"bug"},{"id":"project-health","title":"Project health check","prompt":"Give me an overview of the health of my Sentry projects, including error rates and trending issues.","category":"analytics","icon":"activity"}],"suggestedWith":["github","slack","linear"],"category":"development"},
39
- {"name":"servicenow","displayName":"ServiceNow","icon":"servicenow.svg","description":"IT Service Management - incidents, changes, and service requests","auth":{"type":"oauth2","provider":"servicenow","scopes":["useraccount","openid"]},"envVars":[{"name":"SERVICENOW_INSTANCE","description":"ServiceNow instance URL (e.g. your-instance.service-now.com)","required":true},{"name":"SERVICENOW_CLIENT_ID","description":"ServiceNow OAuth Client ID","required":true},{"name":"SERVICENOW_CLIENT_SECRET","description":"ServiceNow OAuth Client Secret","required":true,"sensitive":true}],"tools":[{"id":"list-incidents","name":"List Incidents","description":"List ServiceNow incidents with optional filters"},{"id":"get-incident","name":"Get Incident","description":"Get details of a specific incident"},{"id":"create-incident","name":"Create Incident","description":"Create a new incident in ServiceNow"},{"id":"update-incident","name":"Update Incident","description":"Update an existing incident"},{"id":"search-knowledge","name":"Search Knowledge Base","description":"Search ServiceNow knowledge base articles"}],"prompts":[{"id":"check-ticket-status","title":"Check ticket status","prompt":"Check the status of my recent ServiceNow incidents and summarize any that need attention.","category":"productivity"},{"id":"create-incident-report","title":"Create incident","prompt":"Help me create a new incident in ServiceNow with the appropriate priority and category.","category":"productivity"},{"id":"search-kb","title":"Search knowledge base","prompt":"Search the ServiceNow knowledge base for solutions to common issues.","category":"research"}],"suggestedWith":["slack","jira"],"category":"enterprise"},
40
- {"name":"sharepoint","displayName":"SharePoint","icon":"sharepoint.svg","description":"Access and manage SharePoint sites, document libraries, and files","auth":{"type":"oauth2","provider":"microsoft","authorizationUrl":"https://login.microsoftonline.com/common/oauth2/v2.0/authorize","tokenUrl":"https://login.microsoftonline.com/common/oauth2/v2.0/token","scopes":["Sites.Read.All","Sites.ReadWrite.All","Files.Read.All","Files.ReadWrite.All","offline_access"],"tokenAuthMethod":"body","requiredApis":[{"name":"Microsoft Graph API","enableUrl":"https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade"}]},"envVars":[{"name":"MICROSOFT_CLIENT_ID","description":"Microsoft Azure App Client ID (shared with Outlook/Teams)","required":true,"sensitive":false,"docsUrl":"https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade"},{"name":"MICROSOFT_CLIENT_SECRET","description":"Microsoft Azure App Client Secret","required":true,"sensitive":true,"docsUrl":"https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade"}],"tools":[{"id":"list-sites","name":"List SharePoint Sites","description":"List all SharePoint sites the user has access to","requiresWrite":false},{"id":"get-site","name":"Get Site Details","description":"Get detailed information about a specific SharePoint site","requiresWrite":false},{"id":"list-files","name":"List Files","description":"List files and folders in a SharePoint document library","requiresWrite":false},{"id":"get-file","name":"Get File","description":"Get file metadata and content from SharePoint","requiresWrite":false},{"id":"upload-file","name":"Upload File","description":"Upload a file to a SharePoint document library","requiresWrite":true}],"prompts":[{"id":"search-documents","title":"Search documents","prompt":"Search for documents in SharePoint sites and summarize their content.","category":"productivity","icon":"search"},{"id":"list-recent-files","title":"List recent files","prompt":"Show me the most recently modified files across all SharePoint sites I have access to.","category":"productivity","icon":"document"},{"id":"organize-documents","title":"Organize documents","prompt":"Help me organize and categorize documents in a SharePoint library.","category":"productivity","icon":"folder"}],"suggestedWith":["outlook","teams","onedrive"]},
41
- {"name":"sheets","displayName":"Google Sheets","icon":"sheets.svg","description":"Read, write, and manage Google Sheets spreadsheets","auth":{"type":"oauth2","provider":"google","authorizationUrl":"https://accounts.google.com/o/oauth2/v2/auth","tokenUrl":"https://oauth2.googleapis.com/token","scopes":["https://www.googleapis.com/auth/spreadsheets","https://www.googleapis.com/auth/drive.readonly"],"requiredApis":[{"name":"Google Sheets API","enableUrl":"https://console.cloud.google.com/apis/library/sheets.googleapis.com"},{"name":"Google Drive API","enableUrl":"https://console.cloud.google.com/apis/library/drive.googleapis.com"}]},"envVars":[{"name":"GOOGLE_CLIENT_ID","description":"Google OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://console.cloud.google.com/apis/credentials"},{"name":"GOOGLE_CLIENT_SECRET","description":"Google OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://console.cloud.google.com/apis/credentials"}],"tools":[{"id":"list-spreadsheets","name":"List Spreadsheets","description":"List recent Google Sheets spreadsheets from Drive","requiresWrite":false},{"id":"get-spreadsheet","name":"Get Spreadsheet","description":"Get spreadsheet metadata including sheet names and properties","requiresWrite":false},{"id":"read-range","name":"Read Range","description":"Read cell data from a spreadsheet range","requiresWrite":false},{"id":"write-range","name":"Write Range","description":"Write data to a spreadsheet range","requiresWrite":true},{"id":"create-spreadsheet","name":"Create Spreadsheet","description":"Create a new spreadsheet with optional initial data","requiresWrite":true}],"prompts":[{"id":"analyze-data","title":"Analyze spreadsheet data","prompt":"Read and analyze data from a Google Sheets spreadsheet. Provide insights, trends, and statistics.","category":"productivity","icon":"chart"},{"id":"create-report","title":"Create a report spreadsheet","prompt":"Create a new Google Sheets spreadsheet with formatted data, headers, and calculations.","category":"productivity","icon":"plus"},{"id":"update-tracker","title":"Update a tracker","prompt":"Update a tracking spreadsheet with new data. Add rows, update values, or calculate totals.","category":"productivity","icon":"edit"}],"suggestedWith":["gmail","calendar","notion"]},
42
- {"name":"shopify","displayName":"Shopify","icon":"shopify.svg","description":"Manage products, orders, and customers in your Shopify store","auth":{"type":"oauth2","provider":"shopify","authorizationUrl":"https://shop.myshopify.com/admin/oauth/authorize","tokenUrl":"https://shop.myshopify.com/admin/oauth/access_token","scopes":["read_products","write_products","read_orders"],"requiredApis":[{"name":"Shopify Admin API","enableUrl":"https://partners.shopify.com"}]},"envVars":[{"name":"SHOPIFY_CLIENT_ID","description":"Shopify OAuth Client ID (API Key)","required":true,"sensitive":false,"docsUrl":"https://shopify.dev/docs/apps/auth/oauth"},{"name":"SHOPIFY_CLIENT_SECRET","description":"Shopify OAuth Client Secret (API Secret Key)","required":true,"sensitive":true,"docsUrl":"https://shopify.dev/docs/apps/auth/oauth"},{"name":"SHOPIFY_SHOP_DOMAIN","description":"Your Shopify store domain (e.g., mystore.myshopify.com)","required":true,"sensitive":false,"docsUrl":"https://shopify.dev/docs/apps/auth/oauth"}],"tools":[{"id":"list-products","name":"List Products","description":"List products in your Shopify store","requiresWrite":false},{"id":"get-product","name":"Get Product","description":"Get details of a specific product","requiresWrite":false},{"id":"list-orders","name":"List Orders","description":"List orders from your Shopify store","requiresWrite":false},{"id":"get-order","name":"Get Order","description":"Get details of a specific order","requiresWrite":false},{"id":"list-customers","name":"List Customers","description":"List customers in your Shopify store","requiresWrite":false}],"prompts":[{"id":"list-products","title":"Show my products","prompt":"List all products in my Shopify store with their prices and inventory levels.","category":"ecommerce","icon":"shopping-bag"},{"id":"recent-orders","title":"Show recent orders","prompt":"Show me the most recent orders from my Shopify store with customer details and order totals.","category":"ecommerce","icon":"receipt"},{"id":"customer-list","title":"Show my customers","prompt":"List all customers in my Shopify store with their contact information and order history.","category":"ecommerce","icon":"users"}],"suggestedWith":["stripe","mailchimp","analytics"]},
43
- {"name":"slack","displayName":"Slack","icon":"slack.svg","description":"Send messages, read channels, and manage Slack workspace","auth":{"type":"oauth2","provider":"slack","authorizationUrl":"https://slack.com/oauth/v2/authorize","tokenUrl":"https://slack.com/api/oauth.v2.access","scopes":["channels:history","channels:read","chat:write","users:read","im:history","im:read"]},"envVars":[{"name":"SLACK_CLIENT_ID","description":"Slack App Client ID","required":true,"sensitive":false,"docsUrl":"https://api.slack.com/apps"},{"name":"SLACK_CLIENT_SECRET","description":"Slack App Client Secret","required":true,"sensitive":true,"docsUrl":"https://api.slack.com/apps"}],"tools":[{"id":"list-channels","name":"List Channels","description":"Get list of Slack channels","requiresWrite":false,"endpoint":{"method":"POST","url":"https://slack.com/api/conversations.list","body":{"limit":{"type":"number","description":"Max channels (1-1000)","default":100},"exclude_archived":{"type":"boolean","description":"Exclude archived channels","default":true},"types":{"type":"string","description":"Channel types: public_channel, private_channel, mpim, im","default":"public_channel"}},"response":{"transform":"channels"}}},{"id":"send-message","name":"Send Message","description":"Send a message to a Slack channel","requiresWrite":true,"endpoint":{"method":"POST","url":"https://slack.com/api/chat.postMessage","body":{"channel":{"type":"string","description":"Channel ID to send to","required":true},"text":{"type":"string","description":"Message text (supports mrkdwn)","required":true},"thread_ts":{"type":"string","description":"Thread timestamp to reply to"},"unfurl_links":{"type":"boolean","description":"Unfurl URLs"}}}},{"id":"get-messages","name":"Get Messages","description":"Get recent messages from a channel","requiresWrite":false,"endpoint":{"method":"POST","url":"https://slack.com/api/conversations.history","body":{"channel":{"type":"string","description":"Channel ID","required":true},"limit":{"type":"number","description":"Max messages (1-1000)","default":20},"oldest":{"type":"string","description":"Only messages after this timestamp"}},"response":{"transform":"messages"}}}],"prompts":[{"id":"catch-up-slack","title":"Catch up on Slack","prompt":"Summarize the important messages from my Slack channels from today. Highlight any mentions or urgent items.","category":"productivity","icon":"slack"},{"id":"post-update","title":"Post team update","prompt":"Help me write and post a team update to Slack about my current work progress.","category":"productivity","icon":"message"}],"suggestedWith":["gmail","calendar","jira"]},
44
- {"name":"snowflake","displayName":"Snowflake","icon":"snowflake.svg","description":"Query and manage your Snowflake data warehouse with SQL operations across databases, schemas, and tables","auth":{"type":"api-key","requiredApis":[{"name":"Snowflake Account","enableUrl":"https://app.snowflake.com/"}]},"envVars":[{"name":"SNOWFLAKE_ACCOUNT","description":"Your Snowflake account identifier (e.g., xy12345.us-east-1)","required":true,"sensitive":false,"docsUrl":"https://docs.snowflake.com/en/user-guide/admin-account-identifier"},{"name":"SNOWFLAKE_USERNAME","description":"Snowflake username for authentication","required":true,"sensitive":false,"docsUrl":"https://docs.snowflake.com/en/user-guide/admin-user-management"},{"name":"SNOWFLAKE_PASSWORD","description":"Snowflake password for authentication","required":true,"sensitive":true,"docsUrl":"https://docs.snowflake.com/en/user-guide/admin-user-management"},{"name":"SNOWFLAKE_WAREHOUSE","description":"Default warehouse to use for queries (e.g., COMPUTE_WH)","required":true,"sensitive":false,"docsUrl":"https://docs.snowflake.com/en/user-guide/warehouses"},{"name":"SNOWFLAKE_DATABASE","description":"Default database to use for queries","required":false,"sensitive":false,"docsUrl":"https://docs.snowflake.com/en/user-guide/databases"},{"name":"SNOWFLAKE_SCHEMA","description":"Default schema to use for queries (defaults to PUBLIC)","required":false,"sensitive":false,"docsUrl":"https://docs.snowflake.com/en/user-guide/schemas"}],"tools":[{"id":"run-query","name":"Run Query","description":"Execute a SQL query against your Snowflake data warehouse","requiresWrite":false},{"id":"list-databases","name":"List Databases","description":"List all databases in your Snowflake account","requiresWrite":false},{"id":"list-schemas","name":"List Schemas","description":"List all schemas in a Snowflake database","requiresWrite":false},{"id":"list-tables","name":"List Tables","description":"List all tables in a Snowflake database schema","requiresWrite":false},{"id":"describe-table","name":"Describe Table","description":"Get detailed column information for a specific table","requiresWrite":false}],"prompts":[{"id":"query-data","title":"Query my data warehouse","prompt":"Help me query data from my Snowflake data warehouse. Show me specific records or analyze patterns.","category":"data","icon":"search"},{"id":"analyze-tables","title":"Analyze table structure","prompt":"Show me the structure of tables in my Snowflake database and help me understand the schema.","category":"data","icon":"database"},{"id":"data-insights","title":"Generate insights","prompt":"Analyze my Snowflake data and generate insights about trends, patterns, and anomalies.","category":"analytics","icon":"chart"},{"id":"optimize-queries","title":"Optimize queries","prompt":"Help me optimize my SQL queries for better performance in Snowflake.","category":"analytics","icon":"lightning"}],"suggestedWith":["github","slack","notion"]},
45
- {"name":"stripe","displayName":"Stripe","icon":"stripe.svg","description":"Access Stripe payment data, customers, subscriptions, and balance information","auth":{"type":"api-key","requiredApis":[{"name":"Stripe API","enableUrl":"https://dashboard.stripe.com/apikeys"}],"keyName":"STRIPE_SECRET_KEY","headerName":"Authorization","headerPrefix":"Bearer"},"envVars":[{"name":"STRIPE_SECRET_KEY","description":"Stripe Secret Key (starts with sk_)","required":true,"sensitive":true,"docsUrl":"https://dashboard.stripe.com/apikeys"},{"name":"STRIPE_WEBHOOK_SECRET","description":"Stripe Webhook Secret (optional, for webhook verification)","required":false,"sensitive":true,"docsUrl":"https://dashboard.stripe.com/webhooks"}],"tools":[{"id":"list-customers","name":"List Customers","description":"List Stripe customers with optional filtering","requiresWrite":false},{"id":"get-customer","name":"Get Customer","description":"Retrieve detailed information about a specific customer","requiresWrite":false},{"id":"list-payments","name":"List Payments","description":"List payment intents with optional status filtering","requiresWrite":false},{"id":"get-balance","name":"Get Balance","description":"Retrieve the current account balance","requiresWrite":false},{"id":"list-subscriptions","name":"List Subscriptions","description":"List subscriptions with optional status filtering","requiresWrite":false}],"prompts":[{"id":"check-balance","title":"Check account balance","prompt":"Check my Stripe account balance and provide a summary of available and pending funds.","category":"finance","icon":"currency"},{"id":"recent-payments","title":"Recent payments","prompt":"Show me the most recent successful payments in my Stripe account.","category":"finance","icon":"payment"},{"id":"customer-overview","title":"Customer overview","prompt":"Give me an overview of my Stripe customers including total count and recent additions.","category":"analytics","icon":"users"},{"id":"subscription-status","title":"Subscription status","prompt":"Show me the status of all active subscriptions and any that are expiring soon.","category":"analytics","icon":"repeat"}],"suggestedWith":["slack","email","analytics"]},
46
- {"name":"supabase","displayName":"Supabase","icon":"supabase.svg","description":"Query and manage your Supabase database with full CRUD operations","auth":{"type":"api-key","requiredApis":[{"name":"Supabase Project","enableUrl":"https://supabase.com/dashboard/projects"}]},"envVars":[{"name":"SUPABASE_URL","description":"Your Supabase project URL (e.g., https://xxxxx.supabase.co)","required":true,"sensitive":false,"docsUrl":"https://supabase.com/docs/guides/api#api-url-and-keys"},{"name":"SUPABASE_ANON_KEY","description":"Supabase anonymous/public API key for client-side operations","required":true,"sensitive":true,"docsUrl":"https://supabase.com/docs/guides/api#api-url-and-keys"},{"name":"SUPABASE_SERVICE_KEY","description":"Supabase service role key for server-side operations (bypasses RLS)","required":true,"sensitive":true,"docsUrl":"https://supabase.com/docs/guides/api#api-url-and-keys"}],"tools":[{"id":"list-tables","name":"List Tables","description":"List all tables in your Supabase database","requiresWrite":false},{"id":"query-table","name":"Query Table","description":"Select rows from a table with optional filters and sorting","requiresWrite":false},{"id":"insert-row","name":"Insert Row","description":"Insert a new row into a table","requiresWrite":true},{"id":"update-row","name":"Update Row","description":"Update an existing row in a table","requiresWrite":true},{"id":"delete-row","name":"Delete Row","description":"Delete a row from a table","requiresWrite":true}],"prompts":[{"id":"query-data","title":"Query my database","prompt":"Help me query data from my Supabase database. Show me specific records or analyze patterns.","category":"data","icon":"search"},{"id":"create-record","title":"Create a record","prompt":"Create a new record in my Supabase database with the information I provide.","category":"data","icon":"plus"},{"id":"update-records","title":"Update records","prompt":"Find and update records in my Supabase database based on specific criteria.","category":"data","icon":"edit"},{"id":"database-stats","title":"Database statistics","prompt":"Show me statistics and insights about my Supabase database tables and data.","category":"analytics","icon":"chart"}],"suggestedWith":["github","slack","linear"]},
47
- {"name":"teams","displayName":"Microsoft Teams","icon":"teams.svg","description":"Send messages and manage Teams chats and channels","auth":{"type":"oauth2","provider":"microsoft","authorizationUrl":"https://login.microsoftonline.com/common/oauth2/v2.0/authorize","tokenUrl":"https://login.microsoftonline.com/common/oauth2/v2.0/token","scopes":["Chat.Read","Chat.ReadWrite","ChannelMessage.Send","Team.ReadBasic.All","offline_access"],"tokenAuthMethod":"body","requiredApis":[{"name":"Microsoft Graph API","enableUrl":"https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade"}]},"envVars":[{"name":"MICROSOFT_CLIENT_ID","description":"Microsoft Azure App Client ID (Application ID)","required":true,"sensitive":false,"docsUrl":"https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade"},{"name":"MICROSOFT_CLIENT_SECRET","description":"Microsoft Azure App Client Secret","required":true,"sensitive":true,"docsUrl":"https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade"}],"tools":[{"id":"list-chats","name":"List Chats","description":"List recent Teams chats","requiresWrite":false},{"id":"get-messages","name":"Get Messages","description":"Get messages from a specific chat","requiresWrite":false},{"id":"send-message","name":"Send Message","description":"Send a message to a chat or channel","requiresWrite":true},{"id":"list-teams","name":"List Teams","description":"List all joined Teams","requiresWrite":false},{"id":"list-channels","name":"List Channels","description":"List channels in a specific Team","requiresWrite":false}],"prompts":[{"id":"check-messages","title":"Check my messages","prompt":"Check my recent Teams messages and summarize any important conversations or action items.","category":"communication","icon":"message"},{"id":"send-update","title":"Send team update","prompt":"Send a status update message to a specific Teams channel about project progress.","category":"communication","icon":"send"},{"id":"find-conversation","title":"Find a conversation","prompt":"Search through my Teams chats to find discussions about a specific topic.","category":"communication","icon":"search"}],"suggestedWith":["outlook","slack","calendar"]},
48
- {"name":"trello","displayName":"Trello","icon":"trello.svg","description":"Manage boards, lists, and cards in Trello","auth":{"type":"oauth2","provider":"trello","authorizationUrl":"https://trello.com/1/authorize","tokenUrl":"https://trello.com/1/OAuthGetAccessToken","scopes":["read","write"],"requiredApis":[{"name":"Trello Developer Portal","enableUrl":"https://trello.com/app-key"}]},"envVars":[{"name":"TRELLO_CLIENT_ID","description":"Trello API Key","required":true,"sensitive":false,"docsUrl":"https://developer.atlassian.com/cloud/trello/guides/rest-api/authorization/"},{"name":"TRELLO_CLIENT_SECRET","description":"Trello OAuth Secret","required":true,"sensitive":true,"docsUrl":"https://developer.atlassian.com/cloud/trello/guides/rest-api/authorization/"}],"tools":[{"id":"list-boards","name":"List Boards","description":"List all boards accessible to the user","requiresWrite":false},{"id":"list-cards","name":"List Cards","description":"List cards in a board or list","requiresWrite":false},{"id":"get-card","name":"Get Card","description":"Get details of a specific card","requiresWrite":false},{"id":"create-card","name":"Create Card","description":"Create a new card in a list","requiresWrite":true},{"id":"update-card","name":"Update Card","description":"Update an existing card","requiresWrite":true}],"prompts":[{"id":"my-boards","title":"Show my boards","prompt":"List all my Trello boards with their lists and card counts.","category":"productivity","icon":"grid"},{"id":"create-card","title":"Create a card","prompt":"Create a new card with a title, description, and due date.","category":"productivity","icon":"plus"}],"suggestedWith":["slack","asana","notion"]},
49
- {"name":"twilio","displayName":"Twilio","icon":"twilio.svg","description":"Send SMS, WhatsApp messages, make calls, and manage communications with Twilio","auth":{"type":"api-key","requiredApis":[{"name":"Twilio API","enableUrl":"https://console.twilio.com/us1/develop/sms/overview"}],"keyName":"TWILIO_AUTH_TOKEN","headerName":"Authorization","headerPrefix":"Basic"},"envVars":[{"name":"TWILIO_ACCOUNT_SID","description":"Twilio Account SID (starts with AC)","required":true,"sensitive":false,"docsUrl":"https://console.twilio.com/"},{"name":"TWILIO_AUTH_TOKEN","description":"Twilio Auth Token","required":true,"sensitive":true,"docsUrl":"https://console.twilio.com/"},{"name":"TWILIO_PHONE_NUMBER","description":"Your Twilio phone number (E.164 format: +1234567890)","required":true,"sensitive":false,"docsUrl":"https://console.twilio.com/us1/develop/phone-numbers/manage/incoming"}],"tools":[{"id":"send-sms","name":"Send SMS","description":"Send an SMS text message to a phone number","requiresWrite":true},{"id":"send-whatsapp","name":"Send WhatsApp Message","description":"Send a WhatsApp message to a phone number","requiresWrite":true},{"id":"list-messages","name":"List Messages","description":"List recent SMS and WhatsApp messages","requiresWrite":false},{"id":"get-message","name":"Get Message","description":"Get details about a specific message","requiresWrite":false},{"id":"list-calls","name":"List Calls","description":"List recent phone calls","requiresWrite":false}],"prompts":[{"id":"send-notification","title":"Send SMS notification","prompt":"Help me send an SMS notification to a customer about their order status.","category":"communication","icon":"message"},{"id":"check-messages","title":"Check recent messages","prompt":"Show me the most recent SMS and WhatsApp messages from the last 24 hours.","category":"communication","icon":"inbox"},{"id":"call-summary","title":"Call summary","prompt":"Give me a summary of recent calls including duration and status.","category":"analytics","icon":"phone"},{"id":"whatsapp-outreach","title":"WhatsApp outreach","prompt":"Help me draft and send a WhatsApp message for customer outreach.","category":"communication","icon":"message"}],"suggestedWith":["slack","gmail","calendar"]},
50
- {"name":"twitter","displayName":"Twitter / X","icon":"twitter.svg","description":"Post tweets, read timeline, search tweets, and manage Twitter account","auth":{"type":"oauth2","provider":"twitter","authorizationUrl":"https://twitter.com/i/oauth2/authorize","tokenUrl":"https://api.twitter.com/2/oauth2/token","scopes":["tweet.read","tweet.write","users.read","follows.read","offline.access"],"usePKCE":true,"requiredApis":[{"name":"Twitter API v2","enableUrl":"https://developer.twitter.com/en/portal/dashboard"}]},"envVars":[{"name":"TWITTER_CLIENT_ID","description":"Twitter OAuth 2.0 Client ID","required":true,"sensitive":false,"docsUrl":"https://developer.twitter.com/en/portal/dashboard"},{"name":"TWITTER_CLIENT_SECRET","description":"Twitter OAuth 2.0 Client Secret","required":true,"sensitive":true,"docsUrl":"https://developer.twitter.com/en/portal/dashboard"}],"tools":[{"id":"search-tweets","name":"Search Tweets","description":"Search recent tweets on Twitter/X","requiresWrite":false},{"id":"post-tweet","name":"Post Tweet","description":"Create a new tweet on Twitter/X","requiresWrite":true},{"id":"get-timeline","name":"Get Timeline","description":"Get the authenticated user's home timeline","requiresWrite":false}],"prompts":[{"id":"catch-up-twitter","title":"Catch up on Twitter","prompt":"Summarize the important tweets from my Twitter timeline today. Highlight trending topics and mentions.","category":"productivity","icon":"twitter"},{"id":"compose-tweet","title":"Compose a tweet","prompt":"Help me compose and post an engaging tweet about my current work or thoughts.","category":"productivity","icon":"message"},{"id":"search-topic","title":"Search Twitter topic","prompt":"Search Twitter for recent tweets about a specific topic and summarize the key discussions.","category":"research","icon":"search"}],"suggestedWith":["slack","linkedin","notion"]},
51
- {"name":"webex","displayName":"Webex","icon":"webex.svg","description":"Manage meetings, rooms, and messages in Webex","auth":{"type":"oauth2","provider":"webex","authorizationUrl":"https://webexapis.com/v1/authorize","tokenUrl":"https://webexapis.com/v1/access_token","scopes":["spark:all","spark:kms"],"requiredApis":[{"name":"Webex Developer Portal","enableUrl":"https://developer.webex.com/my-apps"}]},"envVars":[{"name":"WEBEX_CLIENT_ID","description":"Webex OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://developer.webex.com/docs/integrations"},{"name":"WEBEX_CLIENT_SECRET","description":"Webex OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://developer.webex.com/docs/integrations"}],"tools":[{"id":"list-meetings","name":"List Meetings","description":"List scheduled Webex meetings","requiresWrite":false},{"id":"get-meeting","name":"Get Meeting","description":"Get details of a specific meeting","requiresWrite":false},{"id":"create-meeting","name":"Create Meeting","description":"Schedule a new Webex meeting","requiresWrite":true},{"id":"list-rooms","name":"List Rooms","description":"List Webex spaces/rooms","requiresWrite":false},{"id":"send-message","name":"Send Message","description":"Send a message to a Webex room","requiresWrite":true}],"prompts":[{"id":"my-meetings","title":"Show my meetings","prompt":"List all my upcoming Webex meetings with their times and join links.","category":"productivity","icon":"video"},{"id":"create-meeting","title":"Schedule a meeting","prompt":"Create a new Webex meeting with a title, start time, duration, and agenda.","category":"productivity","icon":"plus"}],"suggestedWith":["calendar","slack","teams"]},
52
- {"name":"xero","displayName":"Xero","icon":"xero.svg","description":"Manage invoices, contacts, and accounting data in Xero","auth":{"type":"oauth2","provider":"xero","authorizationUrl":"https://login.xero.com/identity/connect/authorize","tokenUrl":"https://identity.xero.com/connect/token","scopes":["openid","profile","email","accounting.transactions","offline_access"],"requiredApis":[{"name":"Xero Developer Portal","enableUrl":"https://developer.xero.com/app/manage"}]},"envVars":[{"name":"XERO_CLIENT_ID","description":"Xero OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://developer.xero.com/documentation/guides/oauth2/overview"},{"name":"XERO_CLIENT_SECRET","description":"Xero OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://developer.xero.com/documentation/guides/oauth2/overview"}],"tools":[{"id":"list-invoices","name":"List Invoices","description":"List invoices from Xero","requiresWrite":false},{"id":"get-invoice","name":"Get Invoice","description":"Get details of a specific invoice","requiresWrite":false},{"id":"create-invoice","name":"Create Invoice","description":"Create a new invoice in Xero","requiresWrite":true},{"id":"list-contacts","name":"List Contacts","description":"List contacts from Xero","requiresWrite":false},{"id":"get-contact","name":"Get Contact","description":"Get details of a specific contact","requiresWrite":false}],"prompts":[{"id":"recent-invoices","title":"Show recent invoices","prompt":"List the most recent invoices from Xero with their status and amounts.","category":"accounting","icon":"receipt"},{"id":"create-invoice","title":"Create an invoice","prompt":"Create a new invoice in Xero with line items and contact details.","category":"accounting","icon":"plus"}],"suggestedWith":["quickbooks","stripe","hubspot"]},
53
- {"name":"zendesk","displayName":"Zendesk","icon":"zendesk.svg","description":"Manage support tickets, users, and help center content","auth":{"type":"oauth2","provider":"zendesk","scopes":["read","write"]},"envVars":[{"name":"ZENDESK_SUBDOMAIN","description":"Zendesk subdomain (e.g. your-company in your-company.zendesk.com)","required":true},{"name":"ZENDESK_CLIENT_ID","description":"Zendesk OAuth Client ID","required":true},{"name":"ZENDESK_CLIENT_SECRET","description":"Zendesk OAuth Client Secret","required":true,"sensitive":true}],"tools":[{"id":"list-tickets","name":"List Tickets","description":"List Zendesk tickets with optional filters"},{"id":"get-ticket","name":"Get Ticket","description":"Get details of a specific ticket"},{"id":"create-ticket","name":"Create Ticket","description":"Create a new ticket in Zendesk"},{"id":"search-tickets","name":"Search Tickets","description":"Search tickets using Zendesk query syntax"}],"prompts":[{"id":"check-ticket-status","title":"Check ticket status","prompt":"Check the status of my recent Zendesk tickets and summarize any that need attention.","category":"productivity"},{"id":"create-support-ticket","title":"Create support ticket","prompt":"Help me create a new support ticket in Zendesk with the appropriate priority and tags.","category":"productivity"},{"id":"search-tickets","title":"Search tickets","prompt":"Search Zendesk tickets for specific issues or customer inquiries.","category":"research"}],"suggestedWith":["slack","intercom"],"category":"support"},
54
- {"name":"zoom","displayName":"Zoom","icon":"zoom.svg","description":"Manage video meetings and webinars in Zoom","auth":{"type":"oauth2","provider":"zoom","authorizationUrl":"https://zoom.us/oauth/authorize","tokenUrl":"https://zoom.us/oauth/token","scopes":["meeting:read","meeting:write","user:read"],"requiredApis":[{"name":"Zoom Marketplace","enableUrl":"https://marketplace.zoom.us/develop/create"}]},"envVars":[{"name":"ZOOM_CLIENT_ID","description":"Zoom OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://developers.zoom.us/docs/integrations/oauth/"},{"name":"ZOOM_CLIENT_SECRET","description":"Zoom OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://developers.zoom.us/docs/integrations/oauth/"}],"tools":[{"id":"list-meetings","name":"List Meetings","description":"List all scheduled meetings for a user","requiresWrite":false},{"id":"get-meeting","name":"Get Meeting","description":"Get details of a specific meeting","requiresWrite":false},{"id":"create-meeting","name":"Create Meeting","description":"Create a new Zoom meeting","requiresWrite":true},{"id":"update-meeting","name":"Update Meeting","description":"Update an existing meeting","requiresWrite":true},{"id":"delete-meeting","name":"Delete Meeting","description":"Delete a scheduled meeting","requiresWrite":true}],"prompts":[{"id":"my-meetings","title":"Show my meetings","prompt":"List all my upcoming Zoom meetings with their dates, times, and join URLs.","category":"productivity","icon":"video"},{"id":"create-meeting","title":"Schedule a meeting","prompt":"Create a new Zoom meeting with a topic, time, duration, and password.","category":"productivity","icon":"plus"}],"suggestedWith":["calendar","slack","notion"]},
9
+ {"name":"bitbucket","displayName":"Bitbucket","icon":"bitbucket.svg","description":"Manage repositories, pull requests, and issues on Bitbucket","auth":{"type":"oauth2","provider":"bitbucket","authorizationUrl":"https://bitbucket.org/site/oauth2/authorize","tokenUrl":"https://bitbucket.org/site/oauth2/access_token","scopes":["repository","pullrequest","issue","account"]},"envVars":[{"name":"BITBUCKET_CLIENT_ID","description":"Bitbucket OAuth Consumer Key","required":true,"sensitive":false,"docsUrl":"https://support.atlassian.com/bitbucket-cloud/docs/use-oauth-on-bitbucket-cloud/"},{"name":"BITBUCKET_CLIENT_SECRET","description":"Bitbucket OAuth Consumer Secret","required":true,"sensitive":true,"docsUrl":"https://support.atlassian.com/bitbucket-cloud/docs/use-oauth-on-bitbucket-cloud/"}],"tools":[{"id":"list_repositories","name":"List Repositories","description":"Get list of user's repositories","requiresWrite":false},{"id":"list_pull_requests","name":"List Pull Requests","description":"Get pull requests for a repository","requiresWrite":false},{"id":"create_pull_request","name":"Create Pull Request","description":"Create a new pull request","requiresWrite":true},{"id":"list_issues","name":"List Issues","description":"Get issues for a repository","requiresWrite":false}],"prompts":[{"id":"review_prs","title":"Review my pull requests","prompt":"Show me my open pull requests on Bitbucket and help me review them. Summarize the changes and any comments.","category":"development","icon":"git-pull-request"},{"id":"list_repos","title":"List my repositories","prompt":"Show me all my Bitbucket repositories with their details and recent activity.","category":"development","icon":"folder"},{"id":"check_issues","title":"Check repository issues","prompt":"Show me the open issues in my repositories and help me prioritize them.","category":"development","icon":"bug"}],"suggestedWith":["github","gitlab","jira"]},
10
+ {"name":"box","displayName":"Box","icon":"box.svg","description":"Access and manage files, folders, and content in Box","auth":{"type":"oauth2","provider":"box","authorizationUrl":"https://account.box.com/api/oauth2/authorize","tokenUrl":"https://api.box.com/oauth2/token","scopes":["root_readwrite"],"requiredApis":[{"name":"Box Developer Console","enableUrl":"https://app.box.com/developers/console"}]},"envVars":[{"name":"BOX_CLIENT_ID","description":"Box OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://developer.box.com/guides/authentication/oauth2/"},{"name":"BOX_CLIENT_SECRET","description":"Box OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://developer.box.com/guides/authentication/oauth2/"}],"tools":[{"id":"list_files","name":"List Files","description":"List files and folders in a Box folder","requiresWrite":false},{"id":"get_file","name":"Get File","description":"Get details of a specific file or folder","requiresWrite":false},{"id":"search_files","name":"Search Files","description":"Search for files and folders in Box","requiresWrite":false},{"id":"create_folder","name":"Create Folder","description":"Create a new folder in Box","requiresWrite":true},{"id":"upload_file","name":"Upload File","description":"Upload a file to Box","requiresWrite":true}],"prompts":[{"id":"my_files","title":"Show my files","prompt":"List all files in my Box root folder with their details.","category":"productivity","icon":"folder"},{"id":"search_content","title":"Search for files","prompt":"Search for files in Box by name or content.","category":"productivity","icon":"search"}],"suggestedWith":["dropbox","onedrive","notion"]},
11
+ {"name":"calendar","displayName":"Google Calendar","icon":"calendar.svg","description":"Manage events, find free time, and schedule meetings","auth":{"type":"oauth2","provider":"google","authorizationUrl":"https://accounts.google.com/o/oauth2/v2/auth","tokenUrl":"https://oauth2.googleapis.com/token","scopes":["https://www.googleapis.com/auth/calendar.readonly","https://www.googleapis.com/auth/calendar.events"],"requiredApis":[{"name":"Google Calendar API","enableUrl":"https://console.cloud.google.com/apis/library/calendar-json.googleapis.com"}]},"envVars":[{"name":"GOOGLE_CLIENT_ID","description":"Google OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://console.cloud.google.com/apis/credentials"},{"name":"GOOGLE_CLIENT_SECRET","description":"Google OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://console.cloud.google.com/apis/credentials"}],"tools":[{"id":"list_events","name":"List Events","description":"Get upcoming calendar events","requiresWrite":false,"endpoint":{"method":"GET","url":"https://www.googleapis.com/calendar/v3/calendars/{calendarId}/events","params":{"calendarId":{"type":"string","in":"path","description":"Calendar ID (use 'primary' for main calendar)","required":true,"default":"primary"},"timeMin":{"type":"string","in":"query","description":"Start time (RFC3339)"},"timeMax":{"type":"string","in":"query","description":"End time (RFC3339)"},"maxResults":{"type":"number","in":"query","description":"Maximum events","default":10},"orderBy":{"type":"string","in":"query","description":"Order by: startTime or updated","default":"startTime"},"singleEvents":{"type":"boolean","in":"query","description":"Expand recurring events","default":true}},"response":{"transform":"items"}}},{"id":"create_event","name":"Create Event","description":"Schedule a new calendar event","requiresWrite":true,"endpoint":{"method":"POST","url":"https://www.googleapis.com/calendar/v3/calendars/{calendarId}/events","params":{"calendarId":{"type":"string","in":"path","description":"Calendar ID","required":true,"default":"primary"}},"body":{"summary":{"type":"string","description":"Event title","required":true},"description":{"type":"string","description":"Event description"},"start":{"type":"object","description":"Start time: {dateTime: 'RFC3339', timeZone: 'TZ'}","required":true},"end":{"type":"object","description":"End time: {dateTime: 'RFC3339', timeZone: 'TZ'}","required":true},"attendees":{"type":"array","description":"Array of {email: string} objects"},"location":{"type":"string","description":"Event location"}}}},{"id":"get_event","name":"Get Event","description":"Get details of a specific calendar event","requiresWrite":false,"endpoint":{"method":"GET","url":"https://www.googleapis.com/calendar/v3/calendars/{calendarId}/events/{eventId}","params":{"calendarId":{"type":"string","in":"path","description":"Calendar ID","required":true,"default":"primary"},"eventId":{"type":"string","in":"path","description":"Event ID","required":true}}}},{"id":"find_free_time","name":"Find Free Time","description":"Find available time slots in calendar","requiresWrite":false,"endpoint":{"method":"POST","url":"https://www.googleapis.com/calendar/v3/freeBusy","body":{"timeMin":{"type":"string","description":"Start of window (RFC3339)","required":true},"timeMax":{"type":"string","description":"End of window (RFC3339)","required":true},"items":{"type":"array","description":"Array of {id: calendarId} to check","required":true}}}}],"prompts":[{"id":"block_deep_work","title":"Block time for deep work","prompt":"Find a 2-hour block for focused work this week and add it to my calendar.","category":"productivity","icon":"clock"},{"id":"schedule_meeting","title":"Schedule a meeting","prompt":"Help me schedule a meeting. Find available time slots and create the calendar event.","category":"productivity","icon":"users"},{"id":"today_agenda","title":"What's on my calendar today?","prompt":"Show me my calendar for today and summarize my schedule.","category":"productivity","icon":"calendar"}],"suggestedWith":["gmail","slack"]},
12
+ {"name":"clickup","displayName":"ClickUp","icon":"clickup.svg","description":"Manage tasks, lists, and projects in ClickUp","auth":{"type":"oauth2","provider":"clickup","authorizationUrl":"https://app.clickup.com/api","tokenUrl":"https://api.clickup.com/api/v2/oauth/token","scopes":[],"requiredApis":[{"name":"ClickUp Developer Portal","enableUrl":"https://app.clickup.com/settings/apps"}]},"envVars":[{"name":"CLICKUP_CLIENT_ID","description":"ClickUp OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://clickup.com/api/developer-portal/authentication"},{"name":"CLICKUP_CLIENT_SECRET","description":"ClickUp OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://clickup.com/api/developer-portal/authentication"}],"tools":[{"id":"list_tasks","name":"List Tasks","description":"List tasks in a list or assigned to a user","requiresWrite":false},{"id":"get_task","name":"Get Task","description":"Get details of a specific task","requiresWrite":false},{"id":"create_task","name":"Create Task","description":"Create a new task in a list","requiresWrite":true},{"id":"update_task","name":"Update Task","description":"Update an existing task","requiresWrite":true},{"id":"list_lists","name":"List Lists","description":"List all lists in a folder or space","requiresWrite":false}],"prompts":[{"id":"my_tasks","title":"Show my tasks","prompt":"List all tasks assigned to me in ClickUp with their due dates and priorities.","category":"productivity","icon":"list"},{"id":"create_task","title":"Create a task","prompt":"Create a new task with a title, description, due date, and assignee.","category":"productivity","icon":"plus"}],"suggestedWith":["slack","notion","calendar"]},
13
+ {"name":"confluence","displayName":"Confluence","icon":"confluence.svg","description":"Search, read, and create documentation in Confluence","auth":{"type":"oauth2","provider":"atlassian","authorizationUrl":"https://auth.atlassian.com/authorize","tokenUrl":"https://auth.atlassian.com/oauth/token","scopes":["read:confluence-content.all","write:confluence-content"],"tokenAuthMethod":"client_secret_post","requiredApis":[{"name":"Atlassian OAuth 2.0 App","enableUrl":"https://developer.atlassian.com/console/myapps/"}],"additionalParams":{"audience":"api.atlassian.com","prompt":"consent"}},"envVars":[{"name":"ATLASSIAN_CLIENT_ID","description":"Atlassian OAuth Client ID (from your OAuth 2.0 app)","required":true,"sensitive":false,"docsUrl":"https://developer.atlassian.com/console/myapps/"},{"name":"ATLASSIAN_CLIENT_SECRET","description":"Atlassian OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://developer.atlassian.com/console/myapps/"}],"tools":[{"id":"search_content","name":"Search Confluence","description":"Search for pages and blog posts in Confluence","requiresWrite":false},{"id":"get_page","name":"Get Page","description":"Get the content of a specific Confluence page","requiresWrite":false},{"id":"create_page","name":"Create Page","description":"Create a new page in a Confluence space","requiresWrite":true},{"id":"update_page","name":"Update Page","description":"Update the content of an existing Confluence page","requiresWrite":true},{"id":"list_spaces","name":"List Spaces","description":"List all accessible Confluence spaces","requiresWrite":false}],"prompts":[{"id":"search_docs","title":"Search documentation","prompt":"Search Confluence for documentation about a specific topic or feature.","category":"productivity","icon":"search"},{"id":"summarize_page","title":"Summarize a page","prompt":"Read and summarize a Confluence page. Extract key information and action items.","category":"productivity","icon":"document"},{"id":"create_doc","title":"Create documentation","prompt":"Create a new documentation page in Confluence with structured content.","category":"productivity","icon":"plus"},{"id":"update_doc","title":"Update documentation","prompt":"Update an existing Confluence page with new information while preserving existing content.","category":"productivity","icon":"edit"}],"suggestedWith":["jira","slack","notion"]},
14
+ {"name":"discord","displayName":"Discord","icon":"discord.svg","description":"Read messages, send messages, and interact with Discord servers","auth":{"type":"oauth2","provider":"discord","authorizationUrl":"https://discord.com/api/oauth2/authorize","tokenUrl":"https://discord.com/api/oauth2/token","scopes":["identify","guilds","guilds.members.read","messages.read"],"tokenAuthMethod":"body","requiredApis":[{"name":"Discord Application","enableUrl":"https://discord.com/developers/applications"}]},"envVars":[{"name":"DISCORD_CLIENT_ID","description":"Discord OAuth Client ID (from your application)","required":true,"sensitive":false,"docsUrl":"https://discord.com/developers/applications"},{"name":"DISCORD_CLIENT_SECRET","description":"Discord OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://discord.com/developers/applications"},{"name":"DISCORD_BOT_TOKEN","description":"Discord Bot Token (optional, for advanced bot features)","required":false,"sensitive":true,"docsUrl":"https://discord.com/developers/applications"}],"tools":[{"id":"list_guilds","name":"List Guilds","description":"List Discord servers (guilds) the user is a member of","requiresWrite":false},{"id":"list_channels","name":"List Channels","description":"List channels in a Discord server","requiresWrite":false},{"id":"get_messages","name":"Get Messages","description":"Get recent messages from a Discord channel","requiresWrite":false},{"id":"send_message","name":"Send Message","description":"Send a message to a Discord channel","requiresWrite":true},{"id":"get_user","name":"Get User","description":"Get information about the authenticated Discord user","requiresWrite":false}],"prompts":[{"id":"check_messages","title":"Check my Discord messages","prompt":"Check my recent Discord messages across all servers and summarize any important updates or mentions.","category":"communication","icon":"message"},{"id":"send_announcement","title":"Send an announcement","prompt":"Send an announcement message to a specific Discord channel.","category":"communication","icon":"megaphone"},{"id":"list_servers","title":"List my servers","prompt":"Show me all the Discord servers I'm a member of with their details.","category":"communication","icon":"list"}],"suggestedWith":["slack","github","notion"]},
15
+ {"name":"docs-google","displayName":"Google Docs","icon":"docs-google.svg","description":"Read, create, and manage Google Docs documents","auth":{"type":"oauth2","provider":"google","authorizationUrl":"https://accounts.google.com/o/oauth2/v2/auth","tokenUrl":"https://oauth2.googleapis.com/token","scopes":["https://www.googleapis.com/auth/documents.readonly","https://www.googleapis.com/auth/documents","https://www.googleapis.com/auth/drive.readonly"],"requiredApis":[{"name":"Google Docs API","enableUrl":"https://console.cloud.google.com/apis/library/docs.googleapis.com"},{"name":"Google Drive API","enableUrl":"https://console.cloud.google.com/apis/library/drive.googleapis.com"}]},"envVars":[{"name":"GOOGLE_CLIENT_ID","description":"Google OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://console.cloud.google.com/apis/credentials"},{"name":"GOOGLE_CLIENT_SECRET","description":"Google OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://console.cloud.google.com/apis/credentials"}],"tools":[{"id":"list_documents","name":"List Documents","description":"List recent Google Docs documents from Drive","requiresWrite":false},{"id":"get_document","name":"Get Document","description":"Get document content and metadata","requiresWrite":false},{"id":"create_document","name":"Create Document","description":"Create a new document with optional initial content","requiresWrite":true},{"id":"update_document","name":"Update Document","description":"Update document content using batch requests","requiresWrite":true},{"id":"search_documents","name":"Search Documents","description":"Search for documents by query string","requiresWrite":false}],"prompts":[{"id":"summarize_doc","title":"Summarize a document","prompt":"Read a Google Docs document and provide a concise summary of its contents, key points, and main themes.","category":"productivity","icon":"file-text"},{"id":"create_report","title":"Create a report document","prompt":"Create a new Google Docs document with a well-formatted report including headings, bullet points, and structured content.","category":"productivity","icon":"plus"},{"id":"edit_document","title":"Edit a document","prompt":"Update an existing Google Docs document with new content, formatting changes, or corrections.","category":"productivity","icon":"edit"}],"suggestedWith":["gmail","calendar","drive","sheets"]},
16
+ {"name":"drive","displayName":"Google Drive","icon":"drive.svg","description":"Access, search, and manage files and folders in Google Drive","auth":{"type":"oauth2","provider":"google","authorizationUrl":"https://accounts.google.com/o/oauth2/v2/auth","tokenUrl":"https://oauth2.googleapis.com/token","scopes":["https://www.googleapis.com/auth/drive.readonly","https://www.googleapis.com/auth/drive.file"],"requiredApis":[{"name":"Google Drive API","enableUrl":"https://console.cloud.google.com/apis/library/drive.googleapis.com"}]},"envVars":[{"name":"GOOGLE_CLIENT_ID","description":"Google OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://console.cloud.google.com/apis/credentials"},{"name":"GOOGLE_CLIENT_SECRET","description":"Google OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://console.cloud.google.com/apis/credentials"}],"tools":[{"id":"list_files","name":"List Files","description":"List files and folders in a Google Drive folder or root","requiresWrite":false},{"id":"get_file","name":"Get File","description":"Get metadata and details about a specific file or folder","requiresWrite":false},{"id":"search_files","name":"Search Files","description":"Search for files and folders using queries","requiresWrite":false},{"id":"create_folder","name":"Create Folder","description":"Create a new folder in Google Drive","requiresWrite":true},{"id":"upload_file","name":"Upload File","description":"Upload or create a file in Google Drive","requiresWrite":true}],"prompts":[{"id":"organize_files","title":"Organize Drive files","prompt":"Help me organize files in Google Drive by creating folders and moving files based on file types or names.","category":"productivity","icon":"folder"},{"id":"find_document","title":"Find a document","prompt":"Search Google Drive for a specific file or document by name, type, or content.","category":"productivity","icon":"search"},{"id":"backup_files","title":"Create backup structure","prompt":"Create a backup folder structure in Google Drive and organize important files.","category":"productivity","icon":"upload"}],"suggestedWith":["gmail","calendar","sheets"]},
17
+ {"name":"dropbox","displayName":"Dropbox","icon":"dropbox.svg","description":"Access, search, and manage files in your Dropbox storage","auth":{"type":"oauth2","provider":"dropbox","authorizationUrl":"https://www.dropbox.com/oauth2/authorize","tokenUrl":"https://api.dropboxapi.com/oauth2/token","scopes":["files.content.read","files.content.write","files.metadata.read","files.metadata.write","account_info.read"],"tokenAuthMethod":"request_body","supportsRefreshToken":true,"requiredApis":[{"name":"Dropbox App","enableUrl":"https://www.dropbox.com/developers/apps"}]},"envVars":[{"name":"DROPBOX_APP_KEY","description":"Dropbox App Key (Client ID)","required":true,"sensitive":false,"docsUrl":"https://www.dropbox.com/developers/apps"},{"name":"DROPBOX_APP_SECRET","description":"Dropbox App Secret","required":true,"sensitive":true,"docsUrl":"https://www.dropbox.com/developers/apps"}],"tools":[{"id":"list_files","name":"List Files","description":"List files and folders in a Dropbox folder","requiresWrite":false},{"id":"get_file","name":"Get File","description":"Get file metadata and optionally download file content","requiresWrite":false},{"id":"upload_file","name":"Upload File","description":"Upload or update a file in Dropbox","requiresWrite":true},{"id":"search_files","name":"Search Files","description":"Search for files and folders by name or content","requiresWrite":false},{"id":"get_account","name":"Get Account Info","description":"Get current user account information and storage usage","requiresWrite":false}],"prompts":[{"id":"find_documents","title":"Find my documents","prompt":"Search my Dropbox for specific documents or files by name or content.","category":"productivity","icon":"search"},{"id":"organize_files","title":"Organize files","prompt":"Help me organize and manage files in my Dropbox, including moving, copying, or cleaning up duplicates.","category":"productivity","icon":"folder"},{"id":"backup_file","title":"Backup a file","prompt":"Upload and backup a file to my Dropbox storage.","category":"productivity","icon":"upload"},{"id":"check_storage","title":"Check storage","prompt":"Check my Dropbox storage usage and available space.","category":"productivity","icon":"database"}],"suggestedWith":["notion","gmail","drive"]},
18
+ {"name":"figma","displayName":"Figma","icon":"figma.svg","description":"Access Figma designs, files, comments, and collaborate on design projects","auth":{"type":"oauth2","provider":"figma","authorizationUrl":"https://www.figma.com/oauth","tokenUrl":"https://api.figma.com/v1/oauth/token","scopes":["file_content:read"],"tokenAuthMethod":"client_secret_basic","requiredApis":[{"name":"Figma OAuth App","enableUrl":"https://www.figma.com/developers/apps"}]},"envVars":[{"name":"FIGMA_CLIENT_ID","description":"Figma OAuth Client ID (from your app settings)","required":true,"sensitive":false,"docsUrl":"https://www.figma.com/developers/apps"},{"name":"FIGMA_CLIENT_SECRET","description":"Figma OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://www.figma.com/developers/apps"}],"tools":[{"id":"list_files","name":"List Files","description":"List recent Figma files accessible to the user","requiresWrite":false},{"id":"get_file","name":"Get File","description":"Get detailed information about a Figma file including components and styles","requiresWrite":false},{"id":"get_comments","name":"Get Comments","description":"Get all comments on a Figma file","requiresWrite":false},{"id":"post_comment","name":"Post Comment","description":"Post a comment on a Figma file","requiresWrite":true},{"id":"list_projects","name":"List Projects","description":"List all projects in a team","requiresWrite":false}],"prompts":[{"id":"review_design","title":"Review a design","prompt":"Review a Figma design file and provide feedback on the components, layout, and design system usage.","category":"design","icon":"eye"},{"id":"summarize_comments","title":"Summarize comments","prompt":"Read all comments on a Figma file and summarize the feedback, action items, and unresolved discussions.","category":"design","icon":"message"},{"id":"extract_components","title":"Extract components","prompt":"List all components in a Figma file and describe their structure, variants, and properties.","category":"design","icon":"component"},{"id":"design_feedback","title":"Give design feedback","prompt":"Review the design file and post constructive feedback as comments on specific elements.","category":"design","icon":"plus"}],"suggestedWith":["linear","slack","notion"]},
19
+ {"name":"freshdesk","displayName":"Freshdesk","icon":"freshdesk.svg","description":"Manage customer support tickets and contacts in Freshdesk","auth":{"type":"oauth2","provider":"freshdesk","authorizationUrl":"https://accounts.freshworks.com/authorize","tokenUrl":"https://accounts.freshworks.com/oauth/token","scopes":["freshdesk"],"requiredApis":[{"name":"Freshdesk Developer Portal","enableUrl":"https://developers.freshdesk.com/apps/"}]},"envVars":[{"name":"FRESHDESK_CLIENT_ID","description":"Freshdesk OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://developers.freshdesk.com/api/"},{"name":"FRESHDESK_CLIENT_SECRET","description":"Freshdesk OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://developers.freshdesk.com/api/"}],"tools":[{"id":"list_tickets","name":"List Tickets","description":"List support tickets from Freshdesk","requiresWrite":false},{"id":"get_ticket","name":"Get Ticket","description":"Get details of a specific ticket","requiresWrite":false},{"id":"create_ticket","name":"Create Ticket","description":"Create a new support ticket","requiresWrite":true},{"id":"update_ticket","name":"Update Ticket","description":"Update an existing ticket","requiresWrite":true},{"id":"list_contacts","name":"List Contacts","description":"List customer contacts in Freshdesk","requiresWrite":false}],"prompts":[{"id":"my_tickets","title":"Show my tickets","prompt":"List all open support tickets assigned to me with their priority and status.","category":"support","icon":"inbox"},{"id":"create_ticket","title":"Create a ticket","prompt":"Create a new support ticket with a subject, description, priority, and contact.","category":"support","icon":"plus"}],"suggestedWith":["slack","intercom","zendesk"]},
20
+ {"name":"github","displayName":"GitHub","icon":"github.svg","description":"Manage repositories, issues, and pull requests","auth":{"type":"oauth2","provider":"github","authorizationUrl":"https://github.com/login/oauth/authorize","tokenUrl":"https://github.com/login/oauth/access_token","scopes":["repo","read:user","read:org"]},"envVars":[{"name":"GITHUB_CLIENT_ID","description":"GitHub OAuth App Client ID","required":true,"sensitive":false,"docsUrl":"https://github.com/settings/developers"},{"name":"GITHUB_CLIENT_SECRET","description":"GitHub OAuth App Client Secret","required":true,"sensitive":true,"docsUrl":"https://github.com/settings/developers"}],"tools":[{"id":"list_repos","name":"List Repositories","description":"Get list of user's repositories","requiresWrite":false,"endpoint":{"method":"GET","url":"https://api.github.com/user/repos","params":{"type":{"type":"string","in":"query","description":"Type: all, owner, public, private, member"},"sort":{"type":"string","in":"query","description":"Sort: created, updated, pushed, full_name","default":"updated"},"per_page":{"type":"number","in":"query","description":"Results per page (max 100)","default":30}}}},{"id":"get_repo","name":"Get Repository","description":"Get details of a specific repository","requiresWrite":false,"endpoint":{"method":"GET","url":"https://api.github.com/repos/{owner}/{repo}","params":{"owner":{"type":"string","in":"path","description":"Repository owner","required":true},"repo":{"type":"string","in":"path","description":"Repository name","required":true}}}},{"id":"list_prs","name":"List Pull Requests","description":"Get pull requests for a repository","requiresWrite":false,"endpoint":{"method":"GET","url":"https://api.github.com/repos/{owner}/{repo}/pulls","params":{"owner":{"type":"string","in":"path","description":"Repository owner","required":true},"repo":{"type":"string","in":"path","description":"Repository name","required":true},"state":{"type":"string","in":"query","description":"State: open, closed, all","default":"open"},"per_page":{"type":"number","in":"query","description":"Results per page","default":30}}}},{"id":"create_issue","name":"Create Issue","description":"Create a new issue in a repository","requiresWrite":true,"endpoint":{"method":"POST","url":"https://api.github.com/repos/{owner}/{repo}/issues","params":{"owner":{"type":"string","in":"path","description":"Repository owner","required":true},"repo":{"type":"string","in":"path","description":"Repository name","required":true}},"body":{"title":{"type":"string","description":"Issue title","required":true},"body":{"type":"string","description":"Issue body (markdown)"},"labels":{"type":"array","description":"Label names"},"assignees":{"type":"array","description":"Usernames to assign"}}}},{"id":"get_pr_diff","name":"Get PR Diff","description":"Get the diff for a pull request","requiresWrite":false,"endpoint":{"method":"GET","url":"https://api.github.com/repos/{owner}/{repo}/pulls/{pull_number}","params":{"owner":{"type":"string","in":"path","description":"Repository owner","required":true},"repo":{"type":"string","in":"path","description":"Repository name","required":true},"pull_number":{"type":"number","in":"path","description":"Pull request number","required":true},"Accept":{"type":"string","in":"header","description":"Response format","default":"application/vnd.github.v3.diff"}}}},{"id":"list_issues","name":"List Issues","description":"List issues for a repository","requiresWrite":false,"endpoint":{"type":"graphql","method":"POST","url":"https://api.github.com/graphql","query":"query($owner: String!, $repo: String!, $first: Int, $states: [IssueState!]) { repository(owner: $owner, name: $repo) { issues(first: $first, states: $states, orderBy: { field: UPDATED_AT, direction: DESC }) { nodes { id number title body state url createdAt updatedAt author { login } labels(first: 10) { nodes { name } } assignees(first: 10) { nodes { login } } } } } }","params":{"owner":{"type":"string","in":"body","description":"Repository owner","required":true},"repo":{"type":"string","in":"body","description":"Repository name","required":true},"states":{"type":"string[]","in":"body","description":"Issue states to include (e.g. OPEN, CLOSED)","default":["OPEN"]},"first":{"type":"number","in":"body","description":"Results per page","default":30}},"response":{"transform":"repository.issues.nodes"}}}],"prompts":[{"id":"review_prs","title":"Review my open PRs","prompt":"Show me my open pull requests and help me review them. Summarize the changes and any comments.","category":"development","icon":"git-pull-request"},{"id":"create_issue","title":"Create GitHub issue","prompt":"Help me create a new GitHub issue with a clear description and appropriate labels.","category":"development","icon":"circle-dot"},{"id":"summarize_commits","title":"Summarize recent commits","prompt":"Summarize the recent commits in my repository and highlight significant changes.","category":"development","icon":"git-commit"}],"suggestedWith":["jira","slack"]},
21
+ {"name":"gitlab","displayName":"GitLab","icon":"gitlab.svg","description":"Search and manage GitLab issues, merge requests, and projects","auth":{"type":"oauth2","provider":"gitlab","authorizationUrl":"https://gitlab.com/oauth/authorize","tokenUrl":"https://gitlab.com/oauth/token","scopes":["api","read_user","read_repository"],"tokenAuthMethod":"body","requiredApis":[{"name":"GitLab Application","enableUrl":"https://gitlab.com/-/profile/applications"}]},"envVars":[{"name":"GITLAB_CLIENT_ID","description":"GitLab OAuth Application ID","required":true,"sensitive":false,"docsUrl":"https://docs.gitlab.com/ee/api/oauth2.html"},{"name":"GITLAB_CLIENT_SECRET","description":"GitLab OAuth Application Secret","required":true,"sensitive":true,"docsUrl":"https://docs.gitlab.com/ee/api/oauth2.html"}],"tools":[{"id":"search_issues","name":"Search Issues","description":"Search for issues across projects","requiresWrite":false},{"id":"get_issue","name":"Get Issue","description":"Get detailed information about a specific issue","requiresWrite":false},{"id":"create_issue","name":"Create Issue","description":"Create a new issue in a project","requiresWrite":true},{"id":"list_merge_requests","name":"List Merge Requests","description":"List merge requests for a project or across projects","requiresWrite":false},{"id":"list_projects","name":"List Projects","description":"List accessible GitLab projects","requiresWrite":false}],"prompts":[{"id":"find_issues","title":"Find my issues","prompt":"Search for issues assigned to me that are open. Show me the most important ones.","category":"development","icon":"bug"},{"id":"review_mrs","title":"Review merge requests","prompt":"Show me all open merge requests that need my review. Summarize what each one does.","category":"development","icon":"git-merge"},{"id":"create_bug_report","title":"Create bug report","prompt":"Help me create a detailed bug report issue with steps to reproduce, expected vs actual behavior.","category":"development","icon":"plus"},{"id":"project_status","title":"Project status","prompt":"Give me a summary of my projects: open issues, merge requests, and recent activity.","category":"development","icon":"list"}],"suggestedWith":["github","jira","slack"]},
22
+ {"name":"gmail","displayName":"Gmail","icon":"gmail.svg","description":"Read and send emails via Gmail API","auth":{"type":"oauth2","provider":"google","authorizationUrl":"https://accounts.google.com/o/oauth2/v2/auth","tokenUrl":"https://oauth2.googleapis.com/token","scopes":["https://www.googleapis.com/auth/gmail.readonly","https://www.googleapis.com/auth/gmail.send","https://www.googleapis.com/auth/gmail.modify"],"requiredApis":[{"name":"Gmail API","enableUrl":"https://console.cloud.google.com/apis/library/gmail.googleapis.com"}]},"envVars":[{"name":"GOOGLE_CLIENT_ID","description":"Google OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://console.cloud.google.com/apis/credentials"},{"name":"GOOGLE_CLIENT_SECRET","description":"Google OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://console.cloud.google.com/apis/credentials"}],"tools":[{"id":"list_emails","name":"List Emails","description":"List email message IDs from inbox. Use get-email to fetch full content for each message.","requiresWrite":false,"endpoint":{"method":"GET","url":"https://gmail.googleapis.com/gmail/v1/users/me/messages","params":{"maxResults":{"type":"number","in":"query","description":"Maximum number of messages to return (1-500)","default":20},"q":{"type":"string","in":"query","description":"Gmail search query (e.g. is:unread, from:user@example.com)"},"labelIds":{"type":"string[]","in":"query","description":"Only return messages with these label IDs (e.g. INBOX, UNREAD)"}},"response":{"transform":"messages"}}},{"id":"send_email","name":"Send Email","description":"Send an email to recipients","requiresWrite":true,"endpoint":{"method":"POST","url":"https://gmail.googleapis.com/gmail/v1/users/me/messages/send","body":{"raw":{"type":"string","description":"Base64url-encoded RFC 2822 email message","required":true}}}},{"id":"get_email","name":"Get Email","description":"Get a specific email by ID with full content","requiresWrite":false,"endpoint":{"method":"GET","url":"https://gmail.googleapis.com/gmail/v1/users/me/messages/{messageId}","params":{"messageId":{"type":"string","in":"path","description":"Email message ID","required":true},"format":{"type":"string","in":"query","description":"Format: full, metadata, minimal, raw","default":"full"}}}},{"id":"search_emails","name":"Search Emails","description":"Search emails by query","requiresWrite":false,"endpoint":{"method":"GET","url":"https://gmail.googleapis.com/gmail/v1/users/me/messages","params":{"q":{"type":"string","in":"query","description":"Gmail search query","required":true},"maxResults":{"type":"number","in":"query","description":"Maximum results","default":10}},"response":{"transform":"messages"}}}],"prompts":[{"id":"summarize_emails","title":"Summarize today's emails","prompt":"Summarize my unread emails from today. Group them by priority and highlight any that need immediate attention.","category":"productivity","icon":"mail"},{"id":"draft_reply","title":"Draft a quick reply","prompt":"Help me draft a reply to my most recent email. Keep it professional and concise.","category":"productivity","icon":"reply"},{"id":"find_emails","title":"Find important emails","prompt":"Search my emails for important messages from the past week that I might have missed.","category":"productivity","icon":"search"}],"suggestedWith":["calendar","slack"]},
23
+ {"name":"hubspot","displayName":"HubSpot","icon":"hubspot.svg","description":"Manage contacts, companies, and deals in your HubSpot CRM","auth":{"type":"oauth2","provider":"hubspot","authorizationUrl":"https://app.hubspot.com/oauth/authorize","tokenUrl":"https://api.hubapi.com/oauth/v1/token","scopes":["crm.objects.contacts.read","crm.objects.contacts.write","crm.objects.companies.read","crm.objects.deals.read"],"tokenAuthMethod":"request_body","requiredApis":[{"name":"HubSpot App","enableUrl":"https://app.hubspot.com/developer"}]},"envVars":[{"name":"HUBSPOT_CLIENT_ID","description":"HubSpot OAuth Client ID (from your app)","required":true,"sensitive":false,"docsUrl":"https://app.hubspot.com/developer"},{"name":"HUBSPOT_CLIENT_SECRET","description":"HubSpot OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://app.hubspot.com/developer"}],"tools":[{"id":"list_contacts","name":"List Contacts","description":"List contacts from your HubSpot CRM","requiresWrite":false},{"id":"get_contact","name":"Get Contact","description":"Get detailed information about a specific contact","requiresWrite":false},{"id":"create_contact","name":"Create Contact","description":"Create a new contact in HubSpot CRM","requiresWrite":true},{"id":"list_deals","name":"List Deals","description":"List sales deals from your HubSpot CRM","requiresWrite":false},{"id":"create_deal","name":"Create Deal","description":"Create a new deal in HubSpot CRM","requiresWrite":true}],"prompts":[{"id":"find_contacts","title":"Find contacts","prompt":"Search for contacts in my HubSpot CRM and show me their key information.","category":"crm","icon":"search"},{"id":"create_contact","title":"Create a contact","prompt":"Create a new contact in HubSpot CRM with the information I provide.","category":"crm","icon":"plus"},{"id":"pipeline_summary","title":"Pipeline summary","prompt":"Show me a summary of my current sales deals and pipeline status.","category":"crm","icon":"chart"}],"suggestedWith":["gmail","slack","calendar"]},
24
+ {"name":"intercom","displayName":"Intercom","icon":"intercom.svg","description":"Customer messaging platform for support and engagement","auth":{"type":"oauth2","provider":"intercom","authorizationUrl":"https://app.intercom.com/oauth","tokenUrl":"https://api.intercom.io/auth/eagle/token","scopes":[],"requiredApis":[{"name":"Intercom Developer Hub","enableUrl":"https://developers.intercom.com/building-apps/"}]},"envVars":[{"name":"INTERCOM_CLIENT_ID","description":"Intercom OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://developers.intercom.com/building-apps/docs/setting-up-oauth"},{"name":"INTERCOM_CLIENT_SECRET","description":"Intercom OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://developers.intercom.com/building-apps/docs/setting-up-oauth"}],"tools":[{"id":"list_contacts","name":"List Contacts","description":"List contacts from Intercom workspace","requiresWrite":false},{"id":"get_contact","name":"Get Contact","description":"Get details of a specific contact","requiresWrite":false},{"id":"list_conversations","name":"List Conversations","description":"List conversations from Intercom","requiresWrite":false},{"id":"get_conversation","name":"Get Conversation","description":"Get details of a specific conversation","requiresWrite":false},{"id":"send_message","name":"Send Message","description":"Send a message in a conversation","requiresWrite":true}],"prompts":[{"id":"recent_conversations","title":"Show recent conversations","prompt":"List the most recent customer conversations from Intercom with their status and priority.","category":"support","icon":"message-circle"},{"id":"find_contact","title":"Find a contact","prompt":"Search for a contact in Intercom and show their details and conversation history.","category":"support","icon":"user"}],"suggestedWith":["slack","zendesk","hubspot"]},
25
+ {"name":"jira","displayName":"Jira","icon":"jira.svg","description":"Search, create, and manage Jira issues and projects","auth":{"type":"oauth2","provider":"atlassian","authorizationUrl":"https://auth.atlassian.com/authorize","tokenUrl":"https://auth.atlassian.com/oauth/token","scopes":["read:jira-work","write:jira-work","read:jira-user","offline_access"],"tokenAuthMethod":"body","requiredApis":[{"name":"Atlassian OAuth 2.0","enableUrl":"https://developer.atlassian.com/console/myapps/"}],"additionalAuthParams":{"audience":"api.atlassian.com","prompt":"consent"}},"envVars":[{"name":"ATLASSIAN_CLIENT_ID","description":"Atlassian OAuth 2.0 Client ID (from your app)","required":true,"sensitive":false,"docsUrl":"https://developer.atlassian.com/console/myapps/"},{"name":"ATLASSIAN_CLIENT_SECRET","description":"Atlassian OAuth 2.0 Client Secret","required":true,"sensitive":true,"docsUrl":"https://developer.atlassian.com/console/myapps/"}],"tools":[{"id":"search_issues","name":"Search Issues","description":"Search Jira issues using JQL (Jira Query Language)","requiresWrite":false},{"id":"get_issue","name":"Get Issue","description":"Get detailed information about a specific Jira issue","requiresWrite":false},{"id":"create_issue","name":"Create Issue","description":"Create a new Jira issue in a project","requiresWrite":true},{"id":"update_issue","name":"Update Issue","description":"Update an existing Jira issue (status, fields, etc.)","requiresWrite":true},{"id":"list_projects","name":"List Projects","description":"List all accessible Jira projects","requiresWrite":false}],"prompts":[{"id":"find_bugs","title":"Find open bugs","prompt":"Search for all open bugs assigned to me or in my current sprint.","category":"productivity","icon":"bug"},{"id":"create_task","title":"Create a task","prompt":"Create a new task in Jira with a title, description, and priority.","category":"productivity","icon":"plus"},{"id":"sprint_summary","title":"Sprint summary","prompt":"Get a summary of all issues in the current sprint, organized by status.","category":"productivity","icon":"list"},{"id":"update_status","title":"Update issue status","prompt":"Move an issue to a different status (To Do, In Progress, Done, etc.).","category":"productivity","icon":"check"}],"suggestedWith":["github","slack","confluence"]},
26
+ {"name":"linear","displayName":"Linear","icon":"linear.svg","description":"Search, create, and manage Linear issues and projects","auth":{"type":"oauth2","provider":"linear","authorizationUrl":"https://linear.app/oauth/authorize","tokenUrl":"https://api.linear.app/oauth/token","scopes":["read","write"],"tokenAuthMethod":"basic","requiredApis":[{"name":"Linear OAuth Application","enableUrl":"https://linear.app/settings/api"}]},"envVars":[{"name":"LINEAR_CLIENT_ID","description":"Linear OAuth Client ID (from your OAuth application)","required":true,"sensitive":false,"docsUrl":"https://linear.app/settings/api"},{"name":"LINEAR_CLIENT_SECRET","description":"Linear OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://linear.app/settings/api"}],"tools":[{"id":"search_issues","name":"Search Issues","description":"Search for Linear issues by title or description","requiresWrite":false,"endpoint":{"type":"graphql","method":"POST","url":"https://api.linear.app/graphql","query":"query($query: String!, $first: Int) { issueSearch(query: $query, first: $first) { nodes { id identifier title description state { name } assignee { name } priority priorityLabel createdAt updatedAt } } }","params":{"query":{"type":"string","in":"body","description":"Search query text","required":true},"first":{"type":"number","in":"body","description":"Max results","default":20}},"response":{"transform":"issueSearch"}}},{"id":"get_issue","name":"Get Issue","description":"Get detailed information about a specific Linear issue","requiresWrite":false,"endpoint":{"type":"graphql","method":"POST","url":"https://api.linear.app/graphql","query":"query($id: String!) { issue(id: $id) { id identifier title description state { name } assignee { name email } priority priorityLabel team { name } project { name } labels { nodes { name } } comments { nodes { body user { name } createdAt } } createdAt updatedAt } }","params":{"id":{"type":"string","in":"body","description":"Issue ID or identifier (e.g. ENG-123)","required":true}},"response":{"transform":"issue"}}},{"id":"create_issue","name":"Create Issue","description":"Create a new Linear issue in a team","requiresWrite":true,"endpoint":{"type":"graphql","method":"POST","url":"https://api.linear.app/graphql","query":"mutation($teamId: String!, $title: String!, $description: String, $priority: Int) { issueCreate(input: { teamId: $teamId, title: $title, description: $description, priority: $priority }) { success issue { id identifier title url } } }","params":{"teamId":{"type":"string","in":"body","description":"Team ID","required":true},"title":{"type":"string","in":"body","description":"Issue title","required":true},"description":{"type":"string","in":"body","description":"Issue description (markdown)"},"priority":{"type":"number","in":"body","description":"Priority (0=none, 1=urgent, 2=high, 3=medium, 4=low)"}},"response":{"transform":"issueCreate"}}},{"id":"update_issue","name":"Update Issue","description":"Update the status, assignee, or other properties of an issue","requiresWrite":true,"endpoint":{"type":"graphql","method":"POST","url":"https://api.linear.app/graphql","query":"mutation($id: String!, $stateId: String, $assigneeId: String, $priority: Int) { issueUpdate(id: $id, input: { stateId: $stateId, assigneeId: $assigneeId, priority: $priority }) { success issue { id identifier title state { name } assignee { name } } } }","params":{"id":{"type":"string","in":"body","description":"Issue ID","required":true},"stateId":{"type":"string","in":"body","description":"New state ID"},"assigneeId":{"type":"string","in":"body","description":"New assignee user ID"},"priority":{"type":"number","in":"body","description":"New priority"}},"response":{"transform":"issueUpdate"}}},{"id":"list_projects","name":"List Projects","description":"List all projects in the workspace","requiresWrite":false,"endpoint":{"type":"graphql","method":"POST","url":"https://api.linear.app/graphql","query":"query($first: Int) { projects(first: $first) { nodes { id name description state startDate targetDate lead { name } teams { nodes { name } } } } }","params":{"first":{"type":"number","in":"body","description":"Max results","default":50}},"response":{"transform":"projects"}}}],"prompts":[{"id":"find_issues","title":"Find my issues","prompt":"Search for Linear issues assigned to me or related to a specific topic.","category":"productivity","icon":"search"},{"id":"create_bug_report","title":"Create bug report","prompt":"Create a new bug report in Linear with title, description, and relevant labels.","category":"productivity","icon":"plus"},{"id":"update_issue_status","title":"Update issue status","prompt":"Update the status of a Linear issue (e.g., mark as done, in progress, blocked).","category":"productivity","icon":"check"},{"id":"project_overview","title":"Project overview","prompt":"Get an overview of all projects in Linear, including their status and key issues.","category":"productivity","icon":"list"}],"suggestedWith":["github","slack","figma"]},
27
+ {"name":"mailchimp","displayName":"Mailchimp","icon":"mailchimp.svg","description":"Manage email campaigns, lists, and subscribers in Mailchimp","auth":{"type":"oauth2","provider":"mailchimp","authorizationUrl":"https://login.mailchimp.com/oauth2/authorize","tokenUrl":"https://login.mailchimp.com/oauth2/token","scopes":[],"requiredApis":[{"name":"Mailchimp API","enableUrl":"https://admin.mailchimp.com/account/oauth2/"}]},"envVars":[{"name":"MAILCHIMP_CLIENT_ID","description":"Mailchimp OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://mailchimp.com/developer/marketing/guides/access-user-data-oauth-2/"},{"name":"MAILCHIMP_CLIENT_SECRET","description":"Mailchimp OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://mailchimp.com/developer/marketing/guides/access-user-data-oauth-2/"}],"tools":[{"id":"list_campaigns","name":"List Campaigns","description":"List all email campaigns in Mailchimp","requiresWrite":false},{"id":"get_campaign","name":"Get Campaign","description":"Get details of a specific campaign","requiresWrite":false},{"id":"list_lists","name":"List Audience Lists","description":"List all audience lists (mailing lists) in Mailchimp","requiresWrite":false},{"id":"get_list","name":"Get Audience List","description":"Get details of a specific audience list","requiresWrite":false},{"id":"list_members","name":"List Members","description":"List subscribers/members in an audience list","requiresWrite":false}],"prompts":[{"id":"campaign_stats","title":"Show campaign stats","prompt":"Show me the performance statistics for my recent email campaigns in Mailchimp.","category":"marketing","icon":"chart"},{"id":"list_subscribers","title":"List subscribers","prompt":"Show me the subscribers in my main email list with their subscription status.","category":"marketing","icon":"users"}],"suggestedWith":["slack","notion","hubspot"]},
28
+ {"name":"mixpanel","displayName":"Mixpanel","icon":"mixpanel.svg","description":"Track events, analyze funnels, and understand user behavior with Mixpanel analytics","auth":{"type":"api-key","requiredApis":[{"name":"Mixpanel API","enableUrl":"https://mixpanel.com/settings/project"}],"keyName":"MIXPANEL_PROJECT_TOKEN"},"envVars":[{"name":"MIXPANEL_PROJECT_TOKEN","description":"Mixpanel Project Token for event tracking","required":true,"sensitive":true,"docsUrl":"https://docs.mixpanel.com/docs/tracking-methods/id-management/authentication"},{"name":"MIXPANEL_API_SECRET","description":"Mixpanel API Secret for data export and query operations","required":true,"sensitive":true,"docsUrl":"https://developer.mixpanel.com/reference/authentication"},{"name":"MIXPANEL_PROJECT_ID","description":"Mixpanel Project ID (found in project settings)","required":true,"sensitive":false,"docsUrl":"https://docs.mixpanel.com/docs/admin/organizations-projects/manage-projects"}],"tools":[{"id":"track_event","name":"Track Event","description":"Track a custom event in Mixpanel with properties","requiresWrite":true},{"id":"query_events","name":"Query Events","description":"Query and export event data from Mixpanel","requiresWrite":false},{"id":"get_funnel","name":"Get Funnel","description":"Retrieve funnel analysis data to understand conversion rates","requiresWrite":false},{"id":"get_retention","name":"Get Retention","description":"Analyze user retention cohorts over time","requiresWrite":false},{"id":"list_cohorts","name":"List Cohorts","description":"List all user cohorts defined in your Mixpanel project","requiresWrite":false}],"prompts":[{"id":"event_analysis","title":"Event analysis","prompt":"Show me the most important events tracked in my Mixpanel project over the last 7 days and their trends.","category":"analytics","icon":"chart"},{"id":"funnel_performance","title":"Funnel performance","prompt":"Analyze my key conversion funnels and identify where users are dropping off.","category":"analytics","icon":"funnel"},{"id":"retention_insights","title":"Retention insights","prompt":"Give me insights about user retention and cohort behavior over the past month.","category":"analytics","icon":"users"}],"suggestedWith":["slack","analytics","monitoring"]},
29
+ {"name":"monday","displayName":"Monday.com","icon":"monday.svg","description":"Manage projects, tasks, and workflows in Monday.com","auth":{"type":"oauth2","provider":"monday","authorizationUrl":"https://auth.monday.com/oauth2/authorize","tokenUrl":"https://auth.monday.com/oauth2/token","scopes":["me:read","boards:read","boards:write"],"requiredApis":[{"name":"Monday.com Developers","enableUrl":"https://monday.com/developers/apps"}]},"envVars":[{"name":"MONDAY_CLIENT_ID","description":"Monday.com OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://developer.monday.com/apps/docs/oauth"},{"name":"MONDAY_CLIENT_SECRET","description":"Monday.com OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://developer.monday.com/apps/docs/oauth"}],"tools":[{"id":"list_boards","name":"List Boards","description":"List all boards in the workspace","requiresWrite":false},{"id":"list_items","name":"List Items","description":"List items in a board","requiresWrite":false},{"id":"get_item","name":"Get Item","description":"Get details of a specific item","requiresWrite":false},{"id":"create_item","name":"Create Item","description":"Create a new item in a board","requiresWrite":true},{"id":"update_item","name":"Update Item","description":"Update an existing item","requiresWrite":true}],"prompts":[{"id":"my_items","title":"Show my items","prompt":"List all items assigned to me in Monday.com with their status and due dates.","category":"productivity","icon":"list"},{"id":"create_item","title":"Create an item","prompt":"Create a new item with a name, status, and assign it to someone.","category":"productivity","icon":"plus"}],"suggestedWith":["slack","notion","asana"]},
30
+ {"name":"neon","displayName":"Neon","icon":"neon.svg","description":"Manage Neon Postgres projects, branches, and execute database queries","auth":{"type":"api-key","requiredApis":[{"name":"Neon Management API","enableUrl":"https://console.neon.tech/app/settings/api-keys"}],"tokenName":"API Key","docsUrl":"https://neon.tech/docs/manage/api-keys"},"envVars":[{"name":"NEON_API_KEY","description":"Neon API Key for Management API access","required":true,"sensitive":true,"docsUrl":"https://neon.tech/docs/manage/api-keys"},{"name":"DATABASE_URL","description":"PostgreSQL connection string for database queries","required":true,"sensitive":true,"docsUrl":"https://neon.tech/docs/connect/connect-from-any-app"}],"npmDependencies":{"pg":"^8.13.1"},"tools":[{"id":"list_projects","name":"List Projects","description":"List all Neon projects in your account","requiresWrite":false},{"id":"list_branches","name":"List Branches","description":"List all branches for a specific project","requiresWrite":false},{"id":"query_database","name":"Query Database","description":"Execute SQL queries against the connected database","requiresWrite":false},{"id":"list_tables","name":"List Tables","description":"List all tables in the connected database","requiresWrite":false},{"id":"describe_table","name":"Describe Table","description":"Get detailed schema information for a specific table","requiresWrite":false}],"prompts":[{"id":"check_db_status","title":"Check database status","prompt":"Show me the status of my Neon projects and their branches.","category":"database","icon":"database"},{"id":"explore_schema","title":"Explore database schema","prompt":"List all tables in my database and show me the schema for the main tables.","category":"database","icon":"table"},{"id":"query_data","title":"Query database","prompt":"Help me query my database to find specific data.","category":"database","icon":"search"}],"suggestedWith":["stripe","clerk","vercel"]},
31
+ {"name":"notion","displayName":"Notion","icon":"notion.svg","description":"Search, read, and create pages in Notion workspaces","auth":{"type":"oauth2","provider":"notion","authorizationUrl":"https://api.notion.com/v1/oauth/authorize","tokenUrl":"https://api.notion.com/v1/oauth/token","scopes":[],"tokenAuthMethod":"basic","requiredApis":[{"name":"Notion Integration","enableUrl":"https://www.notion.so/my-integrations"}]},"envVars":[{"name":"NOTION_CLIENT_ID","description":"Notion OAuth Client ID (from your integration)","required":true,"sensitive":false,"docsUrl":"https://www.notion.so/my-integrations"},{"name":"NOTION_CLIENT_SECRET","description":"Notion OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://www.notion.so/my-integrations"}],"tools":[{"id":"search_notion","name":"Search Notion","description":"Search pages and databases in the workspace","requiresWrite":false},{"id":"read_page","name":"Read Page","description":"Read the content of a Notion page","requiresWrite":false},{"id":"create_page","name":"Create Page","description":"Create a new page in a database or as a subpage","requiresWrite":true},{"id":"query_database","name":"Query Database","description":"Query a Notion database with filters and sorts","requiresWrite":false}],"prompts":[{"id":"search_docs","title":"Search my docs","prompt":"Search my Notion workspace for relevant documentation or notes about a topic.","category":"productivity","icon":"search"},{"id":"summarize_page","title":"Summarize a page","prompt":"Read and summarize a specific Notion page. Extract the key points and action items.","category":"productivity","icon":"document"},{"id":"create_meeting_notes","title":"Create meeting notes","prompt":"Create a new meeting notes page with today's date, attendees, agenda, and action items sections.","category":"productivity","icon":"plus"}],"suggestedWith":["gmail","slack","calendar"]},
32
+ {"name":"onedrive","displayName":"OneDrive","icon":"onedrive.svg","description":"Access and manage files in Microsoft OneDrive","auth":{"type":"oauth2","provider":"microsoft","authorizationUrl":"https://login.microsoftonline.com/common/oauth2/v2.0/authorize","tokenUrl":"https://login.microsoftonline.com/common/oauth2/v2.0/token","scopes":["Files.Read","Files.ReadWrite","Files.Read.All","Files.ReadWrite.All","offline_access"],"tokenAuthMethod":"body","requiredApis":[{"name":"Microsoft Graph API","enableUrl":"https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade"}]},"envVars":[{"name":"MICROSOFT_CLIENT_ID","description":"Microsoft Azure App Client ID (shared with Outlook/Teams/SharePoint)","required":true,"sensitive":false,"docsUrl":"https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade"},{"name":"MICROSOFT_CLIENT_SECRET","description":"Microsoft Azure App Client Secret","required":true,"sensitive":true,"docsUrl":"https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade"}],"tools":[{"id":"list_files","name":"List Files","description":"List files and folders in a OneDrive folder","requiresWrite":false},{"id":"search_files","name":"Search Files","description":"Search for files and folders in OneDrive by name or content","requiresWrite":false},{"id":"upload_file","name":"Upload File","description":"Upload or update a file in OneDrive","requiresWrite":true},{"id":"download_file","name":"Download File","description":"Download file content from OneDrive","requiresWrite":false}],"prompts":[{"id":"search_documents","title":"Search documents","prompt":"Search for documents in OneDrive and summarize their content.","category":"productivity","icon":"search"},{"id":"list_recent_files","title":"List recent files","prompt":"Show me the most recently modified files in my OneDrive.","category":"productivity","icon":"document"},{"id":"organize_files","title":"Organize files","prompt":"Help me organize and manage files in my OneDrive storage.","category":"productivity","icon":"folder"},{"id":"backup_file","title":"Backup a file","prompt":"Upload and backup a file to my OneDrive storage.","category":"productivity","icon":"upload"}],"suggestedWith":["outlook","teams","sharepoint"]},
33
+ {"name":"outlook","displayName":"Microsoft Outlook","icon":"outlook.svg","description":"Read, send, and manage Outlook emails","auth":{"type":"oauth2","provider":"microsoft","authorizationUrl":"https://login.microsoftonline.com/common/oauth2/v2.0/authorize","tokenUrl":"https://login.microsoftonline.com/common/oauth2/v2.0/token","scopes":["Mail.Read","Mail.Send","Mail.ReadWrite","offline_access"],"tokenAuthMethod":"body","requiredApis":[{"name":"Microsoft Graph API","enableUrl":"https://portal.azure.com/#view/Microsoft_AAD_RegisteredApps/ApplicationsListBlade"}]},"envVars":[{"name":"MICROSOFT_CLIENT_ID","description":"Microsoft Azure App Client ID (Application ID)","required":true,"sensitive":false,"docsUrl":"https://portal.azure.com/#view/Microsoft_AAD_RegisteredApps/ApplicationsListBlade"},{"name":"MICROSOFT_CLIENT_SECRET","description":"Microsoft Azure App Client Secret","required":true,"sensitive":true,"docsUrl":"https://portal.azure.com/#view/Microsoft_AAD_RegisteredApps/ApplicationsListBlade"}],"tools":[{"id":"list_emails","name":"List Emails","description":"List recent emails from inbox or a specific folder","requiresWrite":false},{"id":"get_email","name":"Get Email","description":"Get detailed information about a specific email","requiresWrite":false},{"id":"send_email","name":"Send Email","description":"Send a new email message","requiresWrite":true},{"id":"search_emails","name":"Search Emails","description":"Search emails by query, subject, sender, or date","requiresWrite":false},{"id":"list_folders","name":"List Folders","description":"List all mail folders in the mailbox","requiresWrite":false}],"prompts":[{"id":"check_emails","title":"Check my emails","prompt":"List my recent unread emails and summarize the most important ones.","category":"productivity","icon":"mail"},{"id":"search_emails","title":"Search my emails","prompt":"Search my emails for specific topics, senders, or date ranges.","category":"productivity","icon":"search"},{"id":"draft_email","title":"Draft an email","prompt":"Help me draft a professional email with proper formatting and tone.","category":"productivity","icon":"compose"}],"suggestedWith":["teams","calendar","gmail"]},
34
+ {"name":"pipedrive","displayName":"Pipedrive","icon":"pipedrive.svg","description":"Manage deals, contacts, and sales pipeline in Pipedrive","auth":{"type":"oauth2","provider":"pipedrive","authorizationUrl":"https://oauth.pipedrive.com/oauth/authorize","tokenUrl":"https://oauth.pipedrive.com/oauth/token","scopes":[],"requiredApis":[{"name":"Pipedrive Developer Hub","enableUrl":"https://developers.pipedrive.com/docs/marketplace"}]},"envVars":[{"name":"PIPEDRIVE_CLIENT_ID","description":"Pipedrive OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://developers.pipedrive.com/docs/marketplace/oauth"},{"name":"PIPEDRIVE_CLIENT_SECRET","description":"Pipedrive OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://developers.pipedrive.com/docs/marketplace/oauth"}],"tools":[{"id":"list_deals","name":"List Deals","description":"List deals in the sales pipeline","requiresWrite":false},{"id":"get_deal","name":"Get Deal","description":"Get details of a specific deal","requiresWrite":false},{"id":"create_deal","name":"Create Deal","description":"Create a new deal in the pipeline","requiresWrite":true},{"id":"update_deal","name":"Update Deal","description":"Update an existing deal","requiresWrite":true},{"id":"list_persons","name":"List Persons","description":"List contacts/persons in Pipedrive","requiresWrite":false}],"prompts":[{"id":"my_deals","title":"Show my deals","prompt":"List all deals in my Pipedrive pipeline with their values and stages.","category":"sales","icon":"currency"},{"id":"create_deal","title":"Create a deal","prompt":"Create a new deal with a title, value, and contact person.","category":"sales","icon":"plus"}],"suggestedWith":["hubspot","salesforce","slack"]},
35
+ {"name":"posthog","displayName":"PostHog","icon":"posthog.svg","description":"Access analytics, feature flags, and user insights from PostHog","auth":{"type":"api-key","requiredApis":[{"name":"PostHog API","enableUrl":"https://app.posthog.com/project/settings"}],"keyName":"POSTHOG_API_KEY","headerName":"Authorization","headerPrefix":"Bearer"},"envVars":[{"name":"POSTHOG_API_KEY","description":"PostHog Personal API Key","required":true,"sensitive":true,"docsUrl":"https://posthog.com/docs/api/overview"},{"name":"POSTHOG_HOST","description":"PostHog API host (defaults to https://app.posthog.com)","required":false,"sensitive":false,"docsUrl":"https://posthog.com/docs/self-host"}],"tools":[{"id":"get_trends","name":"Get Trends","description":"Retrieve event trends and analytics data","requiresWrite":false},{"id":"list_feature_flags","name":"List Feature Flags","description":"List all feature flags in your PostHog project","requiresWrite":false},{"id":"list_persons","name":"List Persons","description":"List persons/users tracked in PostHog","requiresWrite":false},{"id":"capture_event","name":"Capture Event","description":"Track a custom event in PostHog","requiresWrite":true}],"prompts":[{"id":"trend_analysis","title":"Trend analysis","prompt":"Show me the trends for key events in my PostHog project over the last 7 days.","category":"analytics","icon":"chart"},{"id":"feature_flag_status","title":"Feature flag status","prompt":"List all active feature flags and their current rollout status.","category":"analytics","icon":"flag"},{"id":"user_insights","title":"User insights","prompt":"Give me insights about recent user activity and top users in my PostHog project.","category":"analytics","icon":"users"}],"suggestedWith":["slack","analytics","monitoring"]},
36
+ {"name":"quickbooks","displayName":"QuickBooks","icon":"quickbooks.svg","description":"Manage invoices, customers, and accounting in QuickBooks","auth":{"type":"oauth2","provider":"quickbooks","authorizationUrl":"https://appcenter.intuit.com/connect/oauth2","tokenUrl":"https://oauth.platform.intuit.com/oauth2/v1/tokens/bearer","scopes":["com.intuit.quickbooks.accounting"],"requiredApis":[{"name":"QuickBooks Developer Portal","enableUrl":"https://developer.intuit.com/app/developer/myapps"}]},"envVars":[{"name":"QUICKBOOKS_CLIENT_ID","description":"QuickBooks OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://developer.intuit.com/app/developer/qbo/docs/develop/authentication-and-authorization/oauth-2.0"},{"name":"QUICKBOOKS_CLIENT_SECRET","description":"QuickBooks OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://developer.intuit.com/app/developer/qbo/docs/develop/authentication-and-authorization/oauth-2.0"}],"tools":[{"id":"list_invoices","name":"List Invoices","description":"List invoices from QuickBooks","requiresWrite":false},{"id":"get_invoice","name":"Get Invoice","description":"Get details of a specific invoice","requiresWrite":false},{"id":"create_invoice","name":"Create Invoice","description":"Create a new invoice in QuickBooks","requiresWrite":true},{"id":"list_customers","name":"List Customers","description":"List all customers in QuickBooks","requiresWrite":false},{"id":"get_customer","name":"Get Customer","description":"Get details of a specific customer","requiresWrite":false}],"prompts":[{"id":"recent_invoices","title":"Show recent invoices","prompt":"List the most recent invoices from QuickBooks with their status and amounts.","category":"accounting","icon":"receipt"},{"id":"create_invoice","title":"Create an invoice","prompt":"Create a new invoice for a customer with line items and amounts.","category":"accounting","icon":"plus"}],"suggestedWith":["stripe","xero","hubspot"]},
37
+ {"name":"salesforce","displayName":"Salesforce","icon":"salesforce.svg","description":"Manage accounts, contacts, opportunities, and leads in your Salesforce CRM","auth":{"type":"oauth2","provider":"salesforce","authorizationUrl":"https://login.salesforce.com/services/oauth2/authorize","tokenUrl":"https://login.salesforce.com/services/oauth2/token","scopes":["api","refresh_token","offline_access"],"tokenAuthMethod":"request_body","requiredApis":[{"name":"Salesforce Connected App","enableUrl":"https://login.salesforce.com/"}]},"envVars":[{"name":"SALESFORCE_CLIENT_ID","description":"Salesforce OAuth Consumer Key (from your Connected App)","required":true,"sensitive":false,"docsUrl":"https://help.salesforce.com/s/articleView?id=sf.connected_app_create.htm"},{"name":"SALESFORCE_CLIENT_SECRET","description":"Salesforce OAuth Consumer Secret","required":true,"sensitive":true,"docsUrl":"https://help.salesforce.com/s/articleView?id=sf.connected_app_create.htm"}],"tools":[{"id":"list_accounts","name":"List Accounts","description":"List accounts from your Salesforce CRM","requiresWrite":false},{"id":"get_account","name":"Get Account","description":"Get detailed information about a specific account","requiresWrite":false},{"id":"list_contacts","name":"List Contacts","description":"List contacts from your Salesforce CRM","requiresWrite":false},{"id":"list_opportunities","name":"List Opportunities","description":"List sales opportunities from your Salesforce CRM","requiresWrite":false},{"id":"create_lead","name":"Create Lead","description":"Create a new lead in Salesforce CRM","requiresWrite":true}],"prompts":[{"id":"find_accounts","title":"Find accounts","prompt":"Search for accounts in my Salesforce CRM and show me their key information.","category":"crm","icon":"search"},{"id":"create_lead","title":"Create a lead","prompt":"Create a new lead in Salesforce CRM with the information I provide.","category":"crm","icon":"plus"},{"id":"pipeline_summary","title":"Pipeline summary","prompt":"Show me a summary of my current sales opportunities and pipeline status.","category":"crm","icon":"chart"},{"id":"contact_lookup","title":"Contact lookup","prompt":"Find and display information about specific contacts in my Salesforce CRM.","category":"crm","icon":"user"}],"suggestedWith":["gmail","slack","calendar"]},
38
+ {"name":"sentry","displayName":"Sentry","icon":"sentry.svg","description":"Monitor errors, track issues, and manage Sentry projects","auth":{"type":"api-key","requiredApis":[{"name":"Sentry API","enableUrl":"https://sentry.io/settings/account/api/auth-tokens/"}],"tokenName":"Auth Token","docsUrl":"https://docs.sentry.io/api/auth/"},"envVars":[{"name":"SENTRY_AUTH_TOKEN","description":"Sentry Auth Token for API access","required":true,"sensitive":true,"docsUrl":"https://docs.sentry.io/api/auth/"},{"name":"SENTRY_ORG","description":"Your Sentry organization slug","required":true,"sensitive":false,"docsUrl":"https://docs.sentry.io/api/"}],"tools":[{"id":"list_projects","name":"List Projects","description":"List all projects in your Sentry organization","requiresWrite":false},{"id":"list_issues","name":"List Issues","description":"List issues/errors in a Sentry project with optional filters","requiresWrite":false},{"id":"get_issue","name":"Get Issue","description":"Get detailed information about a specific Sentry issue","requiresWrite":false},{"id":"resolve_issue","name":"Resolve Issue","description":"Mark a Sentry issue as resolved","requiresWrite":true}],"prompts":[{"id":"check_errors","title":"Check recent errors","prompt":"Show me recent errors and issues in my Sentry projects and help me prioritize which ones to fix.","category":"development","icon":"alert-triangle"},{"id":"analyze_issue","title":"Analyze an issue","prompt":"Help me analyze a specific Sentry issue, understand its root cause, and suggest a fix.","category":"development","icon":"bug"},{"id":"project_health","title":"Project health check","prompt":"Give me an overview of the health of my Sentry projects, including error rates and trending issues.","category":"analytics","icon":"activity"}],"suggestedWith":["github","slack","linear"],"category":"development"},
39
+ {"name":"servicenow","displayName":"ServiceNow","icon":"servicenow.svg","description":"IT Service Management - incidents, changes, and service requests","auth":{"type":"oauth2","provider":"servicenow","scopes":["useraccount","openid"]},"envVars":[{"name":"SERVICENOW_INSTANCE","description":"ServiceNow instance URL (e.g. your-instance.service-now.com)","required":true},{"name":"SERVICENOW_CLIENT_ID","description":"ServiceNow OAuth Client ID","required":true},{"name":"SERVICENOW_CLIENT_SECRET","description":"ServiceNow OAuth Client Secret","required":true,"sensitive":true}],"tools":[{"id":"list_incidents","name":"List Incidents","description":"List ServiceNow incidents with optional filters"},{"id":"get_incident","name":"Get Incident","description":"Get details of a specific incident"},{"id":"create_incident","name":"Create Incident","description":"Create a new incident in ServiceNow"},{"id":"update_incident","name":"Update Incident","description":"Update an existing incident"},{"id":"search_knowledge","name":"Search Knowledge Base","description":"Search ServiceNow knowledge base articles"}],"prompts":[{"id":"check_ticket_status","title":"Check ticket status","prompt":"Check the status of my recent ServiceNow incidents and summarize any that need attention.","category":"productivity"},{"id":"create_incident_report","title":"Create incident","prompt":"Help me create a new incident in ServiceNow with the appropriate priority and category.","category":"productivity"},{"id":"search_kb","title":"Search knowledge base","prompt":"Search the ServiceNow knowledge base for solutions to common issues.","category":"research"}],"suggestedWith":["slack","jira"],"category":"enterprise"},
40
+ {"name":"sharepoint","displayName":"SharePoint","icon":"sharepoint.svg","description":"Access and manage SharePoint sites, document libraries, and files","auth":{"type":"oauth2","provider":"microsoft","authorizationUrl":"https://login.microsoftonline.com/common/oauth2/v2.0/authorize","tokenUrl":"https://login.microsoftonline.com/common/oauth2/v2.0/token","scopes":["Sites.Read.All","Sites.ReadWrite.All","Files.Read.All","Files.ReadWrite.All","offline_access"],"tokenAuthMethod":"body","requiredApis":[{"name":"Microsoft Graph API","enableUrl":"https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade"}]},"envVars":[{"name":"MICROSOFT_CLIENT_ID","description":"Microsoft Azure App Client ID (shared with Outlook/Teams)","required":true,"sensitive":false,"docsUrl":"https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade"},{"name":"MICROSOFT_CLIENT_SECRET","description":"Microsoft Azure App Client Secret","required":true,"sensitive":true,"docsUrl":"https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade"}],"tools":[{"id":"list_sites","name":"List SharePoint Sites","description":"List all SharePoint sites the user has access to","requiresWrite":false},{"id":"get_site","name":"Get Site Details","description":"Get detailed information about a specific SharePoint site","requiresWrite":false},{"id":"list_files","name":"List Files","description":"List files and folders in a SharePoint document library","requiresWrite":false},{"id":"get_file","name":"Get File","description":"Get file metadata and content from SharePoint","requiresWrite":false},{"id":"upload_file","name":"Upload File","description":"Upload a file to a SharePoint document library","requiresWrite":true}],"prompts":[{"id":"search_documents","title":"Search documents","prompt":"Search for documents in SharePoint sites and summarize their content.","category":"productivity","icon":"search"},{"id":"list_recent_files","title":"List recent files","prompt":"Show me the most recently modified files across all SharePoint sites I have access to.","category":"productivity","icon":"document"},{"id":"organize_documents","title":"Organize documents","prompt":"Help me organize and categorize documents in a SharePoint library.","category":"productivity","icon":"folder"}],"suggestedWith":["outlook","teams","onedrive"]},
41
+ {"name":"sheets","displayName":"Google Sheets","icon":"sheets.svg","description":"Read, write, and manage Google Sheets spreadsheets","auth":{"type":"oauth2","provider":"google","authorizationUrl":"https://accounts.google.com/o/oauth2/v2/auth","tokenUrl":"https://oauth2.googleapis.com/token","scopes":["https://www.googleapis.com/auth/spreadsheets","https://www.googleapis.com/auth/drive.readonly"],"requiredApis":[{"name":"Google Sheets API","enableUrl":"https://console.cloud.google.com/apis/library/sheets.googleapis.com"},{"name":"Google Drive API","enableUrl":"https://console.cloud.google.com/apis/library/drive.googleapis.com"}]},"envVars":[{"name":"GOOGLE_CLIENT_ID","description":"Google OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://console.cloud.google.com/apis/credentials"},{"name":"GOOGLE_CLIENT_SECRET","description":"Google OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://console.cloud.google.com/apis/credentials"}],"tools":[{"id":"list_spreadsheets","name":"List Spreadsheets","description":"List recent Google Sheets spreadsheets from Drive","requiresWrite":false},{"id":"get_spreadsheet","name":"Get Spreadsheet","description":"Get spreadsheet metadata including sheet names and properties","requiresWrite":false},{"id":"read_range","name":"Read Range","description":"Read cell data from a spreadsheet range","requiresWrite":false},{"id":"write_range","name":"Write Range","description":"Write data to a spreadsheet range","requiresWrite":true},{"id":"create_spreadsheet","name":"Create Spreadsheet","description":"Create a new spreadsheet with optional initial data","requiresWrite":true}],"prompts":[{"id":"analyze_data","title":"Analyze spreadsheet data","prompt":"Read and analyze data from a Google Sheets spreadsheet. Provide insights, trends, and statistics.","category":"productivity","icon":"chart"},{"id":"create_report","title":"Create a report spreadsheet","prompt":"Create a new Google Sheets spreadsheet with formatted data, headers, and calculations.","category":"productivity","icon":"plus"},{"id":"update_tracker","title":"Update a tracker","prompt":"Update a tracking spreadsheet with new data. Add rows, update values, or calculate totals.","category":"productivity","icon":"edit"}],"suggestedWith":["gmail","calendar","notion"]},
42
+ {"name":"shopify","displayName":"Shopify","icon":"shopify.svg","description":"Manage products, orders, and customers in your Shopify store","auth":{"type":"oauth2","provider":"shopify","authorizationUrl":"https://shop.myshopify.com/admin/oauth/authorize","tokenUrl":"https://shop.myshopify.com/admin/oauth/access_token","scopes":["read_products","write_products","read_orders"],"requiredApis":[{"name":"Shopify Admin API","enableUrl":"https://partners.shopify.com"}]},"envVars":[{"name":"SHOPIFY_CLIENT_ID","description":"Shopify OAuth Client ID (API Key)","required":true,"sensitive":false,"docsUrl":"https://shopify.dev/docs/apps/auth/oauth"},{"name":"SHOPIFY_CLIENT_SECRET","description":"Shopify OAuth Client Secret (API Secret Key)","required":true,"sensitive":true,"docsUrl":"https://shopify.dev/docs/apps/auth/oauth"},{"name":"SHOPIFY_SHOP_DOMAIN","description":"Your Shopify store domain (e.g., mystore.myshopify.com)","required":true,"sensitive":false,"docsUrl":"https://shopify.dev/docs/apps/auth/oauth"}],"tools":[{"id":"list_products","name":"List Products","description":"List products in your Shopify store","requiresWrite":false},{"id":"get_product","name":"Get Product","description":"Get details of a specific product","requiresWrite":false},{"id":"list_orders","name":"List Orders","description":"List orders from your Shopify store","requiresWrite":false},{"id":"get_order","name":"Get Order","description":"Get details of a specific order","requiresWrite":false},{"id":"list_customers","name":"List Customers","description":"List customers in your Shopify store","requiresWrite":false}],"prompts":[{"id":"list_products","title":"Show my products","prompt":"List all products in my Shopify store with their prices and inventory levels.","category":"ecommerce","icon":"shopping-bag"},{"id":"recent_orders","title":"Show recent orders","prompt":"Show me the most recent orders from my Shopify store with customer details and order totals.","category":"ecommerce","icon":"receipt"},{"id":"customer_list","title":"Show my customers","prompt":"List all customers in my Shopify store with their contact information and order history.","category":"ecommerce","icon":"users"}],"suggestedWith":["stripe","mailchimp","analytics"]},
43
+ {"name":"slack","displayName":"Slack","icon":"slack.svg","description":"Send messages, read channels, and manage Slack workspace","auth":{"type":"oauth2","provider":"slack","authorizationUrl":"https://slack.com/oauth/v2/authorize","tokenUrl":"https://slack.com/api/oauth.v2.access","scopes":["channels:history","channels:read","chat:write","users:read","im:history","im:read"]},"envVars":[{"name":"SLACK_CLIENT_ID","description":"Slack App Client ID","required":true,"sensitive":false,"docsUrl":"https://api.slack.com/apps"},{"name":"SLACK_CLIENT_SECRET","description":"Slack App Client Secret","required":true,"sensitive":true,"docsUrl":"https://api.slack.com/apps"}],"tools":[{"id":"list_channels","name":"List Channels","description":"Get list of Slack channels","requiresWrite":false,"endpoint":{"method":"POST","url":"https://slack.com/api/conversations.list","body":{"limit":{"type":"number","description":"Max channels (1-1000)","default":100},"exclude_archived":{"type":"boolean","description":"Exclude archived channels","default":true},"types":{"type":"string","description":"Channel types: public_channel, private_channel, mpim, im","default":"public_channel"}},"response":{"transform":"channels"}}},{"id":"send_message","name":"Send Message","description":"Send a message to a Slack channel","requiresWrite":true,"endpoint":{"method":"POST","url":"https://slack.com/api/chat.postMessage","body":{"channel":{"type":"string","description":"Channel ID to send to","required":true},"text":{"type":"string","description":"Message text (supports mrkdwn)","required":true},"thread_ts":{"type":"string","description":"Thread timestamp to reply to"},"unfurl_links":{"type":"boolean","description":"Unfurl URLs"}}}},{"id":"get_messages","name":"Get Messages","description":"Get recent messages from a channel","requiresWrite":false,"endpoint":{"method":"POST","url":"https://slack.com/api/conversations.history","body":{"channel":{"type":"string","description":"Channel ID","required":true},"limit":{"type":"number","description":"Max messages (1-1000)","default":20},"oldest":{"type":"string","description":"Only messages after this timestamp"}},"response":{"transform":"messages"}}}],"prompts":[{"id":"catch_up_slack","title":"Catch up on Slack","prompt":"Summarize the important messages from my Slack channels from today. Highlight any mentions or urgent items.","category":"productivity","icon":"slack"},{"id":"post_update","title":"Post team update","prompt":"Help me write and post a team update to Slack about my current work progress.","category":"productivity","icon":"message"}],"suggestedWith":["gmail","calendar","jira"]},
44
+ {"name":"snowflake","displayName":"Snowflake","icon":"snowflake.svg","description":"Query and manage your Snowflake data warehouse with SQL operations across databases, schemas, and tables","auth":{"type":"api-key","requiredApis":[{"name":"Snowflake Account","enableUrl":"https://app.snowflake.com/"}]},"envVars":[{"name":"SNOWFLAKE_ACCOUNT","description":"Your Snowflake account identifier (e.g., xy12345.us-east-1)","required":true,"sensitive":false,"docsUrl":"https://docs.snowflake.com/en/user-guide/admin-account-identifier"},{"name":"SNOWFLAKE_USERNAME","description":"Snowflake username for authentication","required":true,"sensitive":false,"docsUrl":"https://docs.snowflake.com/en/user-guide/admin-user-management"},{"name":"SNOWFLAKE_PASSWORD","description":"Snowflake password for authentication","required":true,"sensitive":true,"docsUrl":"https://docs.snowflake.com/en/user-guide/admin-user-management"},{"name":"SNOWFLAKE_WAREHOUSE","description":"Default warehouse to use for queries (e.g., COMPUTE_WH)","required":true,"sensitive":false,"docsUrl":"https://docs.snowflake.com/en/user-guide/warehouses"},{"name":"SNOWFLAKE_DATABASE","description":"Default database to use for queries","required":false,"sensitive":false,"docsUrl":"https://docs.snowflake.com/en/user-guide/databases"},{"name":"SNOWFLAKE_SCHEMA","description":"Default schema to use for queries (defaults to PUBLIC)","required":false,"sensitive":false,"docsUrl":"https://docs.snowflake.com/en/user-guide/schemas"}],"tools":[{"id":"run_query","name":"Run Query","description":"Execute a SQL query against your Snowflake data warehouse","requiresWrite":false},{"id":"list_databases","name":"List Databases","description":"List all databases in your Snowflake account","requiresWrite":false},{"id":"list_schemas","name":"List Schemas","description":"List all schemas in a Snowflake database","requiresWrite":false},{"id":"list_tables","name":"List Tables","description":"List all tables in a Snowflake database schema","requiresWrite":false},{"id":"describe_table","name":"Describe Table","description":"Get detailed column information for a specific table","requiresWrite":false}],"prompts":[{"id":"query_data","title":"Query my data warehouse","prompt":"Help me query data from my Snowflake data warehouse. Show me specific records or analyze patterns.","category":"data","icon":"search"},{"id":"analyze_tables","title":"Analyze table structure","prompt":"Show me the structure of tables in my Snowflake database and help me understand the schema.","category":"data","icon":"database"},{"id":"data_insights","title":"Generate insights","prompt":"Analyze my Snowflake data and generate insights about trends, patterns, and anomalies.","category":"analytics","icon":"chart"},{"id":"optimize_queries","title":"Optimize queries","prompt":"Help me optimize my SQL queries for better performance in Snowflake.","category":"analytics","icon":"lightning"}],"suggestedWith":["github","slack","notion"]},
45
+ {"name":"stripe","displayName":"Stripe","icon":"stripe.svg","description":"Access Stripe payment data, customers, subscriptions, and balance information","auth":{"type":"api-key","requiredApis":[{"name":"Stripe API","enableUrl":"https://dashboard.stripe.com/apikeys"}],"keyName":"STRIPE_SECRET_KEY","headerName":"Authorization","headerPrefix":"Bearer"},"envVars":[{"name":"STRIPE_SECRET_KEY","description":"Stripe Secret Key (starts with sk_)","required":true,"sensitive":true,"docsUrl":"https://dashboard.stripe.com/apikeys"},{"name":"STRIPE_WEBHOOK_SECRET","description":"Stripe Webhook Secret (optional, for webhook verification)","required":false,"sensitive":true,"docsUrl":"https://dashboard.stripe.com/webhooks"}],"tools":[{"id":"list_customers","name":"List Customers","description":"List Stripe customers with optional filtering","requiresWrite":false},{"id":"get_customer","name":"Get Customer","description":"Retrieve detailed information about a specific customer","requiresWrite":false},{"id":"list_payments","name":"List Payments","description":"List payment intents with optional status filtering","requiresWrite":false},{"id":"get_balance","name":"Get Balance","description":"Retrieve the current account balance","requiresWrite":false},{"id":"list_subscriptions","name":"List Subscriptions","description":"List subscriptions with optional status filtering","requiresWrite":false}],"prompts":[{"id":"check_balance","title":"Check account balance","prompt":"Check my Stripe account balance and provide a summary of available and pending funds.","category":"finance","icon":"currency"},{"id":"recent_payments","title":"Recent payments","prompt":"Show me the most recent successful payments in my Stripe account.","category":"finance","icon":"payment"},{"id":"customer_overview","title":"Customer overview","prompt":"Give me an overview of my Stripe customers including total count and recent additions.","category":"analytics","icon":"users"},{"id":"subscription_status","title":"Subscription status","prompt":"Show me the status of all active subscriptions and any that are expiring soon.","category":"analytics","icon":"repeat"}],"suggestedWith":["slack","email","analytics"]},
46
+ {"name":"supabase","displayName":"Supabase","icon":"supabase.svg","description":"Query and manage your Supabase database with full CRUD operations","auth":{"type":"api-key","requiredApis":[{"name":"Supabase Project","enableUrl":"https://supabase.com/dashboard/projects"}]},"envVars":[{"name":"SUPABASE_URL","description":"Your Supabase project URL (e.g., https://xxxxx.supabase.co)","required":true,"sensitive":false,"docsUrl":"https://supabase.com/docs/guides/api#api-url-and-keys"},{"name":"SUPABASE_ANON_KEY","description":"Supabase anonymous/public API key for client-side operations","required":true,"sensitive":true,"docsUrl":"https://supabase.com/docs/guides/api#api-url-and-keys"},{"name":"SUPABASE_SERVICE_KEY","description":"Supabase service role key for server-side operations (bypasses RLS)","required":true,"sensitive":true,"docsUrl":"https://supabase.com/docs/guides/api#api-url-and-keys"}],"tools":[{"id":"list_tables","name":"List Tables","description":"List all tables in your Supabase database","requiresWrite":false},{"id":"query_table","name":"Query Table","description":"Select rows from a table with optional filters and sorting","requiresWrite":false},{"id":"insert_row","name":"Insert Row","description":"Insert a new row into a table","requiresWrite":true},{"id":"update_row","name":"Update Row","description":"Update an existing row in a table","requiresWrite":true},{"id":"delete_row","name":"Delete Row","description":"Delete a row from a table","requiresWrite":true}],"prompts":[{"id":"query_data","title":"Query my database","prompt":"Help me query data from my Supabase database. Show me specific records or analyze patterns.","category":"data","icon":"search"},{"id":"create_record","title":"Create a record","prompt":"Create a new record in my Supabase database with the information I provide.","category":"data","icon":"plus"},{"id":"update_records","title":"Update records","prompt":"Find and update records in my Supabase database based on specific criteria.","category":"data","icon":"edit"},{"id":"database_stats","title":"Database statistics","prompt":"Show me statistics and insights about my Supabase database tables and data.","category":"analytics","icon":"chart"}],"suggestedWith":["github","slack","linear"]},
47
+ {"name":"teams","displayName":"Microsoft Teams","icon":"teams.svg","description":"Send messages and manage Teams chats and channels","auth":{"type":"oauth2","provider":"microsoft","authorizationUrl":"https://login.microsoftonline.com/common/oauth2/v2.0/authorize","tokenUrl":"https://login.microsoftonline.com/common/oauth2/v2.0/token","scopes":["Chat.Read","Chat.ReadWrite","ChannelMessage.Send","Team.ReadBasic.All","offline_access"],"tokenAuthMethod":"body","requiredApis":[{"name":"Microsoft Graph API","enableUrl":"https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade"}]},"envVars":[{"name":"MICROSOFT_CLIENT_ID","description":"Microsoft Azure App Client ID (Application ID)","required":true,"sensitive":false,"docsUrl":"https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade"},{"name":"MICROSOFT_CLIENT_SECRET","description":"Microsoft Azure App Client Secret","required":true,"sensitive":true,"docsUrl":"https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade"}],"tools":[{"id":"list_chats","name":"List Chats","description":"List recent Teams chats","requiresWrite":false},{"id":"get_messages","name":"Get Messages","description":"Get messages from a specific chat","requiresWrite":false},{"id":"send_message","name":"Send Message","description":"Send a message to a chat or channel","requiresWrite":true},{"id":"list_teams","name":"List Teams","description":"List all joined Teams","requiresWrite":false},{"id":"list_channels","name":"List Channels","description":"List channels in a specific Team","requiresWrite":false}],"prompts":[{"id":"check_messages","title":"Check my messages","prompt":"Check my recent Teams messages and summarize any important conversations or action items.","category":"communication","icon":"message"},{"id":"send_update","title":"Send team update","prompt":"Send a status update message to a specific Teams channel about project progress.","category":"communication","icon":"send"},{"id":"find_conversation","title":"Find a conversation","prompt":"Search through my Teams chats to find discussions about a specific topic.","category":"communication","icon":"search"}],"suggestedWith":["outlook","slack","calendar"]},
48
+ {"name":"trello","displayName":"Trello","icon":"trello.svg","description":"Manage boards, lists, and cards in Trello","auth":{"type":"oauth2","provider":"trello","authorizationUrl":"https://trello.com/1/authorize","tokenUrl":"https://trello.com/1/OAuthGetAccessToken","scopes":["read","write"],"requiredApis":[{"name":"Trello Developer Portal","enableUrl":"https://trello.com/app-key"}]},"envVars":[{"name":"TRELLO_CLIENT_ID","description":"Trello API Key","required":true,"sensitive":false,"docsUrl":"https://developer.atlassian.com/cloud/trello/guides/rest-api/authorization/"},{"name":"TRELLO_CLIENT_SECRET","description":"Trello OAuth Secret","required":true,"sensitive":true,"docsUrl":"https://developer.atlassian.com/cloud/trello/guides/rest-api/authorization/"}],"tools":[{"id":"list_boards","name":"List Boards","description":"List all boards accessible to the user","requiresWrite":false},{"id":"list_cards","name":"List Cards","description":"List cards in a board or list","requiresWrite":false},{"id":"get_card","name":"Get Card","description":"Get details of a specific card","requiresWrite":false},{"id":"create_card","name":"Create Card","description":"Create a new card in a list","requiresWrite":true},{"id":"update_card","name":"Update Card","description":"Update an existing card","requiresWrite":true}],"prompts":[{"id":"my_boards","title":"Show my boards","prompt":"List all my Trello boards with their lists and card counts.","category":"productivity","icon":"grid"},{"id":"create_card","title":"Create a card","prompt":"Create a new card with a title, description, and due date.","category":"productivity","icon":"plus"}],"suggestedWith":["slack","asana","notion"]},
49
+ {"name":"twilio","displayName":"Twilio","icon":"twilio.svg","description":"Send SMS, WhatsApp messages, make calls, and manage communications with Twilio","auth":{"type":"api-key","requiredApis":[{"name":"Twilio API","enableUrl":"https://console.twilio.com/us1/develop/sms/overview"}],"keyName":"TWILIO_AUTH_TOKEN","headerName":"Authorization","headerPrefix":"Basic"},"envVars":[{"name":"TWILIO_ACCOUNT_SID","description":"Twilio Account SID (starts with AC)","required":true,"sensitive":false,"docsUrl":"https://console.twilio.com/"},{"name":"TWILIO_AUTH_TOKEN","description":"Twilio Auth Token","required":true,"sensitive":true,"docsUrl":"https://console.twilio.com/"},{"name":"TWILIO_PHONE_NUMBER","description":"Your Twilio phone number (E.164 format: +1234567890)","required":true,"sensitive":false,"docsUrl":"https://console.twilio.com/us1/develop/phone-numbers/manage/incoming"}],"tools":[{"id":"send_sms","name":"Send SMS","description":"Send an SMS text message to a phone number","requiresWrite":true},{"id":"send_whatsapp","name":"Send WhatsApp Message","description":"Send a WhatsApp message to a phone number","requiresWrite":true},{"id":"list_messages","name":"List Messages","description":"List recent SMS and WhatsApp messages","requiresWrite":false},{"id":"get_message","name":"Get Message","description":"Get details about a specific message","requiresWrite":false},{"id":"list_calls","name":"List Calls","description":"List recent phone calls","requiresWrite":false}],"prompts":[{"id":"send_notification","title":"Send SMS notification","prompt":"Help me send an SMS notification to a customer about their order status.","category":"communication","icon":"message"},{"id":"check_messages","title":"Check recent messages","prompt":"Show me the most recent SMS and WhatsApp messages from the last 24 hours.","category":"communication","icon":"inbox"},{"id":"call_summary","title":"Call summary","prompt":"Give me a summary of recent calls including duration and status.","category":"analytics","icon":"phone"},{"id":"whatsapp_outreach","title":"WhatsApp outreach","prompt":"Help me draft and send a WhatsApp message for customer outreach.","category":"communication","icon":"message"}],"suggestedWith":["slack","gmail","calendar"]},
50
+ {"name":"twitter","displayName":"Twitter / X","icon":"twitter.svg","description":"Post tweets, read timeline, search tweets, and manage Twitter account","auth":{"type":"oauth2","provider":"twitter","authorizationUrl":"https://twitter.com/i/oauth2/authorize","tokenUrl":"https://api.twitter.com/2/oauth2/token","scopes":["tweet.read","tweet.write","users.read","follows.read","offline.access"],"usePKCE":true,"requiredApis":[{"name":"Twitter API v2","enableUrl":"https://developer.twitter.com/en/portal/dashboard"}]},"envVars":[{"name":"TWITTER_CLIENT_ID","description":"Twitter OAuth 2.0 Client ID","required":true,"sensitive":false,"docsUrl":"https://developer.twitter.com/en/portal/dashboard"},{"name":"TWITTER_CLIENT_SECRET","description":"Twitter OAuth 2.0 Client Secret","required":true,"sensitive":true,"docsUrl":"https://developer.twitter.com/en/portal/dashboard"}],"tools":[{"id":"search_tweets","name":"Search Tweets","description":"Search recent tweets on Twitter/X","requiresWrite":false},{"id":"post_tweet","name":"Post Tweet","description":"Create a new tweet on Twitter/X","requiresWrite":true},{"id":"get_timeline","name":"Get Timeline","description":"Get the authenticated user's home timeline","requiresWrite":false}],"prompts":[{"id":"catch_up_twitter","title":"Catch up on Twitter","prompt":"Summarize the important tweets from my Twitter timeline today. Highlight trending topics and mentions.","category":"productivity","icon":"twitter"},{"id":"compose_tweet","title":"Compose a tweet","prompt":"Help me compose and post an engaging tweet about my current work or thoughts.","category":"productivity","icon":"message"},{"id":"search_topic","title":"Search Twitter topic","prompt":"Search Twitter for recent tweets about a specific topic and summarize the key discussions.","category":"research","icon":"search"}],"suggestedWith":["slack","linkedin","notion"]},
51
+ {"name":"webex","displayName":"Webex","icon":"webex.svg","description":"Manage meetings, rooms, and messages in Webex","auth":{"type":"oauth2","provider":"webex","authorizationUrl":"https://webexapis.com/v1/authorize","tokenUrl":"https://webexapis.com/v1/access_token","scopes":["spark:all","spark:kms"],"requiredApis":[{"name":"Webex Developer Portal","enableUrl":"https://developer.webex.com/my-apps"}]},"envVars":[{"name":"WEBEX_CLIENT_ID","description":"Webex OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://developer.webex.com/docs/integrations"},{"name":"WEBEX_CLIENT_SECRET","description":"Webex OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://developer.webex.com/docs/integrations"}],"tools":[{"id":"list_meetings","name":"List Meetings","description":"List scheduled Webex meetings","requiresWrite":false},{"id":"get_meeting","name":"Get Meeting","description":"Get details of a specific meeting","requiresWrite":false},{"id":"create_meeting","name":"Create Meeting","description":"Schedule a new Webex meeting","requiresWrite":true},{"id":"list_rooms","name":"List Rooms","description":"List Webex spaces/rooms","requiresWrite":false},{"id":"send_message","name":"Send Message","description":"Send a message to a Webex room","requiresWrite":true}],"prompts":[{"id":"my_meetings","title":"Show my meetings","prompt":"List all my upcoming Webex meetings with their times and join links.","category":"productivity","icon":"video"},{"id":"create_meeting","title":"Schedule a meeting","prompt":"Create a new Webex meeting with a title, start time, duration, and agenda.","category":"productivity","icon":"plus"}],"suggestedWith":["calendar","slack","teams"]},
52
+ {"name":"xero","displayName":"Xero","icon":"xero.svg","description":"Manage invoices, contacts, and accounting data in Xero","auth":{"type":"oauth2","provider":"xero","authorizationUrl":"https://login.xero.com/identity/connect/authorize","tokenUrl":"https://identity.xero.com/connect/token","scopes":["openid","profile","email","accounting.transactions","offline_access"],"requiredApis":[{"name":"Xero Developer Portal","enableUrl":"https://developer.xero.com/app/manage"}]},"envVars":[{"name":"XERO_CLIENT_ID","description":"Xero OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://developer.xero.com/documentation/guides/oauth2/overview"},{"name":"XERO_CLIENT_SECRET","description":"Xero OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://developer.xero.com/documentation/guides/oauth2/overview"}],"tools":[{"id":"list_invoices","name":"List Invoices","description":"List invoices from Xero","requiresWrite":false},{"id":"get_invoice","name":"Get Invoice","description":"Get details of a specific invoice","requiresWrite":false},{"id":"create_invoice","name":"Create Invoice","description":"Create a new invoice in Xero","requiresWrite":true},{"id":"list_contacts","name":"List Contacts","description":"List contacts from Xero","requiresWrite":false},{"id":"get_contact","name":"Get Contact","description":"Get details of a specific contact","requiresWrite":false}],"prompts":[{"id":"recent_invoices","title":"Show recent invoices","prompt":"List the most recent invoices from Xero with their status and amounts.","category":"accounting","icon":"receipt"},{"id":"create_invoice","title":"Create an invoice","prompt":"Create a new invoice in Xero with line items and contact details.","category":"accounting","icon":"plus"}],"suggestedWith":["quickbooks","stripe","hubspot"]},
53
+ {"name":"zendesk","displayName":"Zendesk","icon":"zendesk.svg","description":"Manage support tickets, users, and help center content","auth":{"type":"oauth2","provider":"zendesk","scopes":["read","write"]},"envVars":[{"name":"ZENDESK_SUBDOMAIN","description":"Zendesk subdomain (e.g. your-company in your-company.zendesk.com)","required":true},{"name":"ZENDESK_CLIENT_ID","description":"Zendesk OAuth Client ID","required":true},{"name":"ZENDESK_CLIENT_SECRET","description":"Zendesk OAuth Client Secret","required":true,"sensitive":true}],"tools":[{"id":"list_tickets","name":"List Tickets","description":"List Zendesk tickets with optional filters"},{"id":"get_ticket","name":"Get Ticket","description":"Get details of a specific ticket"},{"id":"create_ticket","name":"Create Ticket","description":"Create a new ticket in Zendesk"},{"id":"search_tickets","name":"Search Tickets","description":"Search tickets using Zendesk query syntax"}],"prompts":[{"id":"check_ticket_status","title":"Check ticket status","prompt":"Check the status of my recent Zendesk tickets and summarize any that need attention.","category":"productivity"},{"id":"create_support_ticket","title":"Create support ticket","prompt":"Help me create a new support ticket in Zendesk with the appropriate priority and tags.","category":"productivity"},{"id":"search_tickets","title":"Search tickets","prompt":"Search Zendesk tickets for specific issues or customer inquiries.","category":"research"}],"suggestedWith":["slack","intercom"],"category":"support"},
54
+ {"name":"zoom","displayName":"Zoom","icon":"zoom.svg","description":"Manage video meetings and webinars in Zoom","auth":{"type":"oauth2","provider":"zoom","authorizationUrl":"https://zoom.us/oauth/authorize","tokenUrl":"https://zoom.us/oauth/token","scopes":["meeting:read","meeting:write","user:read"],"requiredApis":[{"name":"Zoom Marketplace","enableUrl":"https://marketplace.zoom.us/develop/create"}]},"envVars":[{"name":"ZOOM_CLIENT_ID","description":"Zoom OAuth Client ID","required":true,"sensitive":false,"docsUrl":"https://developers.zoom.us/docs/integrations/oauth/"},{"name":"ZOOM_CLIENT_SECRET","description":"Zoom OAuth Client Secret","required":true,"sensitive":true,"docsUrl":"https://developers.zoom.us/docs/integrations/oauth/"}],"tools":[{"id":"list_meetings","name":"List Meetings","description":"List all scheduled meetings for a user","requiresWrite":false},{"id":"get_meeting","name":"Get Meeting","description":"Get details of a specific meeting","requiresWrite":false},{"id":"create_meeting","name":"Create Meeting","description":"Create a new Zoom meeting","requiresWrite":true},{"id":"update_meeting","name":"Update Meeting","description":"Update an existing meeting","requiresWrite":true},{"id":"delete_meeting","name":"Delete Meeting","description":"Delete a scheduled meeting","requiresWrite":true}],"prompts":[{"id":"my_meetings","title":"Show my meetings","prompt":"List all my upcoming Zoom meetings with their dates, times, and join URLs.","category":"productivity","icon":"video"},{"id":"create_meeting","title":"Schedule a meeting","prompt":"Create a new Zoom meeting with a topic, time, duration, and password.","category":"productivity","icon":"plus"}],"suggestedWith":["calendar","slack","notion"]},
55
55
  ];
56
56
 
57
57
  export const icons: Record<string, string> = {