Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.usefulapi/freshdesk

REMOTE · FRESHDESK.USEFULAPI.IO · SCANNED AUG 3

Read tickets, contacts, companies, agents and groups; create, update and reply to tickets.

69 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security78
Transport & Reachability100
Schema Quality & AI Usability72
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2471 tokens (~130/item across 19 items; 19 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
  • Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · freshdesk.usefulapi.io

# add to Claude Code
claude mcp add --transport http io-usefulapi-freshdesk https://freshdesk.usefulapi.io/mcp
# ~/.codex/config.toml
[mcp_servers.io-usefulapi-freshdesk]
url = "https://freshdesk.usefulapi.io/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-usefulapi-freshdesk": {
      "type": "remote",
      "url": "https://freshdesk.usefulapi.io/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add io-usefulapi-freshdesk --url https://freshdesk.usefulapi.io/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  io-usefulapi-freshdesk:
    url: "https://freshdesk.usefulapi.io/mcp"
// mcp.json
{
  "mcpServers": {
    "io-usefulapi-freshdesk": {
      "type": "http",
      "url": "https://freshdesk.usefulapi.io/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +13
    • Authorization: unverified → pass security
    • First check of Authorization: partial security
    • Stability: unverified → 0.03 functional
  • 2 Aug 26 +38
    • Authorization: unverified → pass security
    • Transport: fail → pass security
    • First check of Authorization: partial security
    • Authorization: Authorisation not fully verified: this server exposes a tool marked destructive (freshdesk_create_ticket) and its handshake is open, but we could not confirm whether a tool call is gated, so we do not assert it is callable unauthenticated. security
    • MCP protocol: unverified → fail functional
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: excellent functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: fail functional
  • 1 Aug 26 18

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://freshdesk.usefulapi.io/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=usefulapi.io CN=WE1,O=Google Trust Services,C=US 1 Aug 2026 30 Oct 2026 ECDSA 256 ECDSA-SHA256 f8a741ccd989fd2b0eb2b32dd1c04a84
SANs: usefulapi.io, freshdesk.usefulapi.io, *.freshdesk.usefulapi.io
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of freshdesk.usefulapi.io. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
io. present 57355 8 Verified
usefulapi.io. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Enforced and verified

The endpoint asked for a token and published valid RFC 9728 metadata describing how to get one.

Result Enforced and verified
Enforced On tool calls
HTTP status 200

WWW-Authenticate challenge Bearer realm="OAuth", resource_metadata="https://freshdesk.usefulapi.io/.well-known/oauth-protected-resource/mcp", error="invalid_token", error_description="Missing or invalid access token"

Bearer realm="OAuth", resource_metadata="https://freshdesk.usefulapi.io/.well-known/oauth-protected-resource/mcp", error="invalid_token", error_description="Missing or invalid access token"

Protected resource metadata

Document https://freshdesk.usefulapi.io/.well-known/oauth-protected-resource/mcp
Retrieved Yes
Resource https://freshdesk.usefulapi.io/mcp
Authorisation server https://freshdesk.usefulapi.io
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://freshdesk.usefulapi.io/mcp Verified 200
http (plaintext) http://freshdesk.usefulapi.io/mcp Inconclusive 401
MCP tools — 19 exposed · ~2,471 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
freshdesk_add_note ~117

Add a note to a ticket. Notes are internal (private) by default; set `private: false` for a public note. Freshdesk REST: POST /tickets/{id}/notes.

NameTypeReqDescription
bodystringyesThe note content, HTML (required).
idintegeryesThe ticket id to add a note to.
notify_emailsarrayAgent emails to notify about this note.
privatebooleanWhether the note is internal/private (default true). Set false for a public note.

No output schema declared.

No examples provided.

freshdesk_create_company ~93

Create a company. `name` is required. Freshdesk REST: POST /companies.

NameTypeReqDescription
custom_fieldsobjectCustom field values, keyed by field name.
descriptionstringFreeform description / notes.
domainsarrayEmail domains associated with the company.
namestringyesThe company name (required).
notestringA note about the company.

No output schema declared.

No examples provided.

freshdesk_create_contact ~169

Create a contact. `name` is required. Freshdesk REST: POST /contacts.

NameTypeReqDescription
addressstringPostal address.
company_idintegerId of the company the contact belongs to.
custom_fieldsobjectCustom field values, keyed by field name.
descriptionstringFreeform description / notes.
emailstringEmail address.
job_titlestringJob title.
mobilestringMobile number.
namestringyesThe contact's full name (required).
phonestringPhone number.
tagsarrayTags (array of strings).
twitter_idstringTwitter handle.
unique_external_idstringExternal id from your own system.

No output schema declared.

No examples provided.

freshdesk_create_ticket ~433

Create a ticket. `subject` and `description` (HTML) are required, plus a requester — provide at least one of `email`, `requester_id`, or `phone`. status: 2=Open, 3=Pending, 4=Resolved, 5=Closed. priority: 1=Low, 2=Medium, 3=High, 4=Urgent. source: 1=Email, 2=Portal, 3=Phone, 7=Chat, 9=Feedbackwidget, 10=Outbound email. Freshdesk REST: POST /tickets.

NameTypeReqDescription
cc_emailsarrayEmails to CC on the ticket.
company_idintegerId of the company the ticket belongs to.
custom_fieldsobjectCustom field values, keyed by field name.
descriptionstringyesTicket description, HTML content (required).
emailstringRequester email (one of email/requester_id/phone required).
group_idintegerId of the group to assign the ticket to.
phonestringRequester phone (one of email/requester_id/phone required).
priorityintegerTicket priority: 1=Low, 2=Medium, 3=High, 4=Urgent.
requester_idintegerRequester (contact) id (one of email/requester_id/phone required).
responder_idintegerId of the agent the ticket is assigned to.
sourceintegerTicket source: 1=Email, 2=Portal, 3=Phone, 7=Chat, 9=Feedbackwidget, 10=Outbound email.
statusintegerTicket status: 2=Open, 3=Pending, 4=Resolved, 5=Closed.
subjectstringyesTicket subject (required).
tagsarrayTags (array of strings).
typestringTicket type (e.g. Question, Incident).

No output schema declared.

No examples provided.

freshdesk_get_agent ~37

Get a single agent by id. Freshdesk REST: GET /agents/{id}.

NameTypeReqDescription
idintegeryesThe agent id.

No output schema declared.

No examples provided.

freshdesk_get_company ~37

Get a single company by id. Freshdesk REST: GET /companies/{id}.

NameTypeReqDescription
idintegeryesThe company id.

No output schema declared.

No examples provided.

freshdesk_get_contact ~37

Get a single contact by id. Freshdesk REST: GET /contacts/{id}.

NameTypeReqDescription
idintegeryesThe contact id.

No output schema declared.

No examples provided.

freshdesk_get_ticket ~58

Get a single ticket by id. Freshdesk REST: GET /tickets/{id}.

NameTypeReqDescription
idintegeryesThe ticket id.
includestringEmbed extra data, comma-separated: conversations, requester, company, stats.

No output schema declared.

No examples provided.

freshdesk_list_agents ~106

List/filter agents. Freshdesk REST: GET /agents.

NameTypeReqDescription
emailstringFilter by email.
mobilestringFilter by mobile number.
pageintegerPage number for pagination (1-based).
per_pageintegerResults per page (1-100, max 100, default 30).
phonestringFilter by phone number.
statestringFilter by state: fulltime or occasional.

No output schema declared.

No examples provided.

freshdesk_list_companies ~59

List companies. Freshdesk REST: GET /companies.

NameTypeReqDescription
pageintegerPage number for pagination (1-based).
per_pageintegerResults per page (1-100, max 100, default 30).

No output schema declared.

No examples provided.

freshdesk_list_contacts ~141

List/filter contacts. Freshdesk REST: GET /contacts.

NameTypeReqDescription
company_idintegerFilter by company id.
emailstringFilter by email.
mobilestringFilter by mobile number.
pageintegerPage number for pagination (1-based).
per_pageintegerResults per page (1-100, max 100, default 30).
phonestringFilter by phone number.
statestringFilter by state: verified, unverified, blocked, or deleted.
updated_sincestringOnly contacts updated after this ISO 8601 timestamp.

No output schema declared.

No examples provided.

freshdesk_list_groups ~65

List groups (agent groups tickets are routed to). Freshdesk REST: GET /groups.

NameTypeReqDescription
pageintegerPage number for pagination (1-based).
per_pageintegerResults per page (1-100, max 100, default 30).

No output schema declared.

No examples provided.

freshdesk_list_ticket_conversations ~85

List the conversations (replies and notes) on a ticket. Freshdesk REST: GET /tickets/{id}/conversations.

NameTypeReqDescription
idintegeryesThe ticket id.
pageintegerPage number for pagination (1-based).
per_pageintegerResults per page (1-100, max 100, default 30).

No output schema declared.

No examples provided.

freshdesk_list_tickets ~203

List/filter tickets (max page 300). Freshdesk REST: GET /tickets.

NameTypeReqDescription
company_idintegerFilter by company id.
emailstringFilter by requester email.
filterstringPredefined filter: new_and_my_open, watching, spam, or deleted.
includestringEmbed extra data, comma-separated, e.g. "requester,stats,description".
order_bystringSort field: created_at, due_by, updated_at, or status.
order_typestringSort direction: asc or desc.
pageintegerPage number for pagination (1-based).
per_pageintegerResults per page (1-100, max 100, default 30).
requester_idintegerFilter by requester (contact) id.
updated_sincestringOnly tickets updated after this ISO 8601 timestamp.

No output schema declared.

No examples provided.

freshdesk_reply_ticket ~94

Add a public reply to a ticket (sent to the requester). Freshdesk REST: POST /tickets/{id}/reply.

NameTypeReqDescription
bcc_emailsarrayEmails to BCC on the reply.
bodystringyesThe reply content, HTML (required).
cc_emailsarrayEmails to CC on the reply.
idintegeryesThe ticket id to reply to.

No output schema declared.

No examples provided.

freshdesk_search_contacts ~121

Search contacts with the Freshdesk query DSL. The query VALUE is wrapped in double quotes automatically. Examples: `name:'ada'`, `email:'[email protected]'`, `company_id:123`. Freshdesk REST: GET /search/contacts.

NameTypeReqDescription
pageintegerPage number (1-10; search endpoints return 30 results per page and ignore per_page).
querystringyesFreshdesk search query, e.g. "company_id:123" (do NOT add surrounding quotes yourself — they are added for you).

No output schema declared.

No examples provided.

freshdesk_search_tickets ~145

Search tickets with the Freshdesk query DSL. The query VALUE is wrapped in double quotes automatically. Examples: `status:2 AND priority:3`, `created_at:>'2026-01-01'`, `agent_id:123`, `group_id:45`, `tag:'urgent'`. Freshdesk REST: GET /search/tickets.

NameTypeReqDescription
pageintegerPage number (1-10; search endpoints return 30 results per page and ignore per_page).
querystringyesFreshdesk search query, e.g. "priority:3 AND status:2" (do NOT add surrounding quotes yourself — they are added for you).

No output schema declared.

No examples provided.

freshdesk_update_contact ~159

Update fields on an existing contact. Only provided fields are changed. Freshdesk REST: PUT /contacts/{id}.

NameTypeReqDescription
addressstringPostal address.
company_idintegerId of the company the contact belongs to.
custom_fieldsobjectCustom field values, keyed by field name.
descriptionstringFreeform description / notes.
emailstringEmail address.
idintegeryesThe contact id to update.
job_titlestringJob title.
mobilestringMobile number.
namestringThe contact's full name.
phonestringPhone number.
tagsarrayTags (array of strings).

No output schema declared.

No examples provided.

freshdesk_update_ticket ~312

Update fields on an existing ticket. Only provided fields are changed. status: 2=Open, 3=Pending, 4=Resolved, 5=Closed. priority: 1=Low, 2=Medium, 3=High, 4=Urgent. Freshdesk REST: PUT /tickets/{id}.

NameTypeReqDescription
company_idintegerId of the company the ticket belongs to.
custom_fieldsobjectCustom field values, keyed by field name.
descriptionstringTicket description, HTML content.
group_idintegerId of the group to assign the ticket to.
idintegeryesThe ticket id to update.
priorityintegerTicket priority: 1=Low, 2=Medium, 3=High, 4=Urgent.
requester_idintegerRequester (contact) id.
responder_idintegerId of the agent the ticket is assigned to.
sourceintegerTicket source: 1=Email, 2=Portal, 3=Phone, 7=Chat, 9=Feedbackwidget, 10=Outbound email.
statusintegerTicket status: 2=Open, 3=Pending, 4=Resolved, 5=Closed.
subjectstringTicket subject.
tagsarrayTags (array of strings).
typestringTicket type.

No output schema declared.

No examples provided.