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.
ENDPOINT 1
https://neckly.app/mcp
MCP server metadata
- Name
- neckly
- Version
- 1.0.0
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_articlesSearch Neckly's science-based articles about neck pain, posture, neck muscles and neck/jawline appearance.
Inferred read-onlyget_articleReturn the full Markdown text of one Learn article, including its cited sources.
Inferred read-onlyget_app_infoReturn 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-onlyget_download_linksReturn the App Store, Google Play and universal download URLs for Neckly.
Inferred read-onlyrecommend_programGiven 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.