|
| 1 | +{ |
| 2 | + "$schema": "../schemas/server-definition.schema.json", |
| 3 | + "id": "effytech.freshdesk-mcp-uvx", |
| 4 | + "name": "Freshdesk (uvx)", |
| 5 | + "alias": "freshdesk", |
| 6 | + "description": "Interact with Freshdesk customer support. Manage tickets, conversations, contacts, companies, agents, and ticket fields through the Freshdesk API.", |
| 7 | + "logo": "https://avatars.githubusercontent.com/u/61860985?v=4", |
| 8 | + "schema_version": "2.1", |
| 9 | + "categories": [ |
| 10 | + "communication" |
| 11 | + ], |
| 12 | + "tags": [ |
| 13 | + "freshdesk", |
| 14 | + "support", |
| 15 | + "helpdesk", |
| 16 | + "tickets", |
| 17 | + "customer-service", |
| 18 | + "crm" |
| 19 | + ], |
| 20 | + "transport": { |
| 21 | + "type": "stdio", |
| 22 | + "command": "uvx", |
| 23 | + "args": [ |
| 24 | + "freshdesk-mcp" |
| 25 | + ], |
| 26 | + "env": { |
| 27 | + "FRESHDESK_API_KEY": "${input:FRESHDESK_API_KEY}", |
| 28 | + "FRESHDESK_DOMAIN": "${input:FRESHDESK_DOMAIN}" |
| 29 | + }, |
| 30 | + "metadata": { |
| 31 | + "inputs": [ |
| 32 | + { |
| 33 | + "id": "FRESHDESK_API_KEY", |
| 34 | + "label": "Freshdesk API Key", |
| 35 | + "description": "Your Freshdesk API key, used to authenticate requests to the Freshdesk API.", |
| 36 | + "type": "text", |
| 37 | + "required": true, |
| 38 | + "secret": true, |
| 39 | + "placeholder": "****************", |
| 40 | + "obtain": { |
| 41 | + "url": "https://support.freshdesk.com/support/solutions/articles/215517", |
| 42 | + "instructions": "1. Log in to your Freshdesk account\n2. Click your profile picture (top right) and open Profile Settings\n3. Find Your API Key in the right-hand sidebar\n4. Copy the API key", |
| 43 | + "button_label": "Get API Key" |
| 44 | + } |
| 45 | + }, |
| 46 | + { |
| 47 | + "id": "FRESHDESK_DOMAIN", |
| 48 | + "label": "Freshdesk Domain", |
| 49 | + "description": "Your Freshdesk instance domain, e.g. yourcompany.freshdesk.com.", |
| 50 | + "type": "text", |
| 51 | + "required": true, |
| 52 | + "secret": false, |
| 53 | + "placeholder": "yourcompany.freshdesk.com" |
| 54 | + } |
| 55 | + ] |
| 56 | + } |
| 57 | + }, |
| 58 | + "auth": { |
| 59 | + "type": "api_key", |
| 60 | + "instructions": "Generate your Freshdesk API key from your Freshdesk Profile Settings (look for 'Your API Key' in the right sidebar) and provide your Freshdesk domain (e.g. yourcompany.freshdesk.com)." |
| 61 | + }, |
| 62 | + "contributor": { |
| 63 | + "name": "effytech", |
| 64 | + "github": "effytech", |
| 65 | + "url": "https://github.com/effytech/freshdesk_mcp" |
| 66 | + }, |
| 67 | + "links": { |
| 68 | + "repository": "https://github.com/effytech/freshdesk_mcp", |
| 69 | + "homepage": "https://github.com/effytech/freshdesk_mcp", |
| 70 | + "documentation": "https://github.com/effytech/freshdesk_mcp#readme" |
| 71 | + }, |
| 72 | + "platforms": [ |
| 73 | + "all" |
| 74 | + ], |
| 75 | + "capabilities": { |
| 76 | + "tools": true, |
| 77 | + "resources": false, |
| 78 | + "prompts": false, |
| 79 | + "read_only_mode": false |
| 80 | + }, |
| 81 | + "changelog_url": "https://github.com/effytech/freshdesk_mcp/releases" |
| 82 | +} |
0 commit comments