forked from drewburchfield/help-scout-mcp-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcp.json
More file actions
28 lines (28 loc) · 673 Bytes
/
mcp.json
File metadata and controls
28 lines (28 loc) · 673 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "helpscout-search",
"description": "Search-capable MCP server for Help Scout inboxes, conversations, and threads.",
"version": "1.6.2",
"mcpVersion": "1.17.4",
"resources": [
"helpscout://inboxes",
"helpscout://conversations",
"helpscout://threads",
"helpscout://clock"
],
"tools": [
"searchInboxes",
"searchConversations",
"getConversationSummary",
"getThreads",
"getServerTime",
"listAllInboxes",
"advancedConversationSearch",
"comprehensiveConversationSearch",
"structuredConversationFilter"
],
"prompts": [
"search-last-7-days",
"find-urgent-tags",
"list-inbox-activity"
]
}