← Registry

General Tools

neckly.app

This MCP server provides information about the Neckly app, including articles, app details, download links, and personalized program recommendations for neck health.

1 endpoint5 known toolsFirst detected August 30, 2026Last detected August 30, 2026

ENDPOINT 1

https://neckly.app/mcp

No auth detected

MCP server metadata

Name
neckly
Version
1.0.0
Capabilities
tools
Server instructions

Neckly's public MCP server. Use search_articles and get_article to answer neck-health questions with cited sources, get_app_info for product facts, and recommend_program to route someone to the right routine. Everything here is general wellness information — never present it as diagnosis or treatment.

Known tools 5

search_articles

Search Neckly's science-based articles about neck pain, posture, neck muscles and neck/jawline appearance.

Inferred read-only
get_article

Return the full Markdown text of one Learn article, including its cited sources.

Inferred read-only
get_app_info

Return factual details about the Neckly app: platforms, price, what is free vs Premium, programs, exercise counts, session lengths, supported languages and the Neck Score.

Inferred read-only
get_download_links

Return the App Store, Google Play and universal download URLs for Neckly.

Inferred read-only
recommend_program

Given a person's situation (what they do all day, what bothers them, how much time they have), suggest which Neckly programs fit and which Learn articles to read.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.neckly]
url = "https://neckly.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "neckly": {
      "type": "http",
      "url": "https://neckly.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: neckly
Remote MCP URL: https://neckly.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "neckly": {
      "url": "https://neckly.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "neckly": {
      "type": "http",
      "url": "https://neckly.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "neckly",
  "transport": "streamable-http",
  "url": "https://neckly.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.